Class CbrnRemarksComplexObjectType
A data type providing a Remark via inheritance to applicable Types.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class CbrnRemarksComplexObjectType : IEquatable<CbrnRemarksComplexObjectType>
Properties
Context
cbrnRemarksComplexObjectType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public CbrnRemarksComplexObjectType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CbrnRemarksComplexObjectType.ContextEnum> | cbrnRemarksComplexObjectType JSON-LD context |
Remark
A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element. NIEM reference is cbrn:RemarkText
Declaration
[DataMember(Name = "remark")]
public List<NcTextType> Remark { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element. NIEM reference is cbrn:RemarkText |
Methods
Equals(CbrnRemarksComplexObjectType)
Returns true if CbrnRemarksComplexObjectType instances are equal
Declaration
public bool Equals(CbrnRemarksComplexObjectType other)
Parameters
Type | Name | Description |
---|---|---|
CbrnRemarksComplexObjectType | other | Instance of CbrnRemarksComplexObjectType 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(CbrnRemarksComplexObjectType, CbrnRemarksComplexObjectType)
Declaration
public static bool operator ==(CbrnRemarksComplexObjectType left, CbrnRemarksComplexObjectType right)
Parameters
Type | Name | Description |
---|---|---|
CbrnRemarksComplexObjectType | left | |
CbrnRemarksComplexObjectType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(CbrnRemarksComplexObjectType, CbrnRemarksComplexObjectType)
Declaration
public static bool operator !=(CbrnRemarksComplexObjectType left, CbrnRemarksComplexObjectType right)
Parameters
Type | Name | Description |
---|---|---|
CbrnRemarksComplexObjectType | left | |
CbrnRemarksComplexObjectType | right |
Returns
Type | Description |
---|---|
System.Boolean |