The following tables list the members exposed by WorkstationUISettings.
Name | Description | |
---|---|---|
ControlsProperty | The name of the Controls element in the configuration file. | |
FactoryTypeProperty | The name of the FactoryType element in the configuration file. | |
SectionName | The name of the WorkstationUISettings section in the configuration file. |
Name | Description | |
---|---|---|
Controls | Gets the UI controls defined in the configuration to be created in the workstation. | |
ElementInformation | (Inherited from System.Configuration.ConfigurationElement) | |
Factory | Gets the workstation UI factory type. | |
FactoryType | Gets or sets the workstation UI factory type name. | |
Instance | Gets a singleton object of the WorkstationUISettings class defined in a configuration file. | |
LockAllAttributesExcept | (Inherited from System.Configuration.ConfigurationElement) | |
LockAllElementsExcept | (Inherited from System.Configuration.ConfigurationElement) | |
LockAttributes | (Inherited from System.Configuration.ConfigurationElement) | |
LockElements | (Inherited from System.Configuration.ConfigurationElement) | |
LockItem | (Inherited from System.Configuration.ConfigurationElement) | |
SectionInformation | (Inherited from System.Configuration.ConfigurationSection) |
Name | Description | |
---|---|---|
ElementProperty | (Inherited from System.Configuration.ConfigurationElement) | |
EvaluationContext | (Inherited from System.Configuration.ConfigurationElement) | |
Item | Overloaded. (Inherited from System.Configuration.ConfigurationElement) | |
Properties | (Inherited from System.Configuration.ConfigurationElement) |
Name | Description | |
---|---|---|
Equals | (Inherited from System.Configuration.ConfigurationElement) | |
GetHashCode | (Inherited from System.Configuration.ConfigurationElement) | |
GetSchema | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) | |
IsReadOnly | Overridden. Gets a value indicating whether the ConfigurationElement object is read-only. (Inherited from ConfigurationElement.) | |
ReadXml | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) | |
WriteXml | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) |
Top