Class BiomMinutiaeAlgorithmType
A data type for an algorithm used to capture minutiae
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeAlgorithmType : IEquatable<BiomMinutiaeAlgorithmType>
Properties
Context
biomMinutiaeAlgorithmType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeAlgorithmType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeAlgorithmType.ContextEnum> | biomMinutiaeAlgorithmType JSON-LD context |
Name
A name of an algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithmName
Declaration
[DataMember(Name = "name")]
public List<NcTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithmName |
Version
A kind of version of an algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithmVersionText
Declaration
[DataMember(Name = "version")]
public List<NcTextType> Version { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of version of an algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithmVersionText |
Methods
Equals(BiomMinutiaeAlgorithmType)
Returns true if BiomMinutiaeAlgorithmType instances are equal
Declaration
public bool Equals(BiomMinutiaeAlgorithmType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeAlgorithmType | other | Instance of BiomMinutiaeAlgorithmType 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(BiomMinutiaeAlgorithmType, BiomMinutiaeAlgorithmType)
Declaration
public static bool operator ==(BiomMinutiaeAlgorithmType left, BiomMinutiaeAlgorithmType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeAlgorithmType | left | |
BiomMinutiaeAlgorithmType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeAlgorithmType, BiomMinutiaeAlgorithmType)
Declaration
public static bool operator !=(BiomMinutiaeAlgorithmType left, BiomMinutiaeAlgorithmType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeAlgorithmType | left | |
BiomMinutiaeAlgorithmType | right |
Returns
Type | Description |
---|---|
System.Boolean |