C# 클래스 withSIX.Core.Presentation.Bridge.Services.CallContextService

상속: ICallContextService, IPresentationService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Create ( ) : object
GetIdentifier ( string key ) : object
SetId ( object id, string key ) : void

비공개 메소드들

메소드 설명
CreateInternal ( ) : InstanceIdentifier
GetIdentifierInternal ( string key ) : InstanceIdentifier
SetIdInternal ( InstanceIdentifier id, string key ) : void

메소드 상세

Create() 공개 메소드

public Create ( ) : object
리턴 object

GetIdentifier() 공개 메소드

public GetIdentifier ( string key ) : object
key string
리턴 object

SetId() 공개 메소드

public SetId ( object id, string key ) : void
id object
key string
리턴 void