C# Class AcManager.Tools.ContentInstallation.DirectoryContentInstallator

Inheritance: BaseContentInstallator
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Create ( string directory ) : Task

Protected Methods

Method Description
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

Private Methods

Method Description
DirectoryContentInstallator ( string directory ) : System.Collections.Generic

Method Details

Create() public static method

public static Create ( string directory ) : Task
directory string
return Task

GetBaseId() protected method

protected GetBaseId ( ) : string
return string

GetFileEntriesAsync() protected method

protected GetFileEntriesAsync ( ) : Task>
return Task>