Click or drag to resize

HotImageCodeSerializer Class

HotImage Code Serializer attribute class.
Inheritance Hierarchy

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public class HotImageCodeSerializer : CodeDomSerializer

The HotImageCodeSerializer type exposes the following members.

Constructors
  NameDescription
Public methodHotImageCodeSerializer
Initializes a new instance of the HotImageCodeSerializer class
Top
Methods
  NameDescription
Public methodDeserialize
Deserialises the Data stored in resources.
(Overrides CodeDomSerializerDeserialize(IDesignerSerializationManager, Object).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodSerialize
Serialises the data for storage in the resources
(Overrides CodeDomSerializerSerialize(IDesignerSerializationManager, Object).)
Public methodSerializeAbsolute
Serializes the given object, accounting for default values.
(Inherited from CodeDomSerializer.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also