C# 클래스 PsGet.Services.XmlSourceStore

상속: InMemorySourceStore
파일 보기 프로젝트 열기: anurse/PS-Get 1 사용 예제들

공개 메소드들

메소드 설명
Save ( ) : void
XmlSourceStore ( string rootPath, string fileName ) : System

비공개 메소드들

메소드 설명
Create ( string dataRoot ) : XmlSourceStore
CreateMachine ( ) : XmlSourceStore
CreateUser ( ) : XmlSourceStore
LoadFromFile ( ) : void
XmlSourceStore ( PsGet.Abstractions.IFileSystem fs, string fileName ) : System

메소드 상세

Save() 공개 메소드

public Save ( ) : void
리턴 void

XmlSourceStore() 공개 메소드

public XmlSourceStore ( string rootPath, string fileName ) : System
rootPath string
fileName string
리턴 System