Class SectionData.DataField
Represents a data field for a section setting.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class SectionData.DataField
Properties
DataSource
Gets or sets the data source of the data field.
Declaration
public string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataType
Gets or sets the data type of the data field.
Declaration
public string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsExport
Gets or sets a value indicating whether the data field is included in exports.
Declaration
public bool IsExport { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLabel
Gets or sets a value indicating whether the data field is a label.
Declaration
public bool IsLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsListed
Gets or sets a value indicating whether the data field is listed.
Declaration
public bool IsListed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsVisibleRoles
Gets or sets a value indicating whether the data field is visible to certain roles.
Declaration
public bool IsVisibleRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets or sets the name of the data field.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the title of the data field.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VisibleRoles
Gets or sets the roles that can see the data field.
Declaration
public string VisibleRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| string |