Class JDocumentAugmentationType
A data type for additional information about a document.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JDocumentAugmentationType : IEquatable<JDocumentAugmentationType>
Properties
Context
jDocumentAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JDocumentAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JDocumentAugmentationType.ContextEnum> | jDocumentAugmentationType JSON-LD context |
DocumentApprovedDate
A date a document was approved. NIEM reference is j:DocumentApprovedDate
Declaration
[DataMember(Name = "documentApprovedDate")]
public List<NcDateType> DocumentApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a document was approved. NIEM reference is j:DocumentApprovedDate |
DocumentComment
A comment about or a description of the allocation. NIEM reference is j:DocumentComment
Declaration
[DataMember(Name = "documentComment")]
public List<NcCommentType> DocumentComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment about or a description of the allocation. NIEM reference is j:DocumentComment |
DocumentReviewDate
A date a document was reviewed. NIEM reference is j:DocumentReviewDate
Declaration
[DataMember(Name = "documentReviewDate")]
public List<NcDateType> DocumentReviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a document was reviewed. NIEM reference is j:DocumentReviewDate |
DocumentSignature
A signature on a document. NIEM reference is j:DocumentSignature
Declaration
[DataMember(Name = "documentSignature")]
public List<JSignatureType> DocumentSignature { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSignatureType> | A signature on a document. NIEM reference is j:DocumentSignature |
IsCorrectionalInstitute
True if a the document is associated with a Correctional Institute; false otherwise. NIEM reference is j:CorrectionalInstituteIndicator
Declaration
[DataMember(Name = "isCorrectionalInstitute")]
public List<NiemXsboolean> IsCorrectionalInstitute { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a the document is associated with a Correctional Institute; false otherwise. NIEM reference is j:CorrectionalInstituteIndicator |
IsDocumentAmended
True if a document has been amended; false otherwise. NIEM reference is j:DocumentAmendedIndicator
Declaration
[DataMember(Name = "isDocumentAmended")]
public List<NiemXsboolean> IsDocumentAmended { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a document has been amended; false otherwise. NIEM reference is j:DocumentAmendedIndicator |
IsParole
True if a the document is associated with a Parole; false otherwise. NIEM reference is j:ParoleIndicator
Declaration
[DataMember(Name = "isParole")]
public List<NiemXsboolean> IsParole { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a the document is associated with a Parole; false otherwise. NIEM reference is j:ParoleIndicator |
IsProbation
True if a the document is associated with a Probation; false otherwise. NIEM reference is j:ProbationIndicator
Declaration
[DataMember(Name = "isProbation")]
public List<NiemXsboolean> IsProbation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a the document is associated with a Probation; false otherwise. NIEM reference is j:ProbationIndicator |
Methods
Equals(JDocumentAugmentationType)
Returns true if JDocumentAugmentationType instances are equal
Declaration
public bool Equals(JDocumentAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JDocumentAugmentationType | other | Instance of JDocumentAugmentationType 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(JDocumentAugmentationType, JDocumentAugmentationType)
Declaration
public static bool operator ==(JDocumentAugmentationType left, JDocumentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JDocumentAugmentationType | left | |
JDocumentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JDocumentAugmentationType, JDocumentAugmentationType)
Declaration
public static bool operator !=(JDocumentAugmentationType left, JDocumentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JDocumentAugmentationType | left | |
JDocumentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |