Class ExtensionFieldDefinition
- Namespace
- Dynamicweb.Indexing.Schemas
- Assembly
- Dynamicweb.Core.dll
Represents extension field definition
public class ExtensionFieldDefinition : FieldDefinitionBase
- Inheritance
-
ExtensionFieldDefinition
- Inherited Members
Constructors
ExtensionFieldDefinition(string, IList<string>)
Creates new object with specific extender type and list of excluded fields
public ExtensionFieldDefinition(string extenderType, IList<string> excludedFields)
Parameters
ExtensionFieldDefinition(Type, IList<string>)
Creates new object with specific instance type and list of excluded fields
public ExtensionFieldDefinition(Type instanceType, IList<string> excludedFields)
Parameters
Properties
ExcludedFields
Gets list of excluded fields
public IList<string> ExcludedFields { get; }
Property Value
Methods
GetFields()
Provides extender field list
public IEnumerable<FieldDefinitionBase> GetFields()