C# Class Gemini.Modules.Inspector.Inspectors.ChangeObjectValueAction

Inheritance: IUndoableAction
Afficher le fichier Open project: tgjones/gemini

Méthodes publiques

Méthode Description
ChangeObjectValueAction ( BoundPropertyDescriptor boundPropertyDescriptor, object newValue, IValueConverter stringConverter ) : System.Globalization
ChangeObjectValueAction ( BoundPropertyDescriptor boundPropertyDescriptor, object originalValue, object newValue, IValueConverter stringConverter ) : System.Globalization
Execute ( ) : void
Undo ( ) : void

Method Details

ChangeObjectValueAction() public méthode

public ChangeObjectValueAction ( BoundPropertyDescriptor boundPropertyDescriptor, object newValue, IValueConverter stringConverter ) : System.Globalization
boundPropertyDescriptor BoundPropertyDescriptor
newValue object
stringConverter IValueConverter
Résultat System.Globalization

ChangeObjectValueAction() public méthode

public ChangeObjectValueAction ( BoundPropertyDescriptor boundPropertyDescriptor, object originalValue, object newValue, IValueConverter stringConverter ) : System.Globalization
boundPropertyDescriptor BoundPropertyDescriptor
originalValue object
newValue object
stringConverter IValueConverter
Résultat System.Globalization

Execute() public méthode

public Execute ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void