Class NcProgressType
A data type for a set of changes or advancements which bring someone closer to completing something.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcProgressType : NcActivityType, IEquatable<NcActivityType>, IEquatable<NcProgressType>
Properties
Compliance
A description of the compliance or non-compliance of a person with an activity. NIEM reference is nc:ProgressComplianceText
Declaration
[DataMember(Name = "compliance")]
public List<NcTextType> Compliance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the compliance or non-compliance of a person with an activity. NIEM reference is nc:ProgressComplianceText |
Context
ncProgressType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcProgressType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcProgressType.ContextEnum> | ncProgressType JSON-LD context |
IsCompliance
True if a reported progress is acceptable according to the terms set; false otherwise. NIEM reference is nc:ProgressComplianceIndicator
Declaration
[DataMember(Name = "isCompliance")]
public List<NiemXsboolean> IsCompliance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a reported progress is acceptable according to the terms set; false otherwise. NIEM reference is nc:ProgressComplianceIndicator |
PaymentAmount
An amount of money paid towards completion of a requirement. NIEM reference is nc:ProgressPaymentAmount
Declaration
[DataMember(Name = "paymentAmount")]
public List<NcAmountType> PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | An amount of money paid towards completion of a requirement. NIEM reference is nc:ProgressPaymentAmount |
TimeQuantity
A quantity of time spent towards completion of a requirement. NIEM reference is nc:ProgressTimeQuantityText
Declaration
[DataMember(Name = "timeQuantity")]
public List<NcTextType> TimeQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A quantity of time spent towards completion of a requirement. NIEM reference is nc:ProgressTimeQuantityText |
Methods
Equals(NcProgressType)
Returns true if NcProgressType instances are equal
Declaration
public bool Equals(NcProgressType other)
Parameters
Type | Name | Description |
---|---|---|
NcProgressType | other | Instance of NcProgressType 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(NcProgressType, NcProgressType)
Declaration
public static bool operator ==(NcProgressType left, NcProgressType right)
Parameters
Type | Name | Description |
---|---|---|
NcProgressType | left | |
NcProgressType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcProgressType, NcProgressType)
Declaration
public static bool operator !=(NcProgressType left, NcProgressType right)
Parameters
Type | Name | Description |
---|---|---|
NcProgressType | left | |
NcProgressType | right |
Returns
Type | Description |
---|---|
System.Boolean |