Class JLesseeType
A data type for an entity which has a contract to use a vehicle.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JLesseeType : IEquatable<JLesseeType>
Properties
Context
jLesseeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JLesseeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JLesseeType.ContextEnum> | jLesseeType JSON-LD context |
JurisdictionAuthority
An authority that has jurisdiction over a lease. NIEM reference is j:LesseeJurisdictionAuthorityText
Declaration
[DataMember(Name = "jurisdictionAuthority")]
public List<NcTextType> JurisdictionAuthority { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An authority that has jurisdiction over a lease. NIEM reference is j:LesseeJurisdictionAuthorityText |
JurisdictionAuthorityCode
An authority that has jurisdiction over a lease. NIEM reference is j:LesseeJurisdictionAuthorityCode
Declaration
[DataMember(Name = "jurisdictionAuthorityCode")]
public List<AamvaD20JurisdictionAuthorityCodeType> JurisdictionAuthorityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AamvaD20JurisdictionAuthorityCodeType> | An authority that has jurisdiction over a lease. NIEM reference is j:LesseeJurisdictionAuthorityCode |
LocationCountyCode
A county, parish, vicinage, or other such geopolitical subdivision of a state. NIEM reference is nc:LocationCountyCode
Declaration
[DataMember(Name = "locationCountyCode")]
public List<CensusUSCountyCodeType> LocationCountyCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CensusUSCountyCodeType> | A county, parish, vicinage, or other such geopolitical subdivision of a state. NIEM reference is nc:LocationCountyCode |
LocationCountyName
A name of a county, parish, vicinage, or other such geopolitical subdivision of a state. NIEM reference is nc:LocationCountyName
Declaration
[DataMember(Name = "locationCountyName")]
public List<NcProperNameTextType> LocationCountyName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProperNameTextType> | A name of a county, parish, vicinage, or other such geopolitical subdivision of a state. NIEM reference is nc:LocationCountyName |
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 |
RoleOfPerson
A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson
Declaration
[DataMember(Name = "roleOfPerson")]
public List<NcPersonType> RoleOfPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson |
Methods
Equals(JLesseeType)
Returns true if JLesseeType instances are equal
Declaration
public bool Equals(JLesseeType other)
Parameters
Type | Name | Description |
---|---|---|
JLesseeType | other | Instance of JLesseeType 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(JLesseeType, JLesseeType)
Declaration
public static bool operator ==(JLesseeType left, JLesseeType right)
Parameters
Type | Name | Description |
---|---|---|
JLesseeType | left | |
JLesseeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JLesseeType, JLesseeType)
Declaration
public static bool operator !=(JLesseeType left, JLesseeType right)
Parameters
Type | Name | Description |
---|---|---|
JLesseeType | left | |
JLesseeType | right |
Returns
Type | Description |
---|---|
System.Boolean |