C# 클래스 GuiLabs.Undo.SetPropertyAction

This is a sample action that can change any property on any object It can also undo what it did
상속: AbstractAction
파일 보기 프로젝트 열기: KirillOsenkov/Undo 1 사용 예제들

공개 메소드들

메소드 설명
SetPropertyAction ( object parentObject, string propertyName, object value ) : System.Reflection
TryToMerge ( IAction followingAction ) : bool

Subsequent changes of the same property on the same object are consolidated into one action

보호된 메소드들

메소드 설명
ExecuteCore ( ) : void
UnExecuteCore ( ) : void

메소드 상세

ExecuteCore() 보호된 메소드

protected ExecuteCore ( ) : void
리턴 void

SetPropertyAction() 공개 메소드

public SetPropertyAction ( object parentObject, string propertyName, object value ) : System.Reflection
parentObject object
propertyName string
value object
리턴 System.Reflection

TryToMerge() 공개 메소드

Subsequent changes of the same property on the same object are consolidated into one action
public TryToMerge ( IAction followingAction ) : bool
followingAction IAction Subsequent action that is being recorded
리턴 bool

UnExecuteCore() 보호된 메소드

protected UnExecuteCore ( ) : void
리턴 void