Class JConveyanceAugmentationType
A data type for additional information about a conveyance.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JConveyanceAugmentationType : IEquatable<JConveyanceAugmentationType>
Properties
Context
jConveyanceAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JConveyanceAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JConveyanceAugmentationType.ContextEnum> | jConveyanceAugmentationType JSON-LD context |
IsConveyanceJointlyRegistered
True if a conveyance is jointly registered; false otherwise. NIEM reference is j:ConveyanceJointlyRegisteredIndicator
Declaration
[DataMember(Name = "isConveyanceJointlyRegistered")]
public List<NiemXsboolean> IsConveyanceJointlyRegistered { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a conveyance is jointly registered; false otherwise. NIEM reference is j:ConveyanceJointlyRegisteredIndicator |
IsStateAssignedVin
True if the VIN was state assigned rather than manufacturer or owner assigned; false otherwise. NIEM reference is j:StateAssignedVINIndicator
Declaration
[DataMember(Name = "isStateAssignedVin")]
public List<NiemXsboolean> IsStateAssignedVin { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the VIN was state assigned rather than manufacturer or owner assigned; false otherwise. NIEM reference is j:StateAssignedVINIndicator |
Methods
Equals(JConveyanceAugmentationType)
Returns true if JConveyanceAugmentationType instances are equal
Declaration
public bool Equals(JConveyanceAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JConveyanceAugmentationType | other | Instance of JConveyanceAugmentationType 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(JConveyanceAugmentationType, JConveyanceAugmentationType)
Declaration
public static bool operator ==(JConveyanceAugmentationType left, JConveyanceAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JConveyanceAugmentationType | left | |
JConveyanceAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JConveyanceAugmentationType, JConveyanceAugmentationType)
Declaration
public static bool operator !=(JConveyanceAugmentationType left, JConveyanceAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JConveyanceAugmentationType | left | |
JConveyanceAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |