Class SectionData.SectionSettings
Represents the settings of a section.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class SectionData.SectionSettings
Properties
BaseSectionName
Gets or sets the name of the base section.
Declaration
public string BaseSectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
DataFields
Gets or sets the list of data fields used by the section.
Declaration
public List<SectionData.DataField> DataFields { get; set; }
Property Value
Type | Description |
---|---|
List<SectionData.DataField> |
DataTable
Gets or sets the name of the data table used by the section.
Declaration
public string DataTable { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementName
Gets or sets the name of the element used by the section.
Declaration
public string ElementName { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
Gets or sets a dictionary of entries used by the section.
Declaration
public Dictionary<string, object> Entries { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
FileStorageContainer
Gets or sets the name of the file storage container used by the section.
Declaration
public string FileStorageContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
FileStorageName
Gets or sets the name of the file storage used by the section.
Declaration
public string FileStorageName { get; set; }
Property Value
Type | Description |
---|---|
string |
FormName
Gets or sets the name of the form used by the section.
Declaration
public string FormName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsExport
Gets or sets a value indicating whether the section can be exported.
Declaration
public bool? IsExport { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsHistory
Gets or sets a value indicating whether the section supports history.
Declaration
public bool? IsHistory { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsLocalization
Gets or sets a value indicating whether the section supports localization.
Declaration
public bool? IsLocalization { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsRequired
Gets or sets a value indicating whether the section is required.
Declaration
public bool? IsRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsVersions
Gets or sets a value indicating whether the section supports versions.
Declaration
public bool? IsVersions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LayoutMode
Gets or sets the layout mode for the section.
Declaration
public string LayoutMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ListWidgets
Gets or sets the list of widgets used by the section.
Declaration
public List<SectionData.ListWidget> ListWidgets { get; set; }
Property Value
Type | Description |
---|---|
List<SectionData.ListWidget> |
PageSize
Gets or sets the size of the page for the section.
Declaration
public int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
TargetSectionDataName
Gets or sets the name of the target section data.
Declaration
public string TargetSectionDataName { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSectionName
Gets or sets the name of the target section.
Declaration
public string TargetSectionName { get; set; }
Property Value
Type | Description |
---|---|
string |