C# 클래스 trello.Interactions.CompositeInteractionManager

Manages a composition of interactions by allowing child interactions to remain disabled (not listening to events) until certain conditions are met first.
상속: InteractionManager
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
AddInteraction ( IInteraction interaction ) : void

보호된 메소드들

메소드 설명
ChildActivated ( object sender ) : void
ChildCompleted ( object sender ) : void
ChildDeactivated ( ) : void
DisableChildInteractions ( ) : void
EnableChildInteractions ( ) : void
FinalizeInteraction ( ) : void

메소드 상세

AddInteraction() 공개 메소드

public AddInteraction ( IInteraction interaction ) : void
interaction IInteraction
리턴 void

ChildActivated() 보호된 메소드

protected ChildActivated ( object sender ) : void
sender object
리턴 void

ChildCompleted() 보호된 메소드

protected ChildCompleted ( object sender ) : void
sender object
리턴 void

ChildDeactivated() 보호된 메소드

protected ChildDeactivated ( ) : void
리턴 void

DisableChildInteractions() 보호된 메소드

protected DisableChildInteractions ( ) : void
리턴 void

EnableChildInteractions() 보호된 메소드

protected EnableChildInteractions ( ) : void
리턴 void

FinalizeInteraction() 보호된 메소드

protected FinalizeInteraction ( ) : void
리턴 void