Class BiomCBEFFImageType
A data type for a CBEFF record
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomCBEFFImageType : BiomImageType, IEquatable<NcBinaryType>, IEquatable<BiomImageType>, IEquatable<BiomCBEFFImageType>
Properties
CbeffCategoryCode
A kind of biometric modality as described by CBEFF NIEM reference is biom:CBEFFCategoryCode
Declaration
[DataMember(Name = "cbeffCategoryCode")]
public List<BiomCBEFFCategoryCodeType> CbeffCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomCBEFFCategoryCodeType> | A kind of biometric modality as described by CBEFF NIEM reference is biom:CBEFFCategoryCode |
CbeffFormatCategoryId
An identifier of a format designated by the owner NIEM reference is biom:CBEFFFormatCategoryID
Declaration
[DataMember(Name = "cbeffFormatCategoryId")]
public List<BiomHexDoubleByteType> CbeffFormatCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomHexDoubleByteType> | An identifier of a format designated by the owner NIEM reference is biom:CBEFFFormatCategoryID |
CbeffFormatOwnerId
An assigned identifier specifying a biometric format NIEM reference is biom:CBEFFFormatOwnerID
Declaration
[DataMember(Name = "cbeffFormatOwnerId")]
public List<BiomHexDoubleByteType> CbeffFormatOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomHexDoubleByteType> | An assigned identifier specifying a biometric format NIEM reference is biom:CBEFFFormatOwnerID |
CbeffVersionId
A identifier for the version number of the CBEFF specification that this record conforms to NIEM reference is biom:CBEFFVersionID
Declaration
[DataMember(Name = "cbeffVersionId")]
public List<NcTextType> CbeffVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A identifier for the version number of the CBEFF specification that this record conforms to NIEM reference is biom:CBEFFVersionID |
Context
biomCBEFFImageType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomCBEFFImageType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomCBEFFImageType.ContextEnum> | biomCBEFFImageType JSON-LD context |
ResolutionMethodInformation
An optional field states the method used for determining the pixel density of the image. NIEM reference is biom:ResolutionMethodInformation
Declaration
[DataMember(Name = "resolutionMethodInformation")]
public List<BiomResolutionMethodInformationType> ResolutionMethodInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomResolutionMethodInformationType> | An optional field states the method used for determining the pixel density of the image. NIEM reference is biom:ResolutionMethodInformation |
Methods
Equals(BiomCBEFFImageType)
Returns true if BiomCBEFFImageType instances are equal
Declaration
public bool Equals(BiomCBEFFImageType other)
Parameters
Type | Name | Description |
---|---|---|
BiomCBEFFImageType | other | Instance of BiomCBEFFImageType 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(BiomCBEFFImageType, BiomCBEFFImageType)
Declaration
public static bool operator ==(BiomCBEFFImageType left, BiomCBEFFImageType right)
Parameters
Type | Name | Description |
---|---|---|
BiomCBEFFImageType | left | |
BiomCBEFFImageType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomCBEFFImageType, BiomCBEFFImageType)
Declaration
public static bool operator !=(BiomCBEFFImageType left, BiomCBEFFImageType right)
Parameters
Type | Name | Description |
---|---|---|
BiomCBEFFImageType | left | |
BiomCBEFFImageType | right |
Returns
Type | Description |
---|---|
System.Boolean |