Class BiomMinutiaeFlexionCreaseType
A data type for a permanent flexion crease
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeFlexionCreaseType : IEquatable<BiomMinutiaeFlexionCreaseType>
Properties
CategoryCode
A kind of flexion crease NIEM reference is biom:MinutiaeFlexionCreaseCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomMinutiaeFlexionCreaseCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeFlexionCreaseCategoryCodeType> | A kind of flexion crease NIEM reference is biom:MinutiaeFlexionCreaseCategoryCode |
Context
biomMinutiaeFlexionCreaseType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeFlexionCreaseType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeFlexionCreaseType.ContextEnum> | biomMinutiaeFlexionCreaseType JSON-LD context |
ImageFeatureVertex
A vertex in a position path NIEM reference is biom:ImageFeatureVertex
Declaration
[DataMember(Name = "imageFeatureVertex")]
public List<BiomVertexType> ImageFeatureVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position path NIEM reference is biom:ImageFeatureVertex |
Methods
Equals(BiomMinutiaeFlexionCreaseType)
Returns true if BiomMinutiaeFlexionCreaseType instances are equal
Declaration
public bool Equals(BiomMinutiaeFlexionCreaseType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFlexionCreaseType | other | Instance of BiomMinutiaeFlexionCreaseType 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(BiomMinutiaeFlexionCreaseType, BiomMinutiaeFlexionCreaseType)
Declaration
public static bool operator ==(BiomMinutiaeFlexionCreaseType left, BiomMinutiaeFlexionCreaseType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFlexionCreaseType | left | |
BiomMinutiaeFlexionCreaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeFlexionCreaseType, BiomMinutiaeFlexionCreaseType)
Declaration
public static bool operator !=(BiomMinutiaeFlexionCreaseType left, BiomMinutiaeFlexionCreaseType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFlexionCreaseType | left | |
BiomMinutiaeFlexionCreaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |