C# Class DeploymentDownloader.ADLResource

Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
critical bool
dlsize long
downloadHash string
exclude bool
hash string
name string
servers List
size long
type string
urlOverride string

Méthodes publiques

Méthode Description
ADLResource ( System.Xml.Linq.XElement xmlElement ) : System
Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void

Method Details

ADLResource() public méthode

public ADLResource ( System.Xml.Linq.XElement xmlElement ) : System
xmlElement System.Xml.Linq.XElement
Résultat System

Update() public méthode

public Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void
NWN2HomeDir string
DownloadDirectory string
ServerList string>.Dictionary
Résultat void

Property Details

critical public_oe property

public bool critical
Résultat bool

dlsize public_oe property

public long dlsize
Résultat long

downloadHash public_oe property

public string downloadHash
Résultat string

exclude public_oe property

public bool exclude
Résultat bool

hash public_oe property

public string hash
Résultat string

name public_oe property

public string name
Résultat string

servers public_oe property

public List servers
Résultat List

size public_oe property

public long size
Résultat long

type public_oe property

public string type
Résultat string

urlOverride public_oe property

public string urlOverride
Résultat string