C# Class DeploymentDownloader.ADLResource

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

Public Properties

Property Type Description
critical bool
dlsize long
downloadHash string
exclude bool
hash string
name string
servers List
size long
type string
urlOverride string

Public Methods

Method Description
ADLResource ( System.Xml.Linq.XElement xmlElement ) : System
Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void

Method Details

ADLResource() public method

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

Update() public method

public Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void
NWN2HomeDir string
DownloadDirectory string
ServerList string>.Dictionary
return void

Property Details

critical public property

public bool critical
return bool

dlsize public property

public long dlsize
return long

downloadHash public property

public string downloadHash
return string

exclude public property

public bool exclude
return bool

hash public property

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

type public property

public string type
return string

urlOverride public property

public string urlOverride
return string