C# Class DeploymentDownloader.ADLResource

ファイルを表示 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_oe property

public bool critical
return bool

dlsize public_oe property

public long dlsize
return long

downloadHash public_oe property

public string downloadHash
return string

exclude public_oe property

public bool exclude
return bool

hash public_oe property

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

type public_oe property

public string type
return string

urlOverride public_oe property

public string urlOverride
return string