Class NcQuantityType
A data type for a count or tally.
Implements
System.IEquatable<NiemXsdecimal>
System.IEquatable<NcNumericType>
System.IEquatable<NcQuantityType>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcQuantityType : NcNumericType, IEquatable<NiemXsdecimal>, IEquatable<NcNumericType>, IEquatable<NcQuantityType>
Properties
Context
ncQuantityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcQuantityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcQuantityType.ContextEnum> | ncQuantityType JSON-LD context |
QuantityUnit
A unit of counting or tallying for a quantity. NIEM reference is nc:quantityUnitText
Declaration
[DataMember(Name = "quantityUnit")]
public string QuantityUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String | A unit of counting or tallying for a quantity. NIEM reference is nc:quantityUnitText |
Methods
Equals(NcQuantityType)
Returns true if NcQuantityType instances are equal
Declaration
public bool Equals(NcQuantityType other)
Parameters
Type | Name | Description |
---|---|---|
NcQuantityType | other | Instance of NcQuantityType 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(NcQuantityType, NcQuantityType)
Declaration
public static bool operator ==(NcQuantityType left, NcQuantityType right)
Parameters
Type | Name | Description |
---|---|---|
NcQuantityType | left | |
NcQuantityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcQuantityType, NcQuantityType)
Declaration
public static bool operator !=(NcQuantityType left, NcQuantityType right)
Parameters
Type | Name | Description |
---|---|---|
NcQuantityType | left | |
NcQuantityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>