Class NcContactRadioType
A data type for a method of contacting a person or organization by messages over a radio.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcContactRadioType : IEquatable<NcContactRadioType>
Properties
CallSignId
An identifier of a person using a radio. NIEM reference is nc:ContactRadioCallSignID
Declaration
[DataMember(Name = "callSignId")]
public List<NiemXsstring> CallSignId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier of a person using a radio. NIEM reference is nc:ContactRadioCallSignID |
Category
A kind of wavelength or band of a radio. NIEM reference is nc:ContactRadioCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of wavelength or band of a radio. NIEM reference is nc:ContactRadioCategoryText |
Channel
A radio channel or frequency within the band. NIEM reference is nc:ContactRadioChannelText
Declaration
[DataMember(Name = "channel")]
public List<NcTextType> Channel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A radio channel or frequency within the band. NIEM reference is nc:ContactRadioChannelText |
Context
ncContactRadioType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcContactRadioType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcContactRadioType.ContextEnum> | ncContactRadioType JSON-LD context |
Methods
Equals(NcContactRadioType)
Returns true if NcContactRadioType instances are equal
Declaration
public bool Equals(NcContactRadioType other)
Parameters
Type | Name | Description |
---|---|---|
NcContactRadioType | other | Instance of NcContactRadioType 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(NcContactRadioType, NcContactRadioType)
Declaration
public static bool operator ==(NcContactRadioType left, NcContactRadioType right)
Parameters
Type | Name | Description |
---|---|---|
NcContactRadioType | left | |
NcContactRadioType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcContactRadioType, NcContactRadioType)
Declaration
public static bool operator !=(NcContactRadioType left, NcContactRadioType right)
Parameters
Type | Name | Description |
---|---|---|
NcContactRadioType | left | |
NcContactRadioType | right |
Returns
Type | Description |
---|---|
System.Boolean |