Class ImPersonNameAugmentationType
A data type for additional information about a person name.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImPersonNameAugmentationType : IEquatable<ImPersonNameAugmentationType>
Properties
Context
imPersonNameAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImPersonNameAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImPersonNameAugmentationType.ContextEnum> | imPersonNameAugmentationType JSON-LD context |
PersonNameDateRange
A beginning and ending date range for the use of a name NIEM reference is im:PersonNameDateRange
Declaration
[DataMember(Name = "personNameDateRange")]
public List<NcDateRangeType> PersonNameDateRange { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateRangeType> | A beginning and ending date range for the use of a name NIEM reference is im:PersonNameDateRange |
PersonNickName
A nickname or street name of a person. NIEM reference is im:PersonNickName
Declaration
[DataMember(Name = "personNickName")]
public List<NcPersonNameTextType> PersonNickName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameTextType> | A nickname or street name of a person. NIEM reference is im:PersonNickName |
Methods
Equals(ImPersonNameAugmentationType)
Returns true if ImPersonNameAugmentationType instances are equal
Declaration
public bool Equals(ImPersonNameAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImPersonNameAugmentationType | other | Instance of ImPersonNameAugmentationType 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(ImPersonNameAugmentationType, ImPersonNameAugmentationType)
Declaration
public static bool operator ==(ImPersonNameAugmentationType left, ImPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonNameAugmentationType | left | |
ImPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImPersonNameAugmentationType, ImPersonNameAugmentationType)
Declaration
public static bool operator !=(ImPersonNameAugmentationType left, ImPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonNameAugmentationType | left | |
ImPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |