C# Class withSIX.Core.Presentation.Bridge.Services.CallContextService

Inheritance: ICallContextService, IPresentationService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Create ( ) : object
GetIdentifier ( string key ) : object
SetId ( object id, string key ) : void

Private Methods

Méthode Description
CreateInternal ( ) : InstanceIdentifier
GetIdentifierInternal ( string key ) : InstanceIdentifier
SetIdInternal ( InstanceIdentifier id, string key ) : void

Method Details

Create() public méthode

public Create ( ) : object
Résultat object

GetIdentifier() public méthode

public GetIdentifier ( string key ) : object
key string
Résultat object

SetId() public méthode

public SetId ( object id, string key ) : void
id object
key string
Résultat void