Class BiomMinutiaeValueAssessmentType
A data type for an examiner's assessment of the value of the friction ridge impression
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeValueAssessmentType : IEquatable<BiomMinutiaeValueAssessmentType>
Properties
Context
biomMinutiaeValueAssessmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeValueAssessmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeValueAssessmentType.ContextEnum> | biomMinutiaeValueAssessmentType JSON-LD context |
DateTime
A date/time of a minutiae value assessment NIEM reference is biom:MinutiaeValueAssessmentDateTime
Declaration
[DataMember(Name = "dateTime")]
public List<NcZuluDateTimeType> DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcZuluDateTimeType> | A date/time of a minutiae value assessment NIEM reference is biom:MinutiaeValueAssessmentDateTime |
MinutiaeAnalysisComplexityCode
A level of complexity of an examiner's analysis NIEM reference is biom:MinutiaeAnalysisComplexityCode
Declaration
[DataMember(Name = "minutiaeAnalysisComplexityCode")]
public List<BiomMinutiaeAnalysisComplexityCodeType> MinutiaeAnalysisComplexityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeAnalysisComplexityCodeType> | A level of complexity of an examiner's analysis NIEM reference is biom:MinutiaeAnalysisComplexityCode |
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 |
MinutiaeExaminerName
A name for the latent examiner responsible for minutiae markup or verification NIEM reference is biom:MinutiaeExaminerName
Declaration
[DataMember(Name = "minutiaeExaminerName")]
public List<NcPersonNameType> MinutiaeExaminerName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameType> | A name for the latent examiner responsible for minutiae markup or verification NIEM reference is biom:MinutiaeExaminerName |
OrganizationName
A name of an organization. NIEM reference is nc:OrganizationName
Declaration
[DataMember(Name = "organizationName")]
public List<NcTextType> OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an organization. NIEM reference is nc:OrganizationName |
ResultCode
A result of an examiner's assessment of the value of the friction ridge impression NIEM reference is biom:MinutiaeValueAssessmentResultCode
Declaration
[DataMember(Name = "resultCode")]
public List<BiomMinutiaeValueAssessmentResultCodeType> ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeValueAssessmentResultCodeType> | A result of an examiner's assessment of the value of the friction ridge impression NIEM reference is biom:MinutiaeValueAssessmentResultCode |
Methods
Equals(BiomMinutiaeValueAssessmentType)
Returns true if BiomMinutiaeValueAssessmentType instances are equal
Declaration
public bool Equals(BiomMinutiaeValueAssessmentType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeValueAssessmentType | other | Instance of BiomMinutiaeValueAssessmentType 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(BiomMinutiaeValueAssessmentType, BiomMinutiaeValueAssessmentType)
Declaration
public static bool operator ==(BiomMinutiaeValueAssessmentType left, BiomMinutiaeValueAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeValueAssessmentType | left | |
BiomMinutiaeValueAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeValueAssessmentType, BiomMinutiaeValueAssessmentType)
Declaration
public static bool operator !=(BiomMinutiaeValueAssessmentType left, BiomMinutiaeValueAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeValueAssessmentType | left | |
BiomMinutiaeValueAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |