Class NcItemDispositionType
A data type for a result or outcome that happens to a property item after it has been handled or processed.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcItemDispositionType : NcDispositionType, IEquatable<NcDispositionType>, IEquatable<NcItemDispositionType>
Properties
Code
An indication of what happened to a property item. NIEM reference is j:ItemDispositionCode
Declaration
[DataMember(Name = "code")]
public List<JItemStatusCodeType> Code { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JItemStatusCodeType> | An indication of what happened to a property item. NIEM reference is j:ItemDispositionCode |
Context
ncItemDispositionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcItemDispositionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcItemDispositionType.ContextEnum> | ncItemDispositionType JSON-LD context |
Item
An article or thing. NIEM reference is nc:Item
Declaration
[DataMember(Name = "item")]
public List<NcItemType> Item { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcItemType> | An article or thing. NIEM reference is nc:Item |
ItemHoldingOrganization
An organization that is in possession of a property item. NIEM reference is nc:ItemHoldingOrganization
Declaration
[DataMember(Name = "itemHoldingOrganization")]
public List<NcOrganizationType> ItemHoldingOrganization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | An organization that is in possession of a property item. NIEM reference is nc:ItemHoldingOrganization |
ItemMovingOrganization
An organization that moves or relocates a property item. NIEM reference is nc:ItemMovingOrganization
Declaration
[DataMember(Name = "itemMovingOrganization")]
public List<NcOrganizationType> ItemMovingOrganization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | An organization that moves or relocates a property item. NIEM reference is nc:ItemMovingOrganization |
Location
A location of a property item after it has been processed. NIEM reference is nc:ItemDispositionLocation
Declaration
[DataMember(Name = "location")]
public List<NcLocationType> Location { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationType> | A location of a property item after it has been processed. NIEM reference is nc:ItemDispositionLocation |
Methods
Equals(NcItemDispositionType)
Returns true if NcItemDispositionType instances are equal
Declaration
public bool Equals(NcItemDispositionType other)
Parameters
Type | Name | Description |
---|---|---|
NcItemDispositionType | other | Instance of NcItemDispositionType 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(NcItemDispositionType, NcItemDispositionType)
Declaration
public static bool operator ==(NcItemDispositionType left, NcItemDispositionType right)
Parameters
Type | Name | Description |
---|---|---|
NcItemDispositionType | left | |
NcItemDispositionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcItemDispositionType, NcItemDispositionType)
Declaration
public static bool operator !=(NcItemDispositionType left, NcItemDispositionType right)
Parameters
Type | Name | Description |
---|---|---|
NcItemDispositionType | left | |
NcItemDispositionType | right |
Returns
Type | Description |
---|---|
System.Boolean |