C# 클래스 ServiceInsight.Saga.SagaUpdatedValue

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: Particular/ServiceInsight 1 사용 예제들

공개 메소드들

메소드 설명
SagaUpdatedValue ( string sagaName, string propertyName, string propertyValue ) : System.Windows.Input
ShowEntireContent ( ) : void
UpdateOldValue ( SagaUpdatedValue oldValueHolder ) : void

메소드 상세

SagaUpdatedValue() 공개 메소드

public SagaUpdatedValue ( string sagaName, string propertyName, string propertyValue ) : System.Windows.Input
sagaName string
propertyName string
propertyValue string
리턴 System.Windows.Input

ShowEntireContent() 공개 메소드

public ShowEntireContent ( ) : void
리턴 void

UpdateOldValue() 공개 메소드

public UpdateOldValue ( SagaUpdatedValue oldValueHolder ) : void
oldValueHolder SagaUpdatedValue
리턴 void