C# Class withSIX.Mini.Presentation.CoreCore.Services.CallContextService

Inheritance: ICallContextService, IPresentationService
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Create ( ) : object
GetIdentifier ( string key ) : object
SetId ( object id, string key ) : void

Private Methods

Method Description
CreateInternal ( ) : InstanceIdentifier
GetIdentifierInternal ( string key ) : InstanceIdentifier
SetIdInternal ( InstanceIdentifier id, string key ) : void

Method Details

Create() public method

public Create ( ) : object
return object

GetIdentifier() public method

public GetIdentifier ( string key ) : object
key string
return object

SetId() public method

public SetId ( object id, string key ) : void
id object
key string
return void