BCExtensionCommandSerializer MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

The BCExtensionCommandSerializer type exposes the following members.
Constructors

  NameDescription
Public methodBCExtensionCommandSerializer
Initializes a new instance of the BCExtensionCommandSerializer class
Back to Top
Methods

  NameDescription
Public methodDeserialize
Deserializes the specified serialized CodeDOM object into an object.
(Overrides OnlineCodeDomSerializer Deserialize(IDesignerSerializationManager, Object).)
Protected methodOnlineDeserializeExpression
Deserializes the given expression into an in-memory object.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineDeserializeInstance
Returns an instance of the given type.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineDeserializePropertiesFromResources
Deserializes properties on the given object from the invariant culture’s resource bundle.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineDeserializeStatement
Deserializes a statement by interpreting and executing a CodeDOM statement.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineDeserializeStatementToInstance
Deserializes a single statement.
(Inherited from OnlineCodeDomSerializer.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodOnlineGetExpression
Returns an expression for the given object.
(Inherited from OnlineCodeDomSerializerBase.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodOnlineGetSerializer(IDesignerSerializationManager, Object)
Locates a serializer for the given object value.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineGetSerializer(IDesignerSerializationManager, Type)
Locates a serializer for the given type.
(Inherited from OnlineCodeDomSerializerBase.)
Public methodOnlineGetTargetComponentName
Determines which statement group the given statement should belong to.
(Inherited from OnlineCodeDomSerializer.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineGetUniqueName
Returns a unique name for the given object.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineIsSerialized(IDesignerSerializationManager, Object)
Returns a value indicating whether the given object has been serialized.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineIsSerialized(IDesignerSerializationManager, Object, Boolean)
Returns a value indicating whether the given object has been serialized, optionally considering preset expressions.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSerialize
Serializes the specified object into a CodeDOM object.
(Overrides OnlineCodeDomSerializer Serialize(IDesignerSerializationManager, Object).)
Public methodOnlineSerializeAbsolute
Serializes the given object, accounting for default values.
(Inherited from OnlineCodeDomSerializer.)
Protected methodOnlineSerializeCreationExpression
Returns an expression representing the creation of the given object.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeEvent
Serializes the given event into the given statement collection.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeEvents
Serializes the specified events into the given statement collection.
(Inherited from OnlineCodeDomSerializerBase.)
Public methodOnlineSerializeMember
Serializes the given member on the given object.
(Inherited from OnlineCodeDomSerializer.)
Public methodOnlineSerializeMemberAbsolute
Serializes the given member, accounting for default values.
(Inherited from OnlineCodeDomSerializer.)
Protected methodOnlineSerializeProperties
Serializes the properties on the given object into the given statement collection.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializePropertiesToResources
Serializes the properties on the given object into the invariant culture’s resource bundle.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeProperty
Serializes a property on the given object.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeResource
Serializes the given object into a resource bundle using the given resource name.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeResourceInvariant
Serializes the given object into a resource bundle using the given resource name.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeToExpression
Serializes the given object into an expression.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeToReferenceExpressionObsolete.
Serializes the specified value to a CodeDOM expression.
(Inherited from OnlineCodeDomSerializer.)
Protected methodOnlineSerializeToResourceExpression(IDesignerSerializationManager, Object)
Serializes the given object into an expression.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSerializeToResourceExpression(IDesignerSerializationManager, Object, Boolean)
Serializes the given object into an expression appropriate for the invariant culture.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSetExpression(IDesignerSerializationManager, Object, CodeExpression)
Associates an object with an expression.
(Inherited from OnlineCodeDomSerializerBase.)
Protected methodOnlineSetExpression(IDesignerSerializationManager, Object, CodeExpression, Boolean)
Associates an object with an expression, optionally specifying a preset expression.
(Inherited from OnlineCodeDomSerializerBase.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also