Class BiomType2CrossReferenceListType
A data type for a list of Type-2 records referenced in another record in the transaction.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomType2CrossReferenceListType : IEquatable<BiomType2CrossReferenceListType>
Properties
Context
biomType2CrossReferenceListType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomType2CrossReferenceListType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomType2CrossReferenceListType.ContextEnum> | biomType2CrossReferenceListType JSON-LD context |
Type2CrossReferenceId
An identifier for a reference number for a Type-2 record in a transaction NIEM reference is biom:Type2CrossReferenceID
Declaration
[DataMember(Name = "type2CrossReferenceId")]
public List<BiomInteger0to99Type> Type2CrossReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99Type> | An identifier for a reference number for a Type-2 record in a transaction NIEM reference is biom:Type2CrossReferenceID |
Methods
Equals(BiomType2CrossReferenceListType)
Returns true if BiomType2CrossReferenceListType instances are equal
Declaration
public bool Equals(BiomType2CrossReferenceListType other)
Parameters
Type | Name | Description |
---|---|---|
BiomType2CrossReferenceListType | other | Instance of BiomType2CrossReferenceListType 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(BiomType2CrossReferenceListType, BiomType2CrossReferenceListType)
Declaration
public static bool operator ==(BiomType2CrossReferenceListType left, BiomType2CrossReferenceListType right)
Parameters
Type | Name | Description |
---|---|---|
BiomType2CrossReferenceListType | left | |
BiomType2CrossReferenceListType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomType2CrossReferenceListType, BiomType2CrossReferenceListType)
Declaration
public static bool operator !=(BiomType2CrossReferenceListType left, BiomType2CrossReferenceListType right)
Parameters
Type | Name | Description |
---|---|---|
BiomType2CrossReferenceListType | left | |
BiomType2CrossReferenceListType | right |
Returns
Type | Description |
---|---|
System.Boolean |