Class JPersonNameAugmentationType
A data type for additional information about a name of a person.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JPersonNameAugmentationType : IEquatable<JPersonNameAugmentationType>
Properties
Context
jPersonNameAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JPersonNameAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JPersonNameAugmentationType.ContextEnum> | jPersonNameAugmentationType JSON-LD context |
PersonNameInitials
A first letter of a persons given, possibly middle, and last names. NIEM reference is j:PersonNameInitialsText
Declaration
[DataMember(Name = "personNameInitials")]
public List<NcTextType> PersonNameInitials { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A first letter of a persons given, possibly middle, and last names. NIEM reference is j:PersonNameInitialsText |
PersonNameSoundex
A name encoding such that similar sounding names with different spellings appear the same. NIEM reference is j:PersonNameSoundexText
Declaration
[DataMember(Name = "personNameSoundex")]
public List<NcTextType> PersonNameSoundex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name encoding such that similar sounding names with different spellings appear the same. NIEM reference is j:PersonNameSoundexText |
Methods
Equals(JPersonNameAugmentationType)
Returns true if JPersonNameAugmentationType instances are equal
Declaration
public bool Equals(JPersonNameAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JPersonNameAugmentationType | other | Instance of JPersonNameAugmentationType 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(JPersonNameAugmentationType, JPersonNameAugmentationType)
Declaration
public static bool operator ==(JPersonNameAugmentationType left, JPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JPersonNameAugmentationType | left | |
JPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JPersonNameAugmentationType, JPersonNameAugmentationType)
Declaration
public static bool operator !=(JPersonNameAugmentationType left, JPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JPersonNameAugmentationType | left | |
JPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |