C# Class ServiceInsight.Saga.SagaUpdatedValue

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Méthodes publiques

Méthode Description
SagaUpdatedValue ( string sagaName, string propertyName, string propertyValue ) : System.Windows.Input
ShowEntireContent ( ) : void
UpdateOldValue ( SagaUpdatedValue oldValueHolder ) : void

Method Details

SagaUpdatedValue() public méthode

public SagaUpdatedValue ( string sagaName, string propertyName, string propertyValue ) : System.Windows.Input
sagaName string
propertyName string
propertyValue string
Résultat System.Windows.Input

ShowEntireContent() public méthode

public ShowEntireContent ( ) : void
Résultat void

UpdateOldValue() public méthode

public UpdateOldValue ( SagaUpdatedValue oldValueHolder ) : void
oldValueHolder SagaUpdatedValue
Résultat void