This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class SmartsiteResourceManagerSetterSerializer
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SmartsiteResourceManagerSetterSerializer

The type exposes the following members.

Public Constructors

Public Methods

  Name Description
Public method Deserialize
Deserializes the specified serialized CodeDOM object into an object
(Overrides CodeDomSerializer..::Deserialize(IDesignerSerializationManager, Object).)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTargetComponentName (Inherited from CodeDomSerializer.)
Public method GetType (Inherited from Object.)
Public method Serialize
Serializes the specified object into a CodeDOM object
(Overrides CodeDomSerializer..::Serialize(IDesignerSerializationManager, Object).)
Public method SerializeAbsolute (Inherited from CodeDomSerializer.)
Public method SerializeMember (Inherited from CodeDomSerializer.)
Public method SerializeMemberAbsolute (Inherited from CodeDomSerializer.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method DeserializeExpression (Inherited from CodeDomSerializerBase.)
Protected method DeserializeInstance (Inherited from CodeDomSerializerBase.)
Protected method DeserializePropertiesFromResources (Inherited from CodeDomSerializerBase.)
Protected method DeserializeStatement (Inherited from CodeDomSerializerBase.)
Protected method DeserializeStatementToInstance (Inherited from CodeDomSerializer.)
Protected method Finalize (Inherited from Object.)
Protected method GetExpression (Inherited from CodeDomSerializerBase.)
Protected method GetSerializer (Inherited from CodeDomSerializerBase.)
Protected method GetSerializer (Inherited from CodeDomSerializerBase.)
Protected method GetUniqueName (Inherited from CodeDomSerializerBase.)
Protected method IsSerialized (Inherited from CodeDomSerializerBase.)
Protected method IsSerialized (Inherited from CodeDomSerializerBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SerializeCreationExpression (Inherited from CodeDomSerializerBase.)
Protected method SerializeEvent (Inherited from CodeDomSerializerBase.)
Protected method SerializeEvents (Inherited from CodeDomSerializerBase.)
Protected method SerializeProperties (Inherited from CodeDomSerializerBase.)
Protected method SerializePropertiesToResources (Inherited from CodeDomSerializerBase.)
Protected method SerializeProperty (Inherited from CodeDomSerializerBase.)
Protected method SerializeResource (Inherited from CodeDomSerializerBase.)
Protected method SerializeResourceInvariant (Inherited from CodeDomSerializerBase.)
Protected method SerializeToExpression (Inherited from CodeDomSerializerBase.)
Protected method SerializeToReferenceExpression Obsolete. (Inherited from CodeDomSerializer.)
Protected method SerializeToResourceExpression (Inherited from CodeDomSerializerBase.)
Protected method SerializeToResourceExpression (Inherited from CodeDomSerializerBase.)
Protected method SetExpression (Inherited from CodeDomSerializerBase.)
Protected method SetExpression (Inherited from CodeDomSerializerBase.)

See Also

Advanced