Class JPlanType
A data type for a detailed proposal for doing or achieving something.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JPlanType : IEquatable<JPlanType>
Properties
Context
jPlanType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JPlanType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JPlanType.ContextEnum> | jPlanType JSON-LD context |
DefinedDate
A date when a plan was defined. NIEM reference is j:PlanDefinedDate
Declaration
[DataMember(Name = "definedDate")]
public List<NcDateType> DefinedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date when a plan was defined. NIEM reference is j:PlanDefinedDate |
Notation
A notation that is a part of a plan. NIEM reference is j:PlanNotation
Declaration
[DataMember(Name = "notation")]
public List<NcCommentType> Notation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A notation that is a part of a plan. NIEM reference is j:PlanNotation |
PlanId
A unique identifier of a specific plan. NIEM reference is j:PlanID
Declaration
[DataMember(Name = "planId")]
public List<NiemXsstring> PlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A unique identifier of a specific plan. NIEM reference is j:PlanID |
Methods
Equals(JPlanType)
Returns true if JPlanType instances are equal
Declaration
public bool Equals(JPlanType other)
Parameters
Type | Name | Description |
---|---|---|
JPlanType | other | Instance of JPlanType 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(JPlanType, JPlanType)
Declaration
public static bool operator ==(JPlanType left, JPlanType right)
Parameters
Type | Name | Description |
---|---|---|
JPlanType | left | |
JPlanType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JPlanType, JPlanType)
Declaration
public static bool operator !=(JPlanType left, JPlanType right)
Parameters
Type | Name | Description |
---|---|---|
JPlanType | left | |
JPlanType | right |
Returns
Type | Description |
---|---|
System.Boolean |