C# Class DeploymentDownloader.DependencyResource

显示文件 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_oe property

public string downloadHash
return string

downloadSize public_oe property

public long downloadSize
return long

hash public_oe property

public string hash
return string

location public_oe property

public string location
return string

name public_oe property

public string name
return string

servers public_oe property

public List servers
return List

size public_oe property

public long size
return long