C# Class Whee.WordBuilder.Model.Context

Afficher le fichier Open project: alfar/WordBuilder Class Usage Examples

Méthodes publiques

Méthode Description
Branch ( string name ) : Context
Context ( ) : System
Description ( string indent ) : string
GetColumn ( string path, Project project ) : string
IncrementRuleCount ( ) : int
Mark ( string name, string value ) : void
ResetRuleCount ( ) : void
ToString ( ) : string

Method Details

Branch() public méthode

public Branch ( string name ) : Context
name string
Résultat Context

Context() public méthode

public Context ( ) : System
Résultat System

Description() public méthode

public Description ( string indent ) : string
indent string
Résultat string

GetColumn() public méthode

public GetColumn ( string path, Project project ) : string
path string
project Project
Résultat string

IncrementRuleCount() public méthode

public IncrementRuleCount ( ) : int
Résultat int

Mark() public méthode

public Mark ( string name, string value ) : void
name string
value string
Résultat void

ResetRuleCount() public méthode

public ResetRuleCount ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string