Click or drag to resize

KnownMetadataField Class

Used only by the KnownMetadataHelper class to represent a known metadata field.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.MetadataKnownMetadataField

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class KnownMetadataField

The KnownMetadataField type exposes the following members.

Constructors
 NameDescription
Public methodKnownMetadataFieldInitializes a new instance of the KnownMetadataField class
Top
Properties
 NameDescription
Public propertyName Known metadata name.
Public propertyPropertyType Gets or sets the value type of this metadata field.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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.

See Also