Example #1
0
 /// <summary>
 /// Initializes a new instance of the OrganisationDTO class.
 /// </summary>
 public OrganisationDTO(int?employeeCount = default(int?), string accountingSystemID = default(string), string additionalID = default(string), string allowMarketing = default(string), string allowedContactMethods = default(string), string code = default(string), string company = default(string), string companyType = default(string), string edsERN = default(string), string email = default(string), string invoiceEmail = default(string), string invoiceFax = default(string), string invoiceName = default(string), string invoicePhone = default(string), string placementName = default(string), string preferredContactMethod = default(string), string referralSource = default(string), string roles = default(string), string status = default(string), string sysStatus = default(string), string telephone = default(string), string username = default(string), string vATRegNo = default(string), string websiteURL = default(string), AddressDTO address = default(AddressDTO), AddressDTO invoiceAddress = default(AddressDTO), OfficerDTO mainContact = default(OfficerDTO), IList <OfficerDTO> contacts = default(IList <OfficerDTO>))
 {
     EmployeeCount         = employeeCount;
     AccountingSystemID    = accountingSystemID;
     AdditionalID          = additionalID;
     AllowMarketing        = allowMarketing;
     AllowedContactMethods = allowedContactMethods;
     Code                   = code;
     Company                = company;
     CompanyType            = companyType;
     EdsERN                 = edsERN;
     Email                  = email;
     InvoiceEmail           = invoiceEmail;
     InvoiceFax             = invoiceFax;
     InvoiceName            = invoiceName;
     InvoicePhone           = invoicePhone;
     PlacementName          = placementName;
     PreferredContactMethod = preferredContactMethod;
     ReferralSource         = referralSource;
     Roles                  = roles;
     Status                 = status;
     SysStatus              = sysStatus;
     Telephone              = telephone;
     Username               = username;
     VATRegNo               = vATRegNo;
     WebsiteURL             = websiteURL;
     Address                = address;
     InvoiceAddress         = invoiceAddress;
     MainContact            = mainContact;
     Contacts               = contacts;
     CustomInit();
 }