Class AddContactToContractSetup
Inheritance
System.Object
AddContactToContractSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class AddContactToContractSetup
Constructors
AddContactToContractSetup(String, String, String, String, String)
Declaration
[ConstructorIndex(0)]
public AddContactToContractSetup(string contractIDNum, string contactFirstName, string contactLastName, string contactPhone, string siteIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.String | contractIDNum | |
System.String | contactFirstName | |
System.String | contactLastName | |
System.String | contactPhone | |
System.String | siteIDNum |
Properties
ContactFirstName
Declaration
[PropertyBitValue(2)]
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactLastName
Declaration
[PropertyBitValue(4)]
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactPhone
Declaration
[PropertyBitValue(8)]
public string ContactPhone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContractIDNum
Declaration
[PropertyBitValue(1)]
public string ContractIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiteIDNum
Declaration
[PropertyBitValue(16)]
public string SiteIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |