C# Class AcManager.Tools.ContentInstallation.Types.ContentType

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

Public Properties

Property Type Description
Car ContentType
CarSkin ContentType
Font ContentType
Showroom ContentType
Track ContentType
Weather ContentType

Public Methods

Method Description
GetExisting ( string displayName ) : string
GetManager ( ) : IFileAcManager
GetNew ( string displayName ) : string
GetUpdateOptions ( ) : IEnumerable

Protected Methods

Method Description
ContentType ( string newFormat, string existingFormat ) : System.Collections.Generic

Method Details

ContentType() protected method

protected ContentType ( string newFormat, string existingFormat ) : System.Collections.Generic
newFormat string
existingFormat string
return System.Collections.Generic

GetExisting() public method

public GetExisting ( string displayName ) : string
displayName string
return string

GetManager() public abstract method

public abstract GetManager ( ) : IFileAcManager
return IFileAcManager

GetNew() public method

public GetNew ( string displayName ) : string
displayName string
return string

GetUpdateOptions() public method

public GetUpdateOptions ( ) : IEnumerable
return IEnumerable

Property Details

Car public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types Car
return ContentType

CarSkin public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types CarSkin
return ContentType

Font public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types Font
return ContentType

Showroom public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types Showroom
return ContentType

Track public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types Track
return ContentType

Weather public static property

public static ContentType,AcManager.Tools.ContentInstallation.Types Weather
return ContentType