C# Class NSoft.NFramework.FusionCharts.Widgets.TaskElement

Inheritance: ChartElementBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( XmlWriter writer ) : void

속성들을 Xml Attribute로 생성합니다.

TaskElement ( ) : System
TaskElement ( DateTime start, DateTime end ) : System
TaskElement ( string id ) : System

Method Details

GenerateXmlAttributes() public méthode

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer XmlWriter Attribute를 쓸 Writer
Résultat void

TaskElement() public méthode

public TaskElement ( ) : System
Résultat System

TaskElement() public méthode

public TaskElement ( DateTime start, DateTime end ) : System
start DateTime
end DateTime
Résultat System

TaskElement() public méthode

public TaskElement ( string id ) : System
id string
Résultat System