Class Section.SectionSettings
Represents settings for a section.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class Section.SectionSettings
Properties
BaseSectionName
Gets or sets the name of the base section associated with the section.
Declaration
public string BaseSectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
DataFields
Gets or sets the list of data fields associated with the section.
Declaration
public List<Section.DataField> DataFields { get; set; }
Property Value
Type | Description |
---|---|
List<Section.DataField> |
DataTable
Gets or sets the name of the data table associated with the section.
Declaration
public string DataTable { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementName
Gets or sets the name of the element associated with the section.
Declaration
public string ElementName { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
Gets or sets the dictionary of entries associated with the section.
Declaration
public Dictionary<string, object> Entries { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
FileStorageContainer
Gets or sets the container name for the file storage associated with the section.
Declaration
public string FileStorageContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
FileStorageName
Gets or sets the name of the file storage associated with the section.
Declaration
public string FileStorageName { get; set; }
Property Value
Type | Description |
---|---|
string |
FormName
Gets or sets the name of the form associated with the section.
Declaration
public string FormName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsExport
Gets or sets a value indicating whether the section supports export.
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 list widgets associated with the section.
Declaration
public List<ListWidget> ListWidgets { get; set; }
Property Value
Type | Description |
---|---|
List<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 associated with the section.
Declaration
public string TargetSectionDataName { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSectionName
Gets or sets the name of the target section associated with the section.
Declaration
public string TargetSectionName { get; set; }
Property Value
Type | Description |
---|---|
string |