C# Class Composite.Core.PackageSystem.PackageFragmentInstallers.DataPackageFragmentInstaller.TypeKeyInstallationData

ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method Description
KeyRegistered ( DataType refereeDataType, object>.KeyValuePair keyValuePair ) : bool
RegisterKeyUsage ( DataType dataType, object>.KeyValuePair keyValuePair ) : void
TypeKeyInstallationData ( Type type ) : System

Private Methods

Method Description
GetDataScopeKey ( Composite.Data.DataScopeIdentifier publicationScope, string languageName ) : string
GetDataset ( Composite.Data.DataScopeIdentifier publicationScope, string localizationScope ) : object>>.HashSet
KeyRegistered ( Composite.Data.DataScopeIdentifier publicationScope, string languageName, object>.KeyValuePair keyValuePair ) : bool
RegisterKeyUsage ( DataType dataType, string localeName, Composite.Data.DataScopeIdentifier publicationScope, object>.KeyValuePair keyValuePair ) : void

Method Details

KeyRegistered() public method

public KeyRegistered ( DataType refereeDataType, object>.KeyValuePair keyValuePair ) : bool
refereeDataType DataType
keyValuePair object>.KeyValuePair
return bool

RegisterKeyUsage() public method

public RegisterKeyUsage ( DataType dataType, object>.KeyValuePair keyValuePair ) : void
dataType DataType
keyValuePair object>.KeyValuePair
return void

TypeKeyInstallationData() public method

public TypeKeyInstallationData ( Type type ) : System
type System.Type
return System