Class JIdentificationRangeType
A data type for a range of identifications.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JIdentificationRangeType : IEquatable<JIdentificationRangeType>
Properties
Context
jIdentificationRangeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JIdentificationRangeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JIdentificationRangeType.ContextEnum> | jIdentificationRangeType JSON-LD context |
MaximumRangeIdentification
A highest value identification number in a consecutive number range. NIEM reference is j:MaximumRangeIdentification
Declaration
[DataMember(Name = "maximumRangeIdentification")]
public List<NcIdentificationType> MaximumRangeIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A highest value identification number in a consecutive number range. NIEM reference is j:MaximumRangeIdentification |
MinimumRangeIdentification
A lowest value identification number in a consecutive number range. NIEM reference is j:MinimumRangeIdentification
Declaration
[DataMember(Name = "minimumRangeIdentification")]
public List<NcIdentificationType> MinimumRangeIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A lowest value identification number in a consecutive number range. NIEM reference is j:MinimumRangeIdentification |
Methods
Equals(JIdentificationRangeType)
Returns true if JIdentificationRangeType instances are equal
Declaration
public bool Equals(JIdentificationRangeType other)
Parameters
Type | Name | Description |
---|---|---|
JIdentificationRangeType | other | Instance of JIdentificationRangeType 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(JIdentificationRangeType, JIdentificationRangeType)
Declaration
public static bool operator ==(JIdentificationRangeType left, JIdentificationRangeType right)
Parameters
Type | Name | Description |
---|---|---|
JIdentificationRangeType | left | |
JIdentificationRangeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JIdentificationRangeType, JIdentificationRangeType)
Declaration
public static bool operator !=(JIdentificationRangeType left, JIdentificationRangeType right)
Parameters
Type | Name | Description |
---|---|---|
JIdentificationRangeType | left | |
JIdentificationRangeType | right |
Returns
Type | Description |
---|---|
System.Boolean |