ControlWithDataSerializer Class

Definition

Namespace: Firefly.Box.UI.Designer
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class ControlWithDataSerializer : CodeDomSerializer
Inheritance
Object    CodeDomSerializerBase    CodeDomSerializer    ControlWithDataSerializer

Constructors

ControlWithDataSerializerInitializes a new instance of the ControlWithDataSerializer class.

Methods

Deserialize
(Overrides CodeDomSerializerDeserialize(IDesignerSerializationManager, Object))
DeserializeExpressionDeserializes the given expression into an in-memory object.
(Inherited from CodeDomSerializerBase)
DeserializeInstanceReturns an instance of the given type.
(Inherited from CodeDomSerializerBase)
DeserializePropertiesFromResourcesDeserializes properties on the given object from the invariant culture’s resource bundle.
(Inherited from CodeDomSerializerBase)
DeserializeStatementDeserializes a statement by interpreting and executing a CodeDOM statement.
(Inherited from CodeDomSerializerBase)
DeserializeStatementToInstanceDeserializes a single statement.
(Inherited from CodeDomSerializer)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetExpressionReturns an expression for the given object.
(Inherited from CodeDomSerializerBase)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSerializer(IDesignerSerializationManager, Object)Locates a serializer for the given object value.
(Inherited from CodeDomSerializerBase)
GetSerializer(IDesignerSerializationManager, Type)Locates a serializer for the given type.
(Inherited from CodeDomSerializerBase)
GetTargetComponentNameDetermines which statement group the given statement should belong to.
(Inherited from CodeDomSerializer)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUniqueNameReturns a unique name for the given object.
(Inherited from CodeDomSerializerBase)
IsSerialized(IDesignerSerializationManager, Object)Returns a value indicating whether the given object has been serialized.
(Inherited from CodeDomSerializerBase)
IsSerialized(IDesignerSerializationManager, Object, Boolean)Returns a value indicating whether the given object has been serialized, optionally considering preset expressions.
(Inherited from CodeDomSerializerBase)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Serialize
(Overrides CodeDomSerializerSerialize(IDesignerSerializationManager, Object))
SerializeAbsoluteSerializes the given object, accounting for default values.
(Inherited from CodeDomSerializer)
SerializeCreationExpressionReturns an expression representing the creation of the given object.
(Inherited from CodeDomSerializerBase)
SerializeEventSerializes the given event into the given statement collection.
(Inherited from CodeDomSerializerBase)
SerializeEventsSerializes the specified events into the given statement collection.
(Inherited from CodeDomSerializerBase)
SerializeMemberSerializes the given member on the given object.
(Inherited from CodeDomSerializer)
SerializeMemberAbsoluteSerializes the given member, accounting for default values.
(Inherited from CodeDomSerializer)
SerializePropertiesSerializes the properties on the given object into the given statement collection.
(Inherited from CodeDomSerializerBase)
SerializePropertiesToResourcesSerializes the properties on the given object into the invariant culture’s resource bundle.
(Inherited from CodeDomSerializerBase)
SerializePropertySerializes a property on the given object.
(Inherited from CodeDomSerializerBase)
SerializeResourceSerializes the given object into a resource bundle using the given resource name.
(Inherited from CodeDomSerializerBase)
SerializeResourceInvariantSerializes the given object into a resource bundle using the given resource name.
(Inherited from CodeDomSerializerBase)
SerializeToExpressionSerializes the given object into an expression.
(Inherited from CodeDomSerializerBase)
SerializeToReferenceExpressionSerializes the specified value to a CodeDOM expression.
(Inherited from CodeDomSerializer)
Obsolete.
SerializeToResourceExpression(IDesignerSerializationManager, Object)Serializes the given object into an expression.
(Inherited from CodeDomSerializerBase)
SerializeToResourceExpression(IDesignerSerializationManager, Object, Boolean)Serializes the given object into an expression appropriate for the invariant culture.
(Inherited from CodeDomSerializerBase)
SetExpression(IDesignerSerializationManager, Object, CodeExpression)Associates an object with an expression.
(Inherited from CodeDomSerializerBase)
SetExpression(IDesignerSerializationManager, Object, CodeExpression, Boolean)Associates an object with an expression, optionally specifying a preset expression.
(Inherited from CodeDomSerializerBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also