C# Class Composite.Core.PackageSystem.PackageFragmentInstallers.FilePackageFragmentInstaller

Inheritance: Composite.Core.PackageSystem.PackageFragmentInstallers.BasePackageFragmentInstaller
ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method Description
Install ( ) : IEnumerable
Validate ( ) : IEnumerable

Private Methods

Method Description
GetBackupFileName ( string targetFilePath ) : string
LoadDataTypesFromDll ( string filePath ) : void
ParseBoolAttribute ( System.Xml.Linq.XAttribute attribute, List validationResult, bool &resultValue ) : bool

Method Details

Install() public method

public Install ( ) : IEnumerable
return IEnumerable

Validate() public method

public Validate ( ) : IEnumerable
return IEnumerable