C# Class DeploymentStager.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
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 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

path public property

public string path
return string

size public property

public long size
return long