Class ScrWarrantClassificationType
A data type for a classification of a warrant.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrWarrantClassificationType : IEquatable<ScrWarrantClassificationType>
Properties
Context
scrWarrantClassificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrWarrantClassificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrWarrantClassificationType.ContextEnum> | scrWarrantClassificationType JSON-LD context |
WarrantCategoryCode
A kind of warrant. NIEM reference is scr:WarrantCategoryCode
Declaration
[DataMember(Name = "warrantCategoryCode")]
public List<ScrWarrantCategoryCodeType> WarrantCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrWarrantCategoryCodeType> | A kind of warrant. NIEM reference is scr:WarrantCategoryCode |
WarrantCategoryDescription
A description of a kind of warrant. NIEM reference is scr:WarrantCategoryDescriptionText
Declaration
[DataMember(Name = "warrantCategoryDescription")]
public List<NcTextType> WarrantCategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a kind of warrant. NIEM reference is scr:WarrantCategoryDescriptionText |
Methods
Equals(ScrWarrantClassificationType)
Returns true if ScrWarrantClassificationType instances are equal
Declaration
public bool Equals(ScrWarrantClassificationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrWarrantClassificationType | other | Instance of ScrWarrantClassificationType 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(ScrWarrantClassificationType, ScrWarrantClassificationType)
Declaration
public static bool operator ==(ScrWarrantClassificationType left, ScrWarrantClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrWarrantClassificationType | left | |
ScrWarrantClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrWarrantClassificationType, ScrWarrantClassificationType)
Declaration
public static bool operator !=(ScrWarrantClassificationType left, ScrWarrantClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrWarrantClassificationType | left | |
ScrWarrantClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |