| return ret; | return ret; | ||||
| } | } | ||||
| public toPeopleModel(): PeopleModel{ | |||||
| const ret = new PeopleModel( {} ); | |||||
| ret.Id = this.Id; | |||||
| ret.First = this.First; | |||||
| ret.Last = this.Last; | |||||
| ret.Middle = this.Middle; | |||||
| ret.Title = this.Title; | |||||
| ret.Display = this.Display; | |||||
| ret.Nick = this.Nick; | |||||
| ret.Enabled = this.Enabled; | |||||
| return ret; | |||||
| } | |||||
| // public toPeopleModel(): PeopleModel{ | |||||
| // const ret = new PeopleModel( {} ); | |||||
| // ret.Id = this.Id; | |||||
| // ret.First = this.First; | |||||
| // ret.Last = this.Last; | |||||
| // ret.Middle = this.Middle; | |||||
| // ret.Title = this.Title; | |||||
| // ret.Display = this.Display; | |||||
| // ret.Nick = this.Nick; | |||||
| // ret.Enabled = this.Enabled; | |||||
| // return ret; | |||||
| // } | |||||
| } | } |