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
SystemObject
  CodeDomSerializerBase
    System.ComponentModel.Design.SerializationCodeDomSerializer
      BlueCieloECM.InnoCielo.Meridian.DesignBCExtensionCommandSerializer

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.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 (Inherited from CodeDomSerializerBase.)
Protected methodDeserializeInstance (Inherited from CodeDomSerializerBase.)
Protected methodDeserializePropertiesFromResources (Inherited from CodeDomSerializerBase.)
Protected methodDeserializeStatement (Inherited from CodeDomSerializerBase.)
Protected methodDeserializeStatementToInstance (Inherited from CodeDomSerializer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetExpression (Inherited from CodeDomSerializerBase.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetSerializer(IDesignerSerializationManager, Object) (Inherited from CodeDomSerializerBase.)
Protected methodGetSerializer(IDesignerSerializationManager, Type) (Inherited from CodeDomSerializerBase.)
Public methodGetTargetComponentName (Inherited from CodeDomSerializer.)
Public methodGetType (Inherited from Object.)
Protected methodGetUniqueName (Inherited from CodeDomSerializerBase.)
Protected methodIsSerialized(IDesignerSerializationManager, Object) (Inherited from CodeDomSerializerBase.)
Protected methodIsSerialized(IDesignerSerializationManager, Object, Boolean) (Inherited from CodeDomSerializerBase.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerialize
Serializes the specified object into a CodeDOM object.
(Overrides CodeDomSerializerSerialize(IDesignerSerializationManager, Object).)
Public methodSerializeAbsolute (Inherited from CodeDomSerializer.)
Protected methodSerializeCreationExpression (Inherited from CodeDomSerializerBase.)
Protected methodSerializeEvent (Inherited from CodeDomSerializerBase.)
Protected methodSerializeEvents (Inherited from CodeDomSerializerBase.)
Public methodSerializeMember (Inherited from CodeDomSerializer.)
Public methodSerializeMemberAbsolute (Inherited from CodeDomSerializer.)
Protected methodSerializeProperties (Inherited from CodeDomSerializerBase.)
Protected methodSerializePropertiesToResources (Inherited from CodeDomSerializerBase.)
Protected methodSerializeProperty (Inherited from CodeDomSerializerBase.)
Protected methodSerializeResource (Inherited from CodeDomSerializerBase.)
Protected methodSerializeResourceInvariant (Inherited from CodeDomSerializerBase.)
Protected methodSerializeToExpression (Inherited from CodeDomSerializerBase.)
Protected methodSerializeToReferenceExpression Obsolete. (Inherited from CodeDomSerializer.)
Protected methodSerializeToResourceExpression(IDesignerSerializationManager, Object) (Inherited from CodeDomSerializerBase.)
Protected methodSerializeToResourceExpression(IDesignerSerializationManager, Object, Boolean) (Inherited from CodeDomSerializerBase.)
Protected methodSetExpression(IDesignerSerializationManager, Object, CodeExpression) (Inherited from CodeDomSerializerBase.)
Protected methodSetExpression(IDesignerSerializationManager, Object, CodeExpression, Boolean) (Inherited from CodeDomSerializerBase.)
Public methodToString (Inherited from Object.)
Top
See Also