Click or drag to resize

DocumentPropertyBaseT Class

Base class for all document metadata properties.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentDocumentPropertyBaseT
    More

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
[KnownTypeAttribute("GetTypes")]
public abstract class DocumentPropertyBase<T> : IDocumentProperty

Type Parameters

T
Property backing type (ex: string, int, DateTime, etc)

The DocumentPropertyBaseT type exposes the following members.

Properties
 NameDescription
Public propertyIsUserDefined If true, this property is a user-defined (custom) property.
Public propertyPropertyType Property data type.
Public propertyStringValue Gets the property values as a string.
Public propertyValue Property value.
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
See Also
Inheritance Hierarchy