C# Class DeploymentStager.DependencyResource

Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
downloadHash string
downloadSize long
hash string
location string
name string
path string
size long

Méthodes publiques

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

Method Details

DependencyResource() public méthode

public DependencyResource ( System.Xml.Linq.XElement xmlElement, string filepath ) : System
xmlElement System.Xml.Linq.XElement
filepath string
Résultat System

Stage() public méthode

public Stage ( DeploymentStager stager, System.Xml.Linq.XElement xmlElement ) : void
stager DeploymentStager
xmlElement System.Xml.Linq.XElement
Résultat void

Property Details

downloadHash public_oe property

public string downloadHash
Résultat string

downloadSize public_oe property

public long downloadSize
Résultat long

hash public_oe property

public string hash
Résultat string

location public_oe property

public string location
Résultat string

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string

size public_oe property

public long size
Résultat long