Class BiomMinutiaeLatentMatrixType
A data type for a substance deposited by a friction ridge impression
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeLatentMatrixType : IEquatable<BiomMinutiaeLatentMatrixType>
Properties
CategoryCode
A kind of substance deposited by this friction ridge impression NIEM reference is biom:MinutiaeLatentMatrixCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomMinutiaeLatentMatrixCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeLatentMatrixCategoryCodeType> | A kind of substance deposited by this friction ridge impression NIEM reference is biom:MinutiaeLatentMatrixCategoryCode |
Context
biomMinutiaeLatentMatrixType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeLatentMatrixType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeLatentMatrixType.ContextEnum> | biomMinutiaeLatentMatrixType JSON-LD context |
MinutiaeComment
A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText
Declaration
[DataMember(Name = "minutiaeComment")]
public List<NcTextType> MinutiaeComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText |
Methods
Equals(BiomMinutiaeLatentMatrixType)
Returns true if BiomMinutiaeLatentMatrixType instances are equal
Declaration
public bool Equals(BiomMinutiaeLatentMatrixType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeLatentMatrixType | other | Instance of BiomMinutiaeLatentMatrixType 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(BiomMinutiaeLatentMatrixType, BiomMinutiaeLatentMatrixType)
Declaration
public static bool operator ==(BiomMinutiaeLatentMatrixType left, BiomMinutiaeLatentMatrixType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeLatentMatrixType | left | |
BiomMinutiaeLatentMatrixType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeLatentMatrixType, BiomMinutiaeLatentMatrixType)
Declaration
public static bool operator !=(BiomMinutiaeLatentMatrixType left, BiomMinutiaeLatentMatrixType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeLatentMatrixType | left | |
BiomMinutiaeLatentMatrixType | right |
Returns
Type | Description |
---|---|
System.Boolean |