Class ScrVehicleAugmentationType
A data type for additional information about a conveyance.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrVehicleAugmentationType : IEquatable<ScrVehicleAugmentationType>
Properties
Context
scrVehicleAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrVehicleAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrVehicleAugmentationType.ContextEnum> | scrVehicleAugmentationType JSON-LD context |
ConveyanceCategoryCode
A kind of conveyance. NIEM reference is scr:ConveyanceCategoryCode
Declaration
[DataMember(Name = "conveyanceCategoryCode")]
public List<ScrConveyanceCategoryCodeType> ConveyanceCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrConveyanceCategoryCodeType> | A kind of conveyance. NIEM reference is scr:ConveyanceCategoryCode |
ConveyanceIdentificationCategoryCode
A kind of conveyance identification. NIEM reference is scr:ConveyanceIdentificationCategoryCode
Declaration
[DataMember(Name = "conveyanceIdentificationCategoryCode")]
public List<ScrConveyanceIdentificationCategoryCodeType> ConveyanceIdentificationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrConveyanceIdentificationCategoryCodeType> | A kind of conveyance identification. NIEM reference is scr:ConveyanceIdentificationCategoryCode |
ConveyanceIdIssuingJurisdictionCode
A conveyance ID issuing jurisdiction type. NIEM reference is scr:ConveyanceIDIssuingJurisdictionCode
Declaration
[DataMember(Name = "conveyanceIdIssuingJurisdictionCode")]
public List<ScrConveyanceIDIssuingJurisdictionCategoryCodeType> ConveyanceIdIssuingJurisdictionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrConveyanceIDIssuingJurisdictionCategoryCodeType> | A conveyance ID issuing jurisdiction type. NIEM reference is scr:ConveyanceIDIssuingJurisdictionCode |
VehicleCategoryCode
A class of conveyance being used. NIEM reference is scr:VehicleCategoryCodeText
Declaration
[DataMember(Name = "vehicleCategoryCode")]
public List<NiemXstoken> VehicleCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXstoken> | A class of conveyance being used. NIEM reference is scr:VehicleCategoryCodeText |
VehicleSubjectCategoryCode
A reason that a vehicle subject is of interest. NIEM reference is scr:VehicleSubjectCategoryCodeText
Declaration
[DataMember(Name = "vehicleSubjectCategoryCode")]
public List<NiemXstoken> VehicleSubjectCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXstoken> | A reason that a vehicle subject is of interest. NIEM reference is scr:VehicleSubjectCategoryCodeText |
Methods
Equals(ScrVehicleAugmentationType)
Returns true if ScrVehicleAugmentationType instances are equal
Declaration
public bool Equals(ScrVehicleAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrVehicleAugmentationType | other | Instance of ScrVehicleAugmentationType 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(ScrVehicleAugmentationType, ScrVehicleAugmentationType)
Declaration
public static bool operator ==(ScrVehicleAugmentationType left, ScrVehicleAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrVehicleAugmentationType | left | |
ScrVehicleAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrVehicleAugmentationType, ScrVehicleAugmentationType)
Declaration
public static bool operator !=(ScrVehicleAugmentationType left, ScrVehicleAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrVehicleAugmentationType | left | |
ScrVehicleAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |