Class JVehicleBranderType
A data type for an organization which brands vehicles.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JVehicleBranderType : IEquatable<JVehicleBranderType>
Properties
CategoryCode
A kind of brander of a vehicle. NIEM reference is j:VehicleBranderCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<AamvaD20BranderCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AamvaD20BranderCategoryCodeType> | A kind of brander of a vehicle. NIEM reference is j:VehicleBranderCategoryCode |
Context
jVehicleBranderType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JVehicleBranderType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JVehicleBranderType.ContextEnum> | jVehicleBranderType JSON-LD context |
Identification
An identification of an entity which brands a vehicle. NIEM reference is j:VehicleBranderIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of an entity which brands a vehicle. NIEM reference is j:VehicleBranderIdentification |
RoleOfOrganization
An organization of whom the role object is a function. NIEM reference is nc:RoleOfOrganization
Declaration
[DataMember(Name = "roleOfOrganization")]
public List<NcOrganizationType> RoleOfOrganization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | An organization of whom the role object is a function. NIEM reference is nc:RoleOfOrganization |
Methods
Equals(JVehicleBranderType)
Returns true if JVehicleBranderType instances are equal
Declaration
public bool Equals(JVehicleBranderType other)
Parameters
Type | Name | Description |
---|---|---|
JVehicleBranderType | other | Instance of JVehicleBranderType 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(JVehicleBranderType, JVehicleBranderType)
Declaration
public static bool operator ==(JVehicleBranderType left, JVehicleBranderType right)
Parameters
Type | Name | Description |
---|---|---|
JVehicleBranderType | left | |
JVehicleBranderType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JVehicleBranderType, JVehicleBranderType)
Declaration
public static bool operator !=(JVehicleBranderType left, JVehicleBranderType right)
Parameters
Type | Name | Description |
---|---|---|
JVehicleBranderType | left | |
JVehicleBranderType | right |
Returns
Type | Description |
---|---|
System.Boolean |