Class StdBSExtensionsManager
Standard Business Service to manage product extensibility.
Inheritance
System.Object
StdBSExtensionsManager
Namespace: StdPlatBS100.UserControls.Backstage.Extensibility
Assembly: StdPlatBS100.dll
Syntax
public class StdBSExtensionsManager : UserControl
Constructors
StdBSExtensionsManager()
Declaration
public StdBSExtensionsManager()
Properties
ValidConfiguration
Returns if configuration is valid or not.
Declaration
public bool ValidConfiguration { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
VerifyFirstLevelReferences(String, String, String)
Declaration
public static bool VerifyFirstLevelReferences(string dll, string dir1, string dir2)
Parameters
Type | Name | Description |
---|---|---|
System.String | dll | |
System.String | dir1 | |
System.String | dir2 |
Returns
Type | Description |
---|---|
System.Boolean |
Events
DataSaved
Event raised when data is saved with success.
Declaration
public event EventHandler DataSaved
Event Type
Type | Description |
---|---|
System.EventHandler |