Class DockingMgrSerializationWrapper
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockingMgrSerializationWrapper : ISerializable
Constructors
DockingMgrSerializationWrapper()
Constructor of the DockingMgrSerializationWrapper.
Declaration
public DockingMgrSerializationWrapper()
DockingMgrSerializationWrapper(DockingManager)
Constructor of the DockingMgrSerializationWrapper.
Declaration
public DockingMgrSerializationWrapper(DockingManager dmgr)
Parameters
Type | Name | Description |
---|---|---|
DockingManager | dmgr | The DockingManager instance. |
Fields
htDHCWrapper
Initialize the HashTable.
Declaration
public Hashtable htDHCWrapper
Field Value
Type |
---|
System.Collections.Hashtable |
Methods
GetDHCSerializationWrapper(DockHostController)
Gets the GetDHCSerializationWrapper
Declaration
public DHCSerializationWrapper GetDHCSerializationWrapper(DockHostController dhc)
Parameters
Type | Name | Description |
---|---|---|
DockHostController | dhc | The DockHostController instance. |
Returns
Type |
---|
DHCSerializationWrapper |
GetDHCSerializationWrapper(String)
Gets the DHCSerializationWrapper.
Declaration
public DHCSerializationWrapper GetDHCSerializationWrapper(string ctrlname)
Parameters
Type | Name | Description |
---|---|---|
System.String | ctrlname |
Returns
Type |
---|
DHCSerializationWrapper |
GetObjectData(SerializationInfo, StreamingContext)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Declaration
public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
System.Runtime.Serialization.StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization. |
Implements
System.Runtime.Serialization.ISerializable