Class BiomBiometricClassificationType
A data type for the classification of the kind of the Biometric information in the message.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomBiometricClassificationType : IEquatable<BiomBiometricClassificationType>
Properties
CategoryCode
A kind of biometric. NIEM reference is biom:BiometricClassificationCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomBiometricCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomBiometricCategoryCodeType> | A kind of biometric. NIEM reference is biom:BiometricClassificationCategoryCode |
CategoryDescription
A description of a kind of biometric. NIEM reference is biom:BiometricClassificationCategoryDescriptionText
Declaration
[DataMember(Name = "categoryDescription")]
public List<NcTextType> CategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a kind of biometric. NIEM reference is biom:BiometricClassificationCategoryDescriptionText |
Context
biomBiometricClassificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomBiometricClassificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomBiometricClassificationType.ContextEnum> | biomBiometricClassificationType JSON-LD context |
Methods
Equals(BiomBiometricClassificationType)
Returns true if BiomBiometricClassificationType instances are equal
Declaration
public bool Equals(BiomBiometricClassificationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricClassificationType | other | Instance of BiomBiometricClassificationType 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(BiomBiometricClassificationType, BiomBiometricClassificationType)
Declaration
public static bool operator ==(BiomBiometricClassificationType left, BiomBiometricClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricClassificationType | left | |
BiomBiometricClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomBiometricClassificationType, BiomBiometricClassificationType)
Declaration
public static bool operator !=(BiomBiometricClassificationType left, BiomBiometricClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricClassificationType | left | |
BiomBiometricClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |