C# Class Svg.SvgAttributeAttribute

Inheritance: System.Attribute
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
Namespaces string>>.List

Public Methods

Method Description
Match ( object obj ) : bool

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

SvgAttributeAttribute ( string name, string nameSpace ) : System

Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.

Private Methods

Method Description
SvgAttributeAttribute ( ) : System

Initializes a new instance of the SvgAttributeAttribute class.

SvgAttributeAttribute ( string name ) : System

Initializes a new instance of the SvgAttributeAttribute class with the specified attribute name.

Method Details

Match() public method

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
public Match ( object obj ) : bool
obj object An to compare with this instance of .
return bool

SvgAttributeAttribute() public method

Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.
public SvgAttributeAttribute ( string name, string nameSpace ) : System
name string The name of the SVG attribute.
nameSpace string The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).
return System

Property Details

Namespaces public_oe static_oe property

public static List> Namespaces
return string>>.List