UserPersonTO constructor
UserPersonTO({
- int? idPerson,
- int? userTypeId,
- int? isUserCreate,
- int? isActive,
- int? orgTypeId,
- int? salutationId,
- String? mobileNo,
- String? alternateMobNo,
- String? phoneNo,
- int? createdBy,
- String? dateOfBirth,
- String? createdOn,
- String? firstName,
- String? midName,
- String? lastName,
- String? primaryEmail,
- String? alternateEmail,
- String? comments,
- int? seqNo,
- int? organizationId,
- int? personTypeId,
- int? isDefault1,
- int? isDefault2,
- int? delPeriodId,
- int? cdStructureId,
- String? salutationName,
- String? dateOfBirthStr,
- int? dobDay,
- int? dobMonth,
- int? dobYear,
- String? dateOfAnniversary,
- int? otherDesignationId,
- String? multiroleDesc,
- int? userId,
- int? userIsActive,
Implementation
UserPersonTO(
{
this.idPerson,
this.userTypeId,
this.isUserCreate,
this.isActive,
this.orgTypeId,
this.salutationId,
this.mobileNo,
this.alternateMobNo,
this.phoneNo,
this.createdBy,
this.dateOfBirth,
this.createdOn,
this.firstName,
this.midName,
this.lastName,
this.primaryEmail,
this.alternateEmail,
this.comments,
this.seqNo,
this.organizationId,
this.personTypeId,
this.isDefault1,
this.isDefault2,
this.delPeriodId,
this.cdStructureId,
this.salutationName,
this.dateOfBirthStr,
this.dobDay,
this.dobMonth,
this.dobYear,
this.dateOfAnniversary,
this.otherDesignationId,
this.multiroleDesc,
this.userId,
this.userIsActive});