C# Class CoApp.Packaging.PackageSource

Inheritance: PropertySheet
显示文件 Open project: coapp-deprecated/devtools Class Usage Examples

Public Properties

Property Type Description
MacroValues string>.IDictionary

Public Methods

Method Description
CollectRoleRules ( ) : void
GetFileCollection ( string collectionname ) : IEnumerable
GetMacroValueImpl ( string valuename ) : string
LoadPropertySheets ( string autopackageSourceFile ) : void
PackageSource ( string sourceFile, string>.IDictionary macroValues ) : System
PostprocessValue ( string value ) : string
SavePackageFile ( string destinationFilename ) : void

Method Details

CollectRoleRules() public method

public CollectRoleRules ( ) : void
return void

GetFileCollection() public method

public GetFileCollection ( string collectionname ) : IEnumerable
collectionname string
return IEnumerable

GetMacroValueImpl() public method

public GetMacroValueImpl ( string valuename ) : string
valuename string
return string

LoadPropertySheets() public method

public LoadPropertySheets ( string autopackageSourceFile ) : void
autopackageSourceFile string
return void

PackageSource() public method

public PackageSource ( string sourceFile, string>.IDictionary macroValues ) : System
sourceFile string
macroValues string>.IDictionary
return System

PostprocessValue() public method

public PostprocessValue ( string value ) : string
value string
return string

SavePackageFile() public method

public SavePackageFile ( string destinationFilename ) : void
destinationFilename string
return void

Property Details

MacroValues public_oe property

public IDictionary MacroValues
return string>.IDictionary