Class ScrPersonNameTextAugmentationType
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 ScrPersonNameTextAugmentationType : IEquatable<ScrPersonNameTextAugmentationType>
Properties
Context
scrPersonNameTextAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrPersonNameTextAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrPersonNameTextAugmentationType.ContextEnum> | scrPersonNameTextAugmentationType JSON-LD context |
NameTranslationCategoryCode
A kind of name translation. NIEM reference is scr:nameTranslationCategoryCode
Declaration
[DataMember(Name = "nameTranslationCategoryCode")]
public string NameTranslationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | A kind of name translation. NIEM reference is scr:nameTranslationCategoryCode |
NameTranslationCategoryDescription
A description of the values used for Name translation. NIEM reference is scr:nameTranslationCategoryDescriptionText
Declaration
[DataMember(Name = "nameTranslationCategoryDescription")]
public string NameTranslationCategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | A description of the values used for Name translation. NIEM reference is scr:nameTranslationCategoryDescriptionText |
NameTranslationRepresentation
A translation representation of a name NIEM reference is scr:nameTranslationRepresentationText
Declaration
[DataMember(Name = "nameTranslationRepresentation")]
public string NameTranslationRepresentation { get; set; }
Property Value
Type | Description |
---|---|
System.String | A translation representation of a name NIEM reference is scr:nameTranslationRepresentationText |
NameTranslationRepresentationId
An identifier that represents a NAME TRANSLATION REPRESENTATION NIEM reference is scr:nameTranslationRepresentationID
Declaration
[DataMember(Name = "nameTranslationRepresentationId")]
public string NameTranslationRepresentationId { get; set; }
Property Value
Type | Description |
---|---|
System.String | An identifier that represents a NAME TRANSLATION REPRESENTATION NIEM reference is scr:nameTranslationRepresentationID |
NameTranslationShortName
A short name that describes the translation. NIEM reference is scr:nameTranslationShortName
Declaration
[DataMember(Name = "nameTranslationShortName")]
public string NameTranslationShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String | A short name that describes the translation. NIEM reference is scr:nameTranslationShortName |
Methods
Equals(ScrPersonNameTextAugmentationType)
Returns true if ScrPersonNameTextAugmentationType instances are equal
Declaration
public bool Equals(ScrPersonNameTextAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameTextAugmentationType | other | Instance of ScrPersonNameTextAugmentationType 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(ScrPersonNameTextAugmentationType, ScrPersonNameTextAugmentationType)
Declaration
public static bool operator ==(ScrPersonNameTextAugmentationType left, ScrPersonNameTextAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameTextAugmentationType | left | |
ScrPersonNameTextAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrPersonNameTextAugmentationType, ScrPersonNameTextAugmentationType)
Declaration
public static bool operator !=(ScrPersonNameTextAugmentationType left, ScrPersonNameTextAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrPersonNameTextAugmentationType | left | |
ScrPersonNameTextAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |