Class NcPersonDisunionType
A data type for a legal termination of a Person Union.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcPersonDisunionType : NcActivityType, IEquatable<NcActivityType>, IEquatable<NcPersonDisunionType>
Properties
Context
ncPersonDisunionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcPersonDisunionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcPersonDisunionType.ContextEnum> | ncPersonDisunionType JSON-LD context |
IsDecree
True if a legal document finalizing the Person Disunion exists (for example, a divorce decree); false otherwise. NIEM reference is nc:PersonDisunionDecreeIndicator
Declaration
[DataMember(Name = "isDecree")]
public List<NiemXsboolean> IsDecree { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a legal document finalizing the Person Disunion exists (for example, a divorce decree); false otherwise. NIEM reference is nc:PersonDisunionDecreeIndicator |
IsPending
True if the legal proceeding to terminate the Person Union is pending; false otherwise. NIEM reference is nc:PersonDisunionPendingIndicator
Declaration
[DataMember(Name = "isPending")]
public List<NiemXsboolean> IsPending { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the legal proceeding to terminate the Person Union is pending; false otherwise. NIEM reference is nc:PersonDisunionPendingIndicator |
Reason
A reason for the disunion. NIEM reference is nc:PersonDisunionReasonText
Declaration
[DataMember(Name = "reason")]
public List<NcTextType> Reason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason for the disunion. NIEM reference is nc:PersonDisunionReasonText |
Methods
Equals(NcPersonDisunionType)
Returns true if NcPersonDisunionType instances are equal
Declaration
public bool Equals(NcPersonDisunionType other)
Parameters
Type | Name | Description |
---|---|---|
NcPersonDisunionType | other | Instance of NcPersonDisunionType 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(NcPersonDisunionType, NcPersonDisunionType)
Declaration
public static bool operator ==(NcPersonDisunionType left, NcPersonDisunionType right)
Parameters
Type | Name | Description |
---|---|---|
NcPersonDisunionType | left | |
NcPersonDisunionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcPersonDisunionType, NcPersonDisunionType)
Declaration
public static bool operator !=(NcPersonDisunionType left, NcPersonDisunionType right)
Parameters
Type | Name | Description |
---|---|---|
NcPersonDisunionType | left | |
NcPersonDisunionType | right |
Returns
Type | Description |
---|---|
System.Boolean |