C# Class newtelligence.DasBlog.Web.Core.ValidTag

Mostrar archivo Open project: AArnott/dasblog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsValidAttribute ( string attributeName ) : bool

Determines whether attribute with the specified attribute name is valid.

ToString ( ) : string
ValidTag ( ) : System
ValidTag ( string tagDefinition ) : System

Initializes a new instance of the ValidTag class.

Method Details

IsValidAttribute() public method

Determines whether attribute with the specified attribute name is valid.
public IsValidAttribute ( string attributeName ) : bool
attributeName string Name of the attribute.
return bool

ToString() public method

public ToString ( ) : string
return string

ValidTag() public method

public ValidTag ( ) : System
return System

ValidTag() public method

Initializes a new instance of the ValidTag class.
public ValidTag ( string tagDefinition ) : System
tagDefinition string The tag definition, defined as 'tag@att1@att2'.
return System