Class CbrnMapGuideLocationType
A data type for location information based on a Guide map published by a vendor.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class CbrnMapGuideLocationType : CbrnRemarksComplexObjectType, IEquatable<CbrnRemarksComplexObjectType>, IEquatable<CbrnMapGuideLocationType>
Properties
Context
cbrnMapGuideLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public CbrnMapGuideLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CbrnMapGuideLocationType.ContextEnum> | cbrnMapGuideLocationType JSON-LD context |
MapGuideBrandCode
A code for the Brand name of a Map Guide document that provides maps of a locale with a vendor-unique grid reference system. NIEM reference is cbrn:MapGuideBrandCode
Declaration
[DataMember(Name = "mapGuideBrandCode")]
public List<CbrnclMapGuideBrandCodeType> MapGuideBrandCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CbrnclMapGuideBrandCodeType> | A code for the Brand name of a Map Guide document that provides maps of a locale with a vendor-unique grid reference system. NIEM reference is cbrn:MapGuideBrandCode |
MapGuideGridNumberId
An identifier that refers to a map grid in a Map Guide document NIEM reference is cbrn:MapGuideGridNumberID
Declaration
[DataMember(Name = "mapGuideGridNumberId")]
public List<NiemXsstring> MapGuideGridNumberId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier that refers to a map grid in a Map Guide document NIEM reference is cbrn:MapGuideGridNumberID |
MapGuideName
A Name of a Map Guide document providing maps of a locale. NIEM reference is cbrn:MapGuideName
Declaration
[DataMember(Name = "mapGuideName")]
public List<NcTextType> MapGuideName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A Name of a Map Guide document providing maps of a locale. NIEM reference is cbrn:MapGuideName |
MapGuidePageNumberId
An identifier that refers to a page in a Map Guide document. NIEM reference is cbrn:MapGuidePageNumberID
Declaration
[DataMember(Name = "mapGuidePageNumberId")]
public List<NiemXsstring> MapGuidePageNumberId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier that refers to a page in a Map Guide document. NIEM reference is cbrn:MapGuidePageNumberID |
Methods
Equals(CbrnMapGuideLocationType)
Returns true if CbrnMapGuideLocationType instances are equal
Declaration
public bool Equals(CbrnMapGuideLocationType other)
Parameters
Type | Name | Description |
---|---|---|
CbrnMapGuideLocationType | other | Instance of CbrnMapGuideLocationType 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(CbrnMapGuideLocationType, CbrnMapGuideLocationType)
Declaration
public static bool operator ==(CbrnMapGuideLocationType left, CbrnMapGuideLocationType right)
Parameters
Type | Name | Description |
---|---|---|
CbrnMapGuideLocationType | left | |
CbrnMapGuideLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(CbrnMapGuideLocationType, CbrnMapGuideLocationType)
Declaration
public static bool operator !=(CbrnMapGuideLocationType left, CbrnMapGuideLocationType right)
Parameters
Type | Name | Description |
---|---|---|
CbrnMapGuideLocationType | left | |
CbrnMapGuideLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |