Represents form serialization/deserialization
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Treasury (in Greatis.FormDesigner.Treasury.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ToolboxBitmapAttribute(GetType(Treasury))> _ Public Class Treasury _ Inherits Component _ Implements ITreasury, IDesignerSerializationService |
| C# |
|---|
[ToolboxBitmapAttribute(typeof(Treasury))] public class Treasury : Component, ITreasury, IDesignerSerializationService |
| Visual C++ |
|---|
[ToolboxBitmapAttribute(typeof(Treasury))] public ref class Treasury : public Component, ITreasury, IDesignerSerializationService |
| JavaScript |
|---|
Greatis.FormDesigner.Treasury = function(); Type.createClass( 'Greatis.FormDesigner.Treasury', Component, Greatis.FormDesigner.ITreasury, IDesignerSerializationService); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.FormDesigner..::.Treasury
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.FormDesigner..::.Treasury