Class OrganizationContactInformationAssociationType
Class for associating an organization object with ContactInformation object
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class OrganizationContactInformationAssociationType : 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[] |
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[] |
ContactInformationReference
Reference to a ContactInformation object
Declaration
public ReferenceType[] ContactInformationReference
Field Value
Type | Description |
---|---|
ReferenceType[] |
OrganizationReference
Reference to an organization related object
Declaration
public ReferenceType[] OrganizationReference
Field Value
Type | Description |
---|---|
ReferenceType[] |