C# 클래스 SenseNet.Packaging.Internal.FsManifest

상속: IManifest
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
GetStream ( string streamName ) : Stream
ResourceExists ( string streamName ) : bool

비공개 메소드들

메소드 설명
AddContent ( ContentInstallStep step ) : void
AddContentType ( ContentTypeInstallStep step ) : void
AddDbScript ( DbScriptInstallStep step ) : void
AddExecutable ( AssemblyInstallStep step ) : void

메소드 상세

GetStream() 공개 메소드

public GetStream ( string streamName ) : Stream
streamName string
리턴 Stream

ResourceExists() 공개 메소드

public ResourceExists ( string streamName ) : bool
streamName string
리턴 bool