Class JLienType
A data type for a legal encumbrance placed on a property item.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JLienType : IEquatable<JLienType>
Properties
Amount
A monetary amount representing a legal encumbrance placed on a property. NIEM reference is j:LienAmount
Declaration
[DataMember(Name = "amount")]
public List<NcAmountType> Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | A monetary amount representing a legal encumbrance placed on a property. NIEM reference is j:LienAmount |
Context
jLienType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JLienType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JLienType.ContextEnum> | jLienType JSON-LD context |
Date
A date a lien was placed on a property item. NIEM reference is j:LienDate
Declaration
[DataMember(Name = "date")]
public List<NcDateType> Date { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a lien was placed on a property item. NIEM reference is j:LienDate |
ReleaseDate
A date a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseDate
Declaration
[DataMember(Name = "releaseDate")]
public List<NcDateType> ReleaseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseDate |
ReleaseReason
A reason a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseReasonText
Declaration
[DataMember(Name = "releaseReason")]
public List<NcTextType> ReleaseReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseReasonText |
ReleaseReasonCode
A reason a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseReasonCode
Declaration
[DataMember(Name = "releaseReasonCode")]
public List<AamvaD20LienReleaseReasonCodeType> ReleaseReasonCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AamvaD20LienReleaseReasonCodeType> | A reason a legal encumbrance is removed from a property item. NIEM reference is j:LienReleaseReasonCode |
Methods
Equals(JLienType)
Returns true if JLienType instances are equal
Declaration
public bool Equals(JLienType other)
Parameters
Type | Name | Description |
---|---|---|
JLienType | other | Instance of JLienType 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(JLienType, JLienType)
Declaration
public static bool operator ==(JLienType left, JLienType right)
Parameters
Type | Name | Description |
---|---|---|
JLienType | left | |
JLienType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JLienType, JLienType)
Declaration
public static bool operator !=(JLienType left, JLienType right)
Parameters
Type | Name | Description |
---|---|---|
JLienType | left | |
JLienType | right |
Returns
Type | Description |
---|---|
System.Boolean |