KnownMetadataField Class

Used only by the KnownMetadataHelper class to represent a known metadata field.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class KnownMetadataField
Inheritance
Object    KnownMetadataField

Remarks

This class is used by the KnownMetadataHelper class to create helper lists of metadata fields by type and format categories. The helper lists of KnownMetadataHelper class can be used in drop down lists of fields to search for in search indexes, for example.

Constructors

KnownMetadataFieldInitializes a new instance of the KnownMetadataField class

Properties

Name Known metadata name.
PropertyType Gets or sets the value type of this metadata field.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also