Class EmNotificationTargetLocationType
A data type for a notification target location
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmNotificationTargetLocationType : NcLocationType, IEquatable<NcLocationType>, IEquatable<EmNotificationTargetLocationType>
Properties
Context
emNotificationTargetLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmNotificationTargetLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmNotificationTargetLocationType.ContextEnum> | emNotificationTargetLocationType JSON-LD context |
PolygonCoordinate
A geographic coordinate identifying a location at the end of a side of a multi-sided region. NIEM reference is nc:PolygonCoordinate
Declaration
[DataMember(Name = "polygonCoordinate")]
public List<NcLocation2DGeospatialCoordinateType> PolygonCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocation2DGeospatialCoordinateType> | A geographic coordinate identifying a location at the end of a side of a multi-sided region. NIEM reference is nc:PolygonCoordinate |
Methods
Equals(EmNotificationTargetLocationType)
Returns true if EmNotificationTargetLocationType instances are equal
Declaration
public bool Equals(EmNotificationTargetLocationType other)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationTargetLocationType | other | Instance of EmNotificationTargetLocationType 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(EmNotificationTargetLocationType, EmNotificationTargetLocationType)
Declaration
public static bool operator ==(EmNotificationTargetLocationType left, EmNotificationTargetLocationType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationTargetLocationType | left | |
EmNotificationTargetLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmNotificationTargetLocationType, EmNotificationTargetLocationType)
Declaration
public static bool operator !=(EmNotificationTargetLocationType left, EmNotificationTargetLocationType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationTargetLocationType | left | |
EmNotificationTargetLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |