C# Class Web.Models.TagInfo

Show 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 property

public string Help
return string

Name public property

public string Name
return string

Tag public property

public string Tag
return string