Class CbrnAngle90Type
A data type for an inclination measure where the units are decimal degrees and the values range from +90.0 to -90.0.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class CbrnAngle90Type : IEquatable<CbrnAngle90Type>
Properties
Context
cbrnAngle90Type JSON-LD context
Declaration
[DataMember(Name = "@context")]
public CbrnAngle90Type.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CbrnAngle90Type.ContextEnum> | cbrnAngle90Type JSON-LD context |
SimpleType
Gets or Sets SimpleType
Declaration
[DataMember(Name = "simpleType")]
public CbrnAngle90SimpleType SimpleType { get; set; }
Property Value
Type | Description |
---|---|
CbrnAngle90SimpleType |
Units
A unit of measure for a value element. If used, the unit of measure shall be as stated in the documentation for the element. NIEM reference is cbrn:unitsText
Declaration
[DataMember(Name = "units")]
public string Units { get; set; }
Property Value
Type | Description |
---|---|
System.String | A unit of measure for a value element. If used, the unit of measure shall be as stated in the documentation for the element. NIEM reference is cbrn:unitsText |
Methods
Equals(CbrnAngle90Type)
Returns true if CbrnAngle90Type instances are equal
Declaration
public bool Equals(CbrnAngle90Type other)
Parameters
Type | Name | Description |
---|---|---|
CbrnAngle90Type | other | Instance of CbrnAngle90Type 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(CbrnAngle90Type, CbrnAngle90Type)
Declaration
public static bool operator ==(CbrnAngle90Type left, CbrnAngle90Type right)
Parameters
Type | Name | Description |
---|---|---|
CbrnAngle90Type | left | |
CbrnAngle90Type | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(CbrnAngle90Type, CbrnAngle90Type)
Declaration
public static bool operator !=(CbrnAngle90Type left, CbrnAngle90Type right)
Parameters
Type | Name | Description |
---|---|---|
CbrnAngle90Type | left | |
CbrnAngle90Type | right |
Returns
Type | Description |
---|---|
System.Boolean |