C# Class ClrPlus.Scripting.Languages.PropertySheetV3.PropertySheet

Inheritance: ObjectNode
Afficher le fichier Open project: perpetual-motion/clrplus Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertySheetSource ( ) : string
ImportFile ( string filename ) : void
ImportText ( string propertySheetText, string originalFilename ) : void
ParseFile ( string filename ) : void
ParseText ( string propertySheetText, string originalFilename ) : void
SaveFile ( string filename = null ) : void

Private Methods

Méthode Description
PropertySheet ( ) : System
PropertySheet ( RootPropertySheet root ) : System

Method Details

GetPropertySheetSource() public méthode

public GetPropertySheetSource ( ) : string
Résultat string

ImportFile() public méthode

public ImportFile ( string filename ) : void
filename string
Résultat void

ImportText() public méthode

public ImportText ( string propertySheetText, string originalFilename ) : void
propertySheetText string
originalFilename string
Résultat void

ParseFile() public méthode

public ParseFile ( string filename ) : void
filename string
Résultat void

ParseText() public méthode

public ParseText ( string propertySheetText, string originalFilename ) : void
propertySheetText string
originalFilename string
Résultat void

SaveFile() public méthode

public SaveFile ( string filename = null ) : void
filename string
Résultat void