C# Class AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject

Inheritance: AcCommonObject
Show file Open project: gro-ove/actools

Public Methods

Method Description
HandleChangedFile ( string filename ) : bool
Save ( ) : void

Protected Methods

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

Method Details

AcCommonSingleFileObject() protected method

protected AcCommonSingleFileObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
return System

HandleChangedFile() public method

public HandleChangedFile ( string filename ) : bool
filename string
return bool

LoadOrThrow() protected method

protected LoadOrThrow ( ) : void
return void

Rename() protected method

protected Rename ( ) : void
return void

Save() public method

public Save ( ) : void
return void