Class ImProgramAugmentationType
A data type for additional information about a program.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImProgramAugmentationType : IEquatable<ImProgramAugmentationType>
Properties
Context
imProgramAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImProgramAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImProgramAugmentationType.ContextEnum> | imProgramAugmentationType JSON-LD context |
IsProgramParticipationBegun
True if the person has begun participation in his/her program; false otherwise. NIEM reference is im:ProgramParticipationBegunIndicator
Declaration
[DataMember(Name = "isProgramParticipationBegun")]
public List<NiemXsboolean> IsProgramParticipationBegun { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the person has begun participation in his/her program; false otherwise. NIEM reference is im:ProgramParticipationBegunIndicator |
ProgramCompletionComment
A comment on the completion of the program. NIEM reference is im:ProgramCompletionCommentText
Declaration
[DataMember(Name = "programCompletionComment")]
public List<NcTextType> ProgramCompletionComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment on the completion of the program. NIEM reference is im:ProgramCompletionCommentText |
ProgramEffectiveCompletionDate
A date on which the Exchange Visitor is expected to complete the requirements of his/her program. NIEM reference is im:ProgramEffectiveCompletionDate
Declaration
[DataMember(Name = "programEffectiveCompletionDate")]
public List<NcDateType> ProgramEffectiveCompletionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the Exchange Visitor is expected to complete the requirements of his/her program. NIEM reference is im:ProgramEffectiveCompletionDate |
ProgramTermination
A field indicating free text about the program termination. NIEM reference is im:ProgramTerminationText
Declaration
[DataMember(Name = "programTermination")]
public List<NcTextType> ProgramTermination { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A field indicating free text about the program termination. NIEM reference is im:ProgramTerminationText |
ProgramTerminationDate
A date on which program participation will terminate. NIEM reference is im:ProgramTerminationDate
Declaration
[DataMember(Name = "programTerminationDate")]
public List<NcDateType> ProgramTerminationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which program participation will terminate. NIEM reference is im:ProgramTerminationDate |
Methods
Equals(ImProgramAugmentationType)
Returns true if ImProgramAugmentationType instances are equal
Declaration
public bool Equals(ImProgramAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImProgramAugmentationType | other | Instance of ImProgramAugmentationType 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(ImProgramAugmentationType, ImProgramAugmentationType)
Declaration
public static bool operator ==(ImProgramAugmentationType left, ImProgramAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImProgramAugmentationType | left | |
ImProgramAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImProgramAugmentationType, ImProgramAugmentationType)
Declaration
public static bool operator !=(ImProgramAugmentationType left, ImProgramAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImProgramAugmentationType | left | |
ImProgramAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |