C# Class OpenBveApi.Packages.Package

Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Свойство Type Description
Author string
Dependancies List
Description string
GUID string
Name string
PackageFile string
PackageType PackageType
Reccomendations List
Website string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Package ( ) : System

Creates a new package

Package ( Package packageToClone, bool dependancy ) : System

Creates a clone of the specified package

Method Details

Package() public méthode

Creates a new package
public Package ( ) : System
Résultat System

Package() public méthode

Creates a clone of the specified package
public Package ( Package packageToClone, bool dependancy ) : System
packageToClone Package The package to clone
dependancy bool Whether this package is part of a dependancy list
Résultat System

Property Details

Author public_oe property

The package author
public string Author
Résultat string

Dependancies public_oe property

The list of dependancies for this package
public List Dependancies
Résultat List

Description public_oe property

The package description
public string Description
Résultat string

GUID public_oe property

The GUID for this package
public string GUID
Résultat string

Name public_oe property

The package name
public string Name
Résultat string

PackageFile public_oe property

The file this package was installed from
public string PackageFile
Résultat string

PackageType public_oe property

Stores the package type
public PackageType PackageType
Résultat PackageType

Reccomendations public_oe property

The list of packages that this package reccomends you also install
public List Reccomendations
Résultat List

Website public_oe property

The package website
public string Website
Résultat string