Class MoContactInformationAugmentationType
A data type for additional information about a nc:Contact.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoContactInformationAugmentationType : IEquatable<MoContactInformationAugmentationType>
Properties
ContactInformationComment
A field used by the POC or user to provide additional information NIEM reference is mo:ContactInformationComment
Declaration
[DataMember(Name = "contactInformationComment")]
public List<NcCommentType> ContactInformationComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A field used by the POC or user to provide additional information NIEM reference is mo:ContactInformationComment |
ContactInformationRank
A military rank for the focal point of information concerning an activity or event. NIEM reference is mo:ContactInformationRankText
Declaration
[DataMember(Name = "contactInformationRank")]
public List<NiemXsstring> ContactInformationRank { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A military rank for the focal point of information concerning an activity or event. NIEM reference is mo:ContactInformationRankText |
ContactInformationSecureEmailId
A secure electronic mailing address by which a person or organization may be contacted. NIEM reference is mo:ContactInformationSecureEmailID
Declaration
[DataMember(Name = "contactInformationSecureEmailId")]
public List<NiemXsstring> ContactInformationSecureEmailId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A secure electronic mailing address by which a person or organization may be contacted. NIEM reference is mo:ContactInformationSecureEmailID |
Context
moContactInformationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoContactInformationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoContactInformationAugmentationType.ContextEnum> | moContactInformationAugmentationType JSON-LD context |
Methods
Equals(MoContactInformationAugmentationType)
Returns true if MoContactInformationAugmentationType instances are equal
Declaration
public bool Equals(MoContactInformationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoContactInformationAugmentationType | other | Instance of MoContactInformationAugmentationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(MoContactInformationAugmentationType, MoContactInformationAugmentationType)
Declaration
public static bool operator ==(MoContactInformationAugmentationType left, MoContactInformationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoContactInformationAugmentationType | left | |
MoContactInformationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoContactInformationAugmentationType, MoContactInformationAugmentationType)
Declaration
public static bool operator !=(MoContactInformationAugmentationType left, MoContactInformationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoContactInformationAugmentationType | left | |
MoContactInformationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |