Class ImPersonAugmentationType
A data type for additional information about a person.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImPersonAugmentationType : IEquatable<ImPersonAugmentationType>
Properties
Context
imPersonAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImPersonAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImPersonAugmentationType.ContextEnum> | imPersonAugmentationType JSON-LD context |
PersonUnionAssociation
An association between two persons who are in a state of union with each other. NIEM reference is nc:PersonUnionAssociation
Declaration
[DataMember(Name = "personUnionAssociation")]
public List<NcPersonUnionAssociationType> PersonUnionAssociation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonUnionAssociationType> | An association between two persons who are in a state of union with each other. NIEM reference is nc:PersonUnionAssociation |
Methods
Equals(ImPersonAugmentationType)
Returns true if ImPersonAugmentationType instances are equal
Declaration
public bool Equals(ImPersonAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImPersonAugmentationType | other | Instance of ImPersonAugmentationType 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(ImPersonAugmentationType, ImPersonAugmentationType)
Declaration
public static bool operator ==(ImPersonAugmentationType left, ImPersonAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonAugmentationType | left | |
ImPersonAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImPersonAugmentationType, ImPersonAugmentationType)
Declaration
public static bool operator !=(ImPersonAugmentationType left, ImPersonAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonAugmentationType | left | |
ImPersonAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |