Class JLessorType
A data type for an entity which conveys a vehicle by way of a lease.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JLessorType : IEquatable<JLessorType>
Properties
Context
jLessorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JLessorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JLessorType.ContextEnum> | jLessorType JSON-LD context |
Identification
An identification of an entity which conveys vehicles by way of a lease. NIEM reference is j:LessorIdentification
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 conveys vehicles by way of a lease. NIEM reference is j:LessorIdentification |
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(JLessorType)
Returns true if JLessorType instances are equal
Declaration
public bool Equals(JLessorType other)
Parameters
Type | Name | Description |
---|---|---|
JLessorType | other | Instance of JLessorType 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(JLessorType, JLessorType)
Declaration
public static bool operator ==(JLessorType left, JLessorType right)
Parameters
Type | Name | Description |
---|---|---|
JLessorType | left | |
JLessorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JLessorType, JLessorType)
Declaration
public static bool operator !=(JLessorType left, JLessorType right)
Parameters
Type | Name | Description |
---|---|---|
JLessorType | left | |
JLessorType | right |
Returns
Type | Description |
---|---|
System.Boolean |