Class IntelIdentificationAugmentationType
A data type for additional information about an identification.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelIdentificationAugmentationType : IEquatable<IntelIdentificationAugmentationType>
Properties
Context
intelIdentificationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelIdentificationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelIdentificationAugmentationType.ContextEnum> | intelIdentificationAugmentationType JSON-LD context |
IdentificationIssuingCountryIso3166Alpha2Code
A GeoPolitical Entity from which this identification was issued. NIEM reference is intel:IdentificationIssuingCountryISO3166Alpha2Code
Declaration
[DataMember(Name = "identificationIssuingCountryIso3166Alpha2Code")]
public List<Iso3166CountryAlpha2CodeType> IdentificationIssuingCountryIso3166Alpha2Code { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Iso3166CountryAlpha2CodeType> | A GeoPolitical Entity from which this identification was issued. NIEM reference is intel:IdentificationIssuingCountryISO3166Alpha2Code |
IdentificationIssuingCountryName
A name of a GeoPolitical Entity from which this identification was issued. NIEM reference is intel:IdentificationIssuingCountryName
Declaration
[DataMember(Name = "identificationIssuingCountryName")]
public List<NcTextType> IdentificationIssuingCountryName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a GeoPolitical Entity from which this identification was issued. NIEM reference is intel:IdentificationIssuingCountryName |
IdentificationIssuingLocality
A Geographic Location from which this identification was issued. NIEM reference is intel:IdentificationIssuingLocalityText
Declaration
[DataMember(Name = "identificationIssuingLocality")]
public List<NcTextType> IdentificationIssuingLocality { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A Geographic Location from which this identification was issued. NIEM reference is intel:IdentificationIssuingLocalityText |
IdentificationIssuingStateName
A name of a major administrative district or division of a country from which this identification was issued. NIEM reference is intel:IdentificationIssuingStateName
Declaration
[DataMember(Name = "identificationIssuingStateName")]
public List<NcTextType> IdentificationIssuingStateName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a major administrative district or division of a country from which this identification was issued. NIEM reference is intel:IdentificationIssuingStateName |
IsAuthentic
True if something is of undisputed origin or veracity, genuine; false otherwise. NIEM reference is intel:AuthenticIndicator
Declaration
[DataMember(Name = "isAuthentic")]
public List<NiemXsboolean> IsAuthentic { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if something is of undisputed origin or veracity, genuine; false otherwise. NIEM reference is intel:AuthenticIndicator |
PersonInIdentification
An identification of the human being referenced in the context of an identification. NIEM reference is intel:PersonInIdentification
Declaration
[DataMember(Name = "personInIdentification")]
public List<NcIdentificationType> PersonInIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of the human being referenced in the context of an identification. NIEM reference is intel:PersonInIdentification |
Methods
Equals(IntelIdentificationAugmentationType)
Returns true if IntelIdentificationAugmentationType instances are equal
Declaration
public bool Equals(IntelIdentificationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
IntelIdentificationAugmentationType | other | Instance of IntelIdentificationAugmentationType 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(IntelIdentificationAugmentationType, IntelIdentificationAugmentationType)
Declaration
public static bool operator ==(IntelIdentificationAugmentationType left, IntelIdentificationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
IntelIdentificationAugmentationType | left | |
IntelIdentificationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelIdentificationAugmentationType, IntelIdentificationAugmentationType)
Declaration
public static bool operator !=(IntelIdentificationAugmentationType left, IntelIdentificationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
IntelIdentificationAugmentationType | left | |
IntelIdentificationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |