C# Class AcManager.Tools.Objects.ReplayObject

Inheritance: AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject
Afficher le fichier Open project: gro-ove/actools

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CompareTo ( AcPlaceholderNew o ) : int
HandleChangedFile ( string filename ) : bool
ReplayObject ( IFileAcManager manager, string id, bool enabled ) : System

Méthodes protégées

Méthode Description
LoadOrThrow ( ) : void
Rename ( ) : void

Method Details

CompareTo() public méthode

public CompareTo ( AcPlaceholderNew o ) : int
o AcManager.Tools.AcObjectsNew.AcPlaceholderNew
Résultat int

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

ReplayObject() public méthode

public ReplayObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
Résultat System