C# 클래스 DeploymentStager.DependencyResource

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
downloadHash string
downloadSize long
hash string
location string
name string
path string
size long

공개 메소드들

메소드 설명
DependencyResource ( System.Xml.Linq.XElement xmlElement, string filepath ) : System
Stage ( DeploymentStager stager, System.Xml.Linq.XElement xmlElement ) : void

메소드 상세

DependencyResource() 공개 메소드

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

Stage() 공개 메소드

public Stage ( DeploymentStager stager, System.Xml.Linq.XElement xmlElement ) : void
stager DeploymentStager
xmlElement System.Xml.Linq.XElement
리턴 void

프로퍼티 상세

downloadHash 공개적으로 프로퍼티

public string downloadHash
리턴 string

downloadSize 공개적으로 프로퍼티

public long downloadSize
리턴 long

hash 공개적으로 프로퍼티

public string hash
리턴 string

location 공개적으로 프로퍼티

public string location
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

size 공개적으로 프로퍼티

public long size
리턴 long