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

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public KeyRegistered ( DataType refereeDataType, object>.KeyValuePair keyValuePair ) : bool
refereeDataType DataType
keyValuePair object>.KeyValuePair
Résultat bool

RegisterKeyUsage() public méthode

public RegisterKeyUsage ( DataType dataType, object>.KeyValuePair keyValuePair ) : void
dataType DataType
keyValuePair object>.KeyValuePair
Résultat void

TypeKeyInstallationData() public méthode

public TypeKeyInstallationData ( Type type ) : System
type System.Type
Résultat System