Class PersonContactInformationAssociationType
Class for associating a Person object with a ContactInformation object
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class PersonContactInformationAssociationType : AssociationType
Fields
| Edit this page View SourceContactInformationIsDayIndicator
If true then the referenced contact is a day time contact
Declaration
public boolean[] ContactInformationIsDayIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsEmergencyIndicator
If true then the referrenced contact is an emergency contact
Declaration
public boolean[] ContactInformationIsEmergencyIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsEveningIndicator
If true then the referenced contact is an evening contact
Declaration
public boolean[] ContactInformationIsEveningIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsHomeIndicator
If true then the referenced contact is a home contact
Declaration
public boolean[] ContactInformationIsHomeIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsNightIndicator
If true then the referenced contact is a night time contact
Declaration
public boolean[] ContactInformationIsNightIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsPrimaryIndicator
If true then the referenced contact is the primary contact
Declaration
public boolean[] ContactInformationIsPrimaryIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationIsWorkIndicator
If true then the referrenced contact is a work related contact
Declaration
public boolean[] ContactInformationIsWorkIndicator
Field Value
Type | Description |
---|---|
boolean[] |
ContactInformationReference
Reference to a ContactInformation object
Declaration
public ReferenceType[] ContactInformationReference
Field Value
Type | Description |
---|---|
ReferenceType[] |
PersonReference
Reference to a Person object
Declaration
public ReferenceType[] PersonReference
Field Value
Type | Description |
---|---|
ReferenceType[] |