Class CurrencyEditCollectionSerializationProvider
Inheritance
System.Object
CurrencyEditCollectionSerializationProvider
Implements
System.ComponentModel.Design.Serialization.IDesignerSerializationProvider
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 CurrencyEditCollectionSerializationProvider : IDesignerSerializationProvider
Constructors
CurrencyEditCollectionSerializationProvider(Control.ControlCollection, ICurrencyEditDesigner)
Declaration
public CurrencyEditCollectionSerializationProvider(Control.ControlCollection collectionToWatch, ICurrencyEditDesigner notifyDesigner)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control.ControlCollection | collectionToWatch | |
ICurrencyEditDesigner | notifyDesigner |
Methods
GetSerializer(IDesignerSerializationManager, Object, Type, Type)
Declaration
public virtual object GetSerializer(IDesignerSerializationManager manager, object currentSerializer, Type objectType, Type serializerType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Design.Serialization.IDesignerSerializationManager | manager | |
System.Object | currentSerializer | |
System.Type | objectType | |
System.Type | serializerType |
Returns
Type |
---|
System.Object |
Implements
System.ComponentModel.Design.Serialization.IDesignerSerializationProvider