C# Class AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject

Inheritance: AcCommonObject
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
HandleChangedFile ( string filename ) : bool
Save ( ) : void

Méthodes protégées

Méthode Description
AcCommonSingleFileObject ( IFileAcManager manager, string id, bool enabled ) : System
LoadOrThrow ( ) : void
Rename ( ) : void

Method Details

AcCommonSingleFileObject() protected méthode

protected AcCommonSingleFileObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
Résultat System

HandleChangedFile() public méthode

public HandleChangedFile ( string filename ) : bool
filename string
Résultat bool

LoadOrThrow() protected méthode

protected LoadOrThrow ( ) : void
Résultat void

Rename() protected méthode

protected Rename ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void