Class ScrPersonNameAugmentationType
A data type that supplements PersonName and specifies the additional name information used for Screening.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrPersonNameAugmentationType : IEquatable<ScrPersonNameAugmentationType>
Properties
Context
scrPersonNameAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrPersonNameAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrPersonNameAugmentationType.ContextEnum> | scrPersonNameAugmentationType JSON-LD context |
DesignationCategoryCode
A kind of designation. NIEM reference is scr:DesignationCategoryCode
Declaration
[DataMember(Name = "designationCategoryCode")]
public List<ScrPersonNameDesignationCategoryCodeType> DesignationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrPersonNameDesignationCategoryCodeType> | A kind of designation. NIEM reference is scr:DesignationCategoryCode |
EffectiveDate
A date that information take effect. NIEM reference is nc:EffectiveDate
Declaration
[DataMember(Name = "effectiveDate")]
public List<NcDateType> EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that information take effect. NIEM reference is nc:EffectiveDate |
PersonNameOrigin
A text that specifies the presumed linguistic origin of the name. NIEM reference is scr:PersonNameOriginText
Declaration
[DataMember(Name = "personNameOrigin")]
public List<NcTextType> PersonNameOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text that specifies the presumed linguistic origin of the name. NIEM reference is scr:PersonNameOriginText |
SoundexIndexValue
A value of the Phonetic index value for the name NIEM reference is scr:SoundexIndexValueText
Declaration
[DataMember(Name = "soundexIndexValue")]
public List<NiemXsstring> SoundexIndexValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A value of the Phonetic index value for the name NIEM reference is scr:SoundexIndexValueText |
Methods
Equals(ScrPersonNameAugmentationType)
Returns true if ScrPersonNameAugmentationType instances are equal
Declaration
public bool Equals(ScrPersonNameAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameAugmentationType | other | Instance of ScrPersonNameAugmentationType 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(ScrPersonNameAugmentationType, ScrPersonNameAugmentationType)
Declaration
public static bool operator ==(ScrPersonNameAugmentationType left, ScrPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameAugmentationType | left | |
ScrPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrPersonNameAugmentationType, ScrPersonNameAugmentationType)
Declaration
public static bool operator !=(ScrPersonNameAugmentationType left, ScrPersonNameAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameAugmentationType | left | |
ScrPersonNameAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |