Class NcPhysicalFeatureType
A data type for a prominent or easily identifiable aspect of something or someone.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcPhysicalFeatureType : IEquatable<NcPhysicalFeatureType>
Properties
Category
A specific kind of physical feature. NIEM reference is nc:PhysicalFeatureCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A specific kind of physical feature. NIEM reference is nc:PhysicalFeatureCategoryText |
CategoryCode
A specific kind of physical feature. NIEM reference is j:PhysicalFeatureCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<NcicSMTCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicSMTCodeType> | A specific kind of physical feature. NIEM reference is j:PhysicalFeatureCategoryCode |
CategoryCodeText
A visible, atypical distinguishing trait, property or quality of a person. NIEM reference is intel:PhysicalFeatureCategoryCodeText
Declaration
[DataMember(Name = "categoryCodeText")]
public List<NcTextType> CategoryCodeText { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A visible, atypical distinguishing trait, property or quality of a person. NIEM reference is intel:PhysicalFeatureCategoryCodeText |
Context
ncPhysicalFeatureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcPhysicalFeatureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcPhysicalFeatureType.ContextEnum> | ncPhysicalFeatureType JSON-LD context |
Description
A description of a physical feature. NIEM reference is nc:PhysicalFeatureDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a physical feature. NIEM reference is nc:PhysicalFeatureDescriptionText |
GeneralCategory
A general kind of physical feature. NIEM reference is nc:PhysicalFeatureGeneralCategoryText
Declaration
[DataMember(Name = "generalCategory")]
public List<NcTextType> GeneralCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A general kind of physical feature. NIEM reference is nc:PhysicalFeatureGeneralCategoryText |
Image
A digital image of a physical feature. NIEM reference is nc:PhysicalFeatureImage
Declaration
[DataMember(Name = "image")]
public List<NcImageType> Image { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcImageType> | A digital image of a physical feature. NIEM reference is nc:PhysicalFeatureImage |
Location
A location on a person's body of a physical feature. NIEM reference is nc:PhysicalFeatureLocationText
Declaration
[DataMember(Name = "location")]
public List<NcTextType> Location { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A location on a person's body of a physical feature. NIEM reference is nc:PhysicalFeatureLocationText |
Methods
Equals(NcPhysicalFeatureType)
Returns true if NcPhysicalFeatureType instances are equal
Declaration
public bool Equals(NcPhysicalFeatureType other)
Parameters
Type | Name | Description |
---|---|---|
NcPhysicalFeatureType | other | Instance of NcPhysicalFeatureType 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(NcPhysicalFeatureType, NcPhysicalFeatureType)
Declaration
public static bool operator ==(NcPhysicalFeatureType left, NcPhysicalFeatureType right)
Parameters
Type | Name | Description |
---|---|---|
NcPhysicalFeatureType | left | |
NcPhysicalFeatureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcPhysicalFeatureType, NcPhysicalFeatureType)
Declaration
public static bool operator !=(NcPhysicalFeatureType left, NcPhysicalFeatureType right)
Parameters
Type | Name | Description |
---|---|---|
NcPhysicalFeatureType | left | |
NcPhysicalFeatureType | right |
Returns
Type | Description |
---|---|
System.Boolean |