Class BiomPhysicalFeatureColorDetailType
A data type for a description of the colors of a physical feature
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPhysicalFeatureColorDetailType : IEquatable<BiomPhysicalFeatureColorDetailType>
Properties
Context
biomPhysicalFeatureColorDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPhysicalFeatureColorDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPhysicalFeatureColorDetailType.ContextEnum> | biomPhysicalFeatureColorDetailType JSON-LD context |
PhysicalFeaturePrimaryColorCode
A primary color of a tattoo in an image NIEM reference is biom:PhysicalFeaturePrimaryColorCode
Declaration
[DataMember(Name = "physicalFeaturePrimaryColorCode")]
public List<BiomPhysicalFeatureColorCodeType> PhysicalFeaturePrimaryColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPhysicalFeatureColorCodeType> | A primary color of a tattoo in an image NIEM reference is biom:PhysicalFeaturePrimaryColorCode |
PhysicalFeatureSecondaryColorCode
A secondary color of a tattoo in an image NIEM reference is biom:PhysicalFeatureSecondaryColorCode
Declaration
[DataMember(Name = "physicalFeatureSecondaryColorCode")]
public List<BiomPhysicalFeatureColorCodeType> PhysicalFeatureSecondaryColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPhysicalFeatureColorCodeType> | A secondary color of a tattoo in an image NIEM reference is biom:PhysicalFeatureSecondaryColorCode |
Methods
Equals(BiomPhysicalFeatureColorDetailType)
Returns true if BiomPhysicalFeatureColorDetailType instances are equal
Declaration
public bool Equals(BiomPhysicalFeatureColorDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureColorDetailType | other | Instance of BiomPhysicalFeatureColorDetailType 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(BiomPhysicalFeatureColorDetailType, BiomPhysicalFeatureColorDetailType)
Declaration
public static bool operator ==(BiomPhysicalFeatureColorDetailType left, BiomPhysicalFeatureColorDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureColorDetailType | left | |
BiomPhysicalFeatureColorDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPhysicalFeatureColorDetailType, BiomPhysicalFeatureColorDetailType)
Declaration
public static bool operator !=(BiomPhysicalFeatureColorDetailType left, BiomPhysicalFeatureColorDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureColorDetailType | left | |
BiomPhysicalFeatureColorDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |