Class ControlTextEditorData.File
Inheritance
ControlTextEditorData.File
Assembly: DataWeb.Core.dll
Syntax
public class ControlTextEditorData.File
Properties
Code
Declaration
public string Code { get; set; }
Property Value
IdMaster
Declaration
public string IdMaster { get; set; }
Property Value
ListNav
Declaration
public string ListNav { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Nav
Declaration
public string Nav { get; set; }
Property Value
NavigationCurrentStep
Declaration
public Navigation.Step NavigationCurrentStep { get; set; }
Property Value
NavigationNewSteps
Declaration
public List<Navigation.Step> NavigationNewSteps { get; set; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
SectionTitle
Declaration
public string SectionTitle { get; set; }
Property Value