C# Class DeploymentStager.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
path string
size long

Public Methods

Method Description
DependencyResource ( System.Xml.Linq.XElement xmlElement, string filepath ) : System
Stage ( DeploymentStager stager, System.Xml.Linq.XElement xmlElement ) : void

Method Details

DependencyResource() public method

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

Stage() public method

public Stage ( DeploymentStager stager, System.Xml.Linq.XElement xmlElement ) : void
stager DeploymentStager
xmlElement System.Xml.Linq.XElement
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

path public_oe property

public string path
return string

size public_oe property

public long size
return long