Class EmDataLinkType
A data type for a structure that contains a data link
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmDataLinkType : IEquatable<EmDataLinkType>
Properties
Category
A kind of data link, such as VIDEO, MAP, WEB, etc NIEM reference is em:DataLinkCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of data link, such as VIDEO, MAP, WEB, etc NIEM reference is em:DataLinkCategoryText |
Context
emDataLinkType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmDataLinkType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmDataLinkType.ContextEnum> | emDataLinkType JSON-LD context |
DateTime
A data element for the timestamp of an associated data link NIEM reference is em:DataLinkDateTime
Declaration
[DataMember(Name = "dateTime")]
public List<NiemXsdateTime> DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A data element for the timestamp of an associated data link NIEM reference is em:DataLinkDateTime |
OrganizationIdentification
An identification that references an organization. NIEM reference is nc:OrganizationIdentification
Declaration
[DataMember(Name = "organizationIdentification")]
public List<NcIdentificationType> OrganizationIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification that references an organization. NIEM reference is nc:OrganizationIdentification |
OrganizationName
A name of an organization. NIEM reference is nc:OrganizationName
Declaration
[DataMember(Name = "organizationName")]
public List<NcTextType> OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an organization. NIEM reference is nc:OrganizationName |
RestrictionCategory
A kind of applicable restriction NIEM reference is em:RestrictionCategoryText
Declaration
[DataMember(Name = "restrictionCategory")]
public List<NcTextType> RestrictionCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of applicable restriction NIEM reference is em:RestrictionCategoryText |
ServiceCallOperator
A person who receives a call for service. NIEM reference is j:ServiceCallOperator
Declaration
[DataMember(Name = "serviceCallOperator")]
public List<NcPersonType> ServiceCallOperator { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person who receives a call for service. NIEM reference is j:ServiceCallOperator |
SourceId
A number or string set by a data provider so that information that is sent can be retraced back to its source. NIEM reference is nc:SourceIDText
Declaration
[DataMember(Name = "sourceId")]
public List<NcTextType> SourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A number or string set by a data provider so that information that is sent can be retraced back to its source. NIEM reference is nc:SourceIDText |
Urlid
An identifier representing a universal resource locator (URL). NIEM reference is nc:URLID
Declaration
[DataMember(Name = "urlid")]
public List<NiemXsanyURI> Urlid { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsanyURI> | An identifier representing a universal resource locator (URL). NIEM reference is nc:URLID |
Methods
Equals(EmDataLinkType)
Returns true if EmDataLinkType instances are equal
Declaration
public bool Equals(EmDataLinkType other)
Parameters
Type | Name | Description |
---|---|---|
EmDataLinkType | other | Instance of EmDataLinkType 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(EmDataLinkType, EmDataLinkType)
Declaration
public static bool operator ==(EmDataLinkType left, EmDataLinkType right)
Parameters
Type | Name | Description |
---|---|---|
EmDataLinkType | left | |
EmDataLinkType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmDataLinkType, EmDataLinkType)
Declaration
public static bool operator !=(EmDataLinkType left, EmDataLinkType right)
Parameters
Type | Name | Description |
---|---|---|
EmDataLinkType | left | |
EmDataLinkType | right |
Returns
Type | Description |
---|---|
System.Boolean |