Class ItPersonAugmentationType
A data type for additional information about a person.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ItPersonAugmentationType : IEquatable<ItPersonAugmentationType>
Properties
Context
itPersonAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ItPersonAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ItPersonAugmentationType.ContextEnum> | itPersonAugmentationType JSON-LD context |
PersonFunction
A capacity in which the representative person acts on behalf of the party responsible for the declaration. NIEM reference is it:PersonFunctionText
Declaration
[DataMember(Name = "personFunction")]
public List<NcTextType> PersonFunction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A capacity in which the representative person acts on behalf of the party responsible for the declaration. NIEM reference is it:PersonFunctionText |
Methods
Equals(ItPersonAugmentationType)
Returns true if ItPersonAugmentationType instances are equal
Declaration
public bool Equals(ItPersonAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ItPersonAugmentationType | other | Instance of ItPersonAugmentationType 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(ItPersonAugmentationType, ItPersonAugmentationType)
Declaration
public static bool operator ==(ItPersonAugmentationType left, ItPersonAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItPersonAugmentationType | left | |
ItPersonAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ItPersonAugmentationType, ItPersonAugmentationType)
Declaration
public static bool operator !=(ItPersonAugmentationType left, ItPersonAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItPersonAugmentationType | left | |
ItPersonAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |