Class GridRangeInfoCodeDomSerializer
Implements the functionalities that serializes a GridRangeInfo object into a series of CodeDOM statements.
Inheritance
System.Object
GridRangeInfoCodeDomSerializer
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridRangeInfoCodeDomSerializer : CodeDomSerializer
Constructors
GridRangeInfoCodeDomSerializer()
Initializes the new instance of the GridRangeInfoCodeDomSerializer class.
Declaration
public GridRangeInfoCodeDomSerializer()
Properties
Default
Gets default. Internal only.
Declaration
public static GridRangeInfoCodeDomSerializer Default { get; }
Property Value
Type |
---|
GridRangeInfoCodeDomSerializer |
Methods
Deserialize(IDesignerSerializationManager, Object)
Overridden to de-serialize the specified serialized CodeDOM object into an object.
Declaration
public override object Deserialize(IDesignerSerializationManager manager, object codeObject)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Design.Serialization.IDesignerSerializationManager | manager | A serialization manager interface that is used during the de-serialization process. |
System.Object | codeObject | A serialized CodeDOM object to de-serialize. |
Returns
Type | Description |
---|---|
System.Object | The de-serialized CodeDOM object. |
Serialize(IDesignerSerializationManager, Object)
Overridden to serialize the specified object into a CodeDOM object.
Declaration
public override object Serialize(IDesignerSerializationManager manager, object value)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Design.Serialization.IDesignerSerializationManager | manager | The serialization manager to use during serialization. |
System.Object | value | The object to serialize. |
Returns
Type | Description |
---|---|
System.Object | A CodeDOM object representing the object that has been serialized. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |