Class DodJcsPub20DocumentIntelligenceCategoryCodeType
A data type for natures or genres of a document or resource.
Inheritance
System.Object
DodJcsPub20DocumentIntelligenceCategoryCodeType
Implements
System.IEquatable<DodJcsPub20DocumentIntelligenceCategoryCodeType>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class DodJcsPub20DocumentIntelligenceCategoryCodeType : IEquatable<DodJcsPub20DocumentIntelligenceCategoryCodeType>
Properties
Context
dod_jcs-pub2.0DocumentIntelligenceCategoryCodeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public DodJcsPub20DocumentIntelligenceCategoryCodeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DodJcsPub20DocumentIntelligenceCategoryCodeType.ContextEnum> | dod_jcs-pub2.0DocumentIntelligenceCategoryCodeType JSON-LD context |
SimpleType
Gets or Sets SimpleType
Declaration
[DataMember(Name = "simpleType")]
public DodJcsPub20DocumentIntelligenceCategoryCodeSimpleType SimpleType { get; set; }
Property Value
Type | Description |
---|---|
DodJcsPub20DocumentIntelligenceCategoryCodeSimpleType |
Methods
Equals(DodJcsPub20DocumentIntelligenceCategoryCodeType)
Returns true if DodJcsPub20DocumentIntelligenceCategoryCodeType instances are equal
Declaration
public bool Equals(DodJcsPub20DocumentIntelligenceCategoryCodeType other)
Parameters
Type | Name | Description |
---|---|---|
DodJcsPub20DocumentIntelligenceCategoryCodeType | other | Instance of DodJcsPub20DocumentIntelligenceCategoryCodeType 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
System.Object.Equals(System.Object)
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
System.Object.GetHashCode()
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
System.Object.ToString()
Operators
Equality(DodJcsPub20DocumentIntelligenceCategoryCodeType, DodJcsPub20DocumentIntelligenceCategoryCodeType)
Declaration
public static bool operator ==(DodJcsPub20DocumentIntelligenceCategoryCodeType left, DodJcsPub20DocumentIntelligenceCategoryCodeType right)
Parameters
Type | Name | Description |
---|---|---|
DodJcsPub20DocumentIntelligenceCategoryCodeType | left | |
DodJcsPub20DocumentIntelligenceCategoryCodeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(DodJcsPub20DocumentIntelligenceCategoryCodeType, DodJcsPub20DocumentIntelligenceCategoryCodeType)
Declaration
public static bool operator !=(DodJcsPub20DocumentIntelligenceCategoryCodeType left, DodJcsPub20DocumentIntelligenceCategoryCodeType right)
Parameters
Type | Name | Description |
---|---|---|
DodJcsPub20DocumentIntelligenceCategoryCodeType | left | |
DodJcsPub20DocumentIntelligenceCategoryCodeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>