C# Class Web.Models.TagInfo

Afficher le fichier Open project: daxko/Usablog

Méthodes publiques

Свойство Type Description
Help string
Name string
Tag string

Méthodes publiques

Méthode Description
TagInfo ( string tag, string name, string help ) : System.Collections.Generic

Method Details

TagInfo() public méthode

public TagInfo ( string tag, string name, string help ) : System.Collections.Generic
tag string
name string
help string
Résultat System.Collections.Generic

Property Details

Help public_oe property

public string Help
Résultat string

Name public_oe property

public string Name
Résultat string

Tag public_oe property

public string Tag
Résultat string