Class Form
Inheritance
System.Object
Form
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class Form
Constructors
Form()
Declaration
public Form()
Properties
ButtonSets
Declaration
public FormButtonSets ButtonSets { get; set; }
Property Value
Type | Description |
---|---|
FormButtonSets |
Commands
Declaration
public Commands Commands { get; set; }
Property Value
Type | Description |
---|---|
Commands |
Grids
Declaration
public FormGrids Grids { get; set; }
Property Value
Type | Description |
---|---|
FormGrids |
Layout
Declaration
public FormLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
FormLayout |
Toolbars
Declaration
public FormToolBars Toolbars { get; set; }
Property Value
Type | Description |
---|---|
FormToolBars |
ViewConfig
Declaration
public ViewConfig ViewConfig { get; set; }
Property Value
Type | Description |
---|---|
ViewConfig |