C# Class DeploymentDownloader.DependencyResource

Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
downloadHash string
downloadSize long
hash string
location string
name string
servers List
size long

Public Methods

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

Method Details

DependencyResource() public method

public DependencyResource ( System.Xml.Linq.XElement xmlElement ) : System
xmlElement System.Xml.Linq.XElement
return System

Update() public method

public Update ( ALFADeployerTool deployer, string DownloadDirectory ) : void
deployer ALFADeployerTool
DownloadDirectory string
return void

Property Details

downloadHash public property

public string downloadHash
return string

downloadSize public property

public long downloadSize
return long

hash public property

public string hash
return string

location public property

public string location
return string

name public property

public string name
return string

servers public property

public List servers
return List

size public property

public long size
return long