Class Section.DataField
Represents a data field of a section.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class Section.DataField
Properties
DataSource
The data source of the data field.
Declaration
public string DataSource { get; set; }
Property Value
Type | Description |
---|---|
string |
DataType
The data type of the data field.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
IsExport
Indicates whether the data field is exportable.
Declaration
public bool IsExport { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsLabel
Indicates whether the data field is a label.
Declaration
public bool IsLabel { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsListed
Indicates whether the data field is listed.
Declaration
public bool IsListed { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsVisibleRoles
Indicates whether the data field is visible to certain roles.
Declaration
public bool IsVisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the data field.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the data field.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleRoles
The roles that have access to view the data field.
Declaration
public string VisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
string |