C# Class Web.Models.TagInfo

Mostra file Open project: daxko/Usablog

Public Properties

Property Type Description
Help string
Name string
Tag string

Public Methods

Method Description
TagInfo ( string tag, string name, string help ) : System.Collections.Generic

Method Details

TagInfo() public method

public TagInfo ( string tag, string name, string help ) : System.Collections.Generic
tag string
name string
help string
return System.Collections.Generic

Property Details

Help public_oe property

public string Help
return string

Name public_oe property

public string Name
return string

Tag public_oe property

public string Tag
return string