C# Class SenseNet.Packaging.Internal.FsManifest

Inheritance: IManifest
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetStream ( string streamName ) : Stream
ResourceExists ( string streamName ) : bool

Private Methods

Method Description
AddContent ( ContentInstallStep step ) : void
AddContentType ( ContentTypeInstallStep step ) : void
AddDbScript ( DbScriptInstallStep step ) : void
AddExecutable ( AssemblyInstallStep step ) : void

Method Details

GetStream() public method

public GetStream ( string streamName ) : Stream
streamName string
return Stream

ResourceExists() public method

public ResourceExists ( string streamName ) : bool
streamName string
return bool