Class JConfidentialityMaterialType
A data type for a collection of artifacts, documents or other items related to a subject's confidentiality.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JConfidentialityMaterialType : NcItemType, IEquatable<NcItemType>, IEquatable<JConfidentialityMaterialType>
Properties
Context
jConfidentialityMaterialType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JConfidentialityMaterialType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JConfidentialityMaterialType.ContextEnum> | jConfidentialityMaterialType JSON-LD context |
ReceiptDate
A date on which requestor acknowledged receipt of the confidential material. NIEM reference is j:ConfidentialityMaterialReceiptDate
Declaration
[DataMember(Name = "receiptDate")]
public List<NcDateType> ReceiptDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which requestor acknowledged receipt of the confidential material. NIEM reference is j:ConfidentialityMaterialReceiptDate |
Review
A process event for reviewing confidentiality materials. NIEM reference is j:ConfidentialityMaterialReview
Declaration
[DataMember(Name = "review")]
public List<NcActivityType> Review { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A process event for reviewing confidentiality materials. NIEM reference is j:ConfidentialityMaterialReview |
Status
A status of a set of confidentiality materials. NIEM reference is j:ConfidentialityMaterialStatus
Declaration
[DataMember(Name = "status")]
public List<NcStatusType> Status { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcStatusType> | A status of a set of confidentiality materials. NIEM reference is j:ConfidentialityMaterialStatus |
Methods
Equals(JConfidentialityMaterialType)
Returns true if JConfidentialityMaterialType instances are equal
Declaration
public bool Equals(JConfidentialityMaterialType other)
Parameters
Type | Name | Description |
---|---|---|
JConfidentialityMaterialType | other | Instance of JConfidentialityMaterialType 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(JConfidentialityMaterialType, JConfidentialityMaterialType)
Declaration
public static bool operator ==(JConfidentialityMaterialType left, JConfidentialityMaterialType right)
Parameters
Type | Name | Description |
---|---|---|
JConfidentialityMaterialType | left | |
JConfidentialityMaterialType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JConfidentialityMaterialType, JConfidentialityMaterialType)
Declaration
public static bool operator !=(JConfidentialityMaterialType left, JConfidentialityMaterialType right)
Parameters
Type | Name | Description |
---|---|---|
JConfidentialityMaterialType | left | |
JConfidentialityMaterialType | right |
Returns
Type | Description |
---|---|
System.Boolean |