Click or drag to resize
BCExtensionCommandSerializer Class
Represents the serializer for the BCExtensionCommand that customizes the generation of code for a component created by Visual Studio Designer.
Inheritance Hierarchy

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public sealed class BCExtensionCommandSerializer : CodeDomSerializer

The BCExtensionCommandSerializer type exposes the following members.

Constructors
  NameDescription
Public methodBCExtensionCommandSerializer
Initializes a new instance of the BCExtensionCommandSerializer class
Top
Methods
  NameDescription
Public methodDeserialize
Deserializes the specified serialized CodeDOM object into an object.
(Overrides CodeDomSerializerDeserialize(IDesignerSerializationManager, Object).)
Protected methodDeserializeExpression
Deserializes the given expression into an in-memory object.
(Inherited from CodeDomSerializerBase.)
Protected methodDeserializeInstance
Returns an instance of the given type.
(Inherited from CodeDomSerializerBase.)
Protected methodDeserializePropertiesFromResources
Deserializes properties on the given object from the invariant culture’s resource bundle.
(Inherited from CodeDomSerializerBase.)
Protected methodDeserializeStatement
Deserializes a statement by interpreting and executing a CodeDOM statement.
(Inherited from CodeDomSerializerBase.)
Protected methodDeserializeStatementToInstance
Deserializes a single statement.
(Inherited from CodeDomSerializer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetExpression
Returns an expression for the given object.
(Inherited from CodeDomSerializerBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSerializer(IDesignerSerializationManager, Object)
Locates a serializer for the given object value.
(Inherited from CodeDomSerializerBase.)
Protected methodGetSerializer(IDesignerSerializationManager, Type)
Locates a serializer for the given type.
(Inherited from CodeDomSerializerBase.)
Public methodGetTargetComponentName
Determines which statement group the given statement should belong to.
(Inherited from CodeDomSerializer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetUniqueName
Returns a unique name for the given object.
(Inherited from CodeDomSerializerBase.)
Protected methodIsSerialized(IDesignerSerializationManager, Object)
Returns a value indicating whether the given object has been serialized.
(Inherited from CodeDomSerializerBase.)
Protected methodIsSerialized(IDesignerSerializationManager, Object, Boolean)
Returns a value indicating whether the given object has been serialized, optionally considering preset expressions.
(Inherited from CodeDomSerializerBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize
Serializes the specified object into a CodeDOM object.
(Overrides CodeDomSerializerSerialize(IDesignerSerializationManager, Object).)
Public methodSerializeAbsolute
Serializes the given object, accounting for default values.
(Inherited from CodeDomSerializer.)
Protected methodSerializeCreationExpression
Returns an expression representing the creation of the given object.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeEvent
Serializes the given event into the given statement collection.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeEvents
Serializes the specified events into the given statement collection.
(Inherited from CodeDomSerializerBase.)
Public methodSerializeMember
Serializes the given member on the given object.
(Inherited from CodeDomSerializer.)
Public methodSerializeMemberAbsolute
Serializes the given member, accounting for default values.
(Inherited from CodeDomSerializer.)
Protected methodSerializeProperties
Serializes the properties on the given object into the given statement collection.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializePropertiesToResources
Serializes the properties on the given object into the invariant culture’s resource bundle.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeProperty
Serializes a property on the given object.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeResource
Serializes the given object into a resource bundle using the given resource name.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeResourceInvariant
Serializes the given object into a resource bundle using the given resource name.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeToExpression
Serializes the given object into an expression.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeToReferenceExpression Obsolete.
Serializes the specified value to a CodeDOM expression.
(Inherited from CodeDomSerializer.)
Protected methodSerializeToResourceExpression(IDesignerSerializationManager, Object)
Serializes the given object into an expression.
(Inherited from CodeDomSerializerBase.)
Protected methodSerializeToResourceExpression(IDesignerSerializationManager, Object, Boolean)
Serializes the given object into an expression appropriate for the invariant culture.
(Inherited from CodeDomSerializerBase.)
Protected methodSetExpression(IDesignerSerializationManager, Object, CodeExpression)
Associates an object with an expression.
(Inherited from CodeDomSerializerBase.)
Protected methodSetExpression(IDesignerSerializationManager, Object, CodeExpression, Boolean)
Associates an object with an expression, optionally specifying a preset expression.
(Inherited from CodeDomSerializerBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also