C# Class LynnaLab.FileComponent

Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Protected Properties

Свойство Type Description
parser FileParser
spacing List

Méthodes publiques

Méthode Description
FileComponent ( FileParser parser, IList spacing ) : System
GetSpacing ( int index ) : int
GetString ( ) : string
SetFileParser ( FileParser p ) : void
SetSpacing ( int index, int spaces ) : void

Méthodes protégées

Méthode Description
GetSpacingHelper ( int spaces ) : string
SetProject ( Project p ) : void

Method Details

FileComponent() public méthode

public FileComponent ( FileParser parser, IList spacing ) : System
parser FileParser
spacing IList
Résultat System

GetSpacing() public méthode

public GetSpacing ( int index ) : int
index int
Résultat int

GetSpacingHelper() protected static méthode

protected static GetSpacingHelper ( int spaces ) : string
spaces int
Résultat string

GetString() public abstract méthode

public abstract GetString ( ) : string
Résultat string

SetFileParser() public méthode

public SetFileParser ( FileParser p ) : void
p FileParser
Résultat void

SetProject() protected méthode

protected SetProject ( Project p ) : void
p Project
Résultat void

SetSpacing() public méthode

public SetSpacing ( int index, int spaces ) : void
index int
spaces int
Résultat void

Property Details

parser protected_oe property

protected FileParser,LynnaLab parser
Résultat FileParser

spacing protected_oe property

protected List spacing
Résultat List