C# Class AcManager.Tools.ContentInstallation.DirectoryContentInstallator

Inheritance: BaseContentInstallator
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string directory ) : Task

Méthodes protégées

Méthode Description
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

Private Methods

Méthode Description
DirectoryContentInstallator ( string directory ) : System.Collections.Generic

Method Details

Create() public static méthode

public static Create ( string directory ) : Task
directory string
Résultat Task

GetBaseId() protected méthode

protected GetBaseId ( ) : string
Résultat string

GetFileEntriesAsync() protected méthode

protected GetFileEntriesAsync ( ) : Task>
Résultat Task>