Inheritance diagram for Svg.SVGSerializable:
Svg.SVGAnimatedLength Svg.SVGListInterface< T > Svg.SVGLengthList Svg.SVGNumberList Svg.SVGPointList

Public Member Functions

virtual void Reserialize ()
 

Public Attributes

Dom.Node HostNode
 The node being reflected (if any). More...
 
string AttributeName
 The attribute being reflected (if any) in the host node. More...
 

Protected Attributes

bool IsReadOnly
 Is this list readonly? More...
 

Member Function Documentation

virtual void Svg.SVGSerializable.Reserialize ( )
inlinevirtual

Member Data Documentation

string Svg.SVGSerializable.AttributeName

The attribute being reflected (if any) in the host node.

Dom.Node Svg.SVGSerializable.HostNode

The node being reflected (if any).

bool Svg.SVGSerializable.IsReadOnly
protected

Is this list readonly?