WebApiModulesHomeControlsProjectContactProjectContact constructor
WebApiModulesHomeControlsProjectContactProjectContact({
- int? projectContactId,
- String? projectId,
- String? contactId,
- String? nameFml,
- String? nameLfm,
- String? person,
- String? personColor,
- String? firstName,
- String? middleInitial,
- String? lastName,
- String? contactTitle,
- String? officePhone,
- String? officeExtension,
- String? mobilePhone,
- String? email,
- String? pager,
- String? pagerPin,
- String? jobTitle,
- String? contactTitleId,
- String? companyContactId,
- String? companyId,
- bool? isPrimary,
- String? countryId,
- bool? isProjectFor,
- bool? isProductionContact,
- bool? isPrintable,
- bool? contactOnProject,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsProjectContactProjectContact({
this.projectContactId,
this.projectId,
this.contactId,
this.nameFml,
this.nameLfm,
this.person,
this.personColor,
this.firstName,
this.middleInitial,
this.lastName,
this.contactTitle,
this.officePhone,
this.officeExtension,
this.mobilePhone,
this.email,
this.pager,
this.pagerPin,
this.jobTitle,
this.contactTitleId,
this.companyContactId,
this.companyId,
this.isPrimary,
this.countryId,
this.isProjectFor,
this.isProductionContact,
this.isPrintable,
this.contactOnProject,
this.inactive,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});