CADability dotNET

The ReversibleChange type exposes the following members.

Constructors

  NameDescription
Public methodReversibleChange(Object, String, array<Object>[]()[][])
Creates a ReversibleChange object. MethodOrPropertyName must be the name (casesensitive!) of a public method or property that reverses the change when called with the parameters given in the parameter "Parameter". If parameters contains exactly 1 object, the Undo method will first look for a set-property with that type to reverse the change. If there is no set-property with that name and type then the system will look for a method with this single parameter.
Public methodReversibleChange(Object, Type, String, array<Object>[]()[][])
Creates a ReversibleChange object. MethodOrPropertyName must be the name (casesensitive!) of a public method or property that reverses the change when called with the parameters given in the parameter "Parameter". If parameters contains exactly 1 object, the Undo method will first look for a set-property with that type to reverse the change. If there is no set-property with that name and type then the system will look for a method with this single parameter.

Methods

  NameDescription
Public methodIsMethod
Checks whether this ReversibleChange ist a method with the given name
Public methodToString
Overrides objec.ToString()
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyMethodOrPropertyName
Gets the method or property name for this ReversibleChange
Public propertyObjectToChange
Gets the objects which is changed by this ReversibleChange
Public propertyParameters
Gets the parameters, that can be used in the method call of this ReversibleChange

See Also