Table of Contents

Class DataField

Namespace
Dynamicweb.Indexing.Repositories.Data
Assembly
Dynamicweb.Core.dll

Represents data field

public class DataField
Inheritance
DataField
Derived
Inherited Members

Properties

Group

Gets or sets group

public string Group { get; set; }

Property Value

string

Hidden

Gets or sets the value indicating whether the field is hidden.

public bool Hidden { get; set; }

Property Value

bool

Name

Gets or sets Name

public string Name { get; set; }

Property Value

string

OperatorTypes

Gets or sets the operatorTypes for the specific field type

public IEnumerable<OperatorType> OperatorTypes { get; set; }

Property Value

IEnumerable<OperatorType>

Source

public string Source { get; set; }

Property Value

string

SystemName

Gets or sets system name

public string SystemName { get; set; }

Property Value

string

TypeName

Gets or sets type

public string TypeName { get; set; }

Property Value

string

ValueMapper

public string ValueMapper { get; set; }

Property Value

string
To top