C# Class DeploymentDownloader.DependencyResource

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

Méthodes publiques

Свойство Type Description
downloadHash string
downloadSize long
hash string
location string
name string
servers List
size long

Méthodes publiques

Méthode Description
DependencyResource ( System.Xml.Linq.XElement xmlElement ) : System
Update ( ALFADeployerTool deployer, string DownloadDirectory ) : void

Method Details

DependencyResource() public méthode

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

Update() public méthode

public Update ( ALFADeployerTool deployer, string DownloadDirectory ) : void
deployer ALFADeployerTool
DownloadDirectory string
Résultat void

Property Details

downloadHash public_oe property

public string downloadHash
Résultat string

downloadSize public_oe property

public long downloadSize
Résultat long

hash public_oe property

public string hash
Résultat string

location public_oe property

public string location
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