Multi |
The MultiRenameData type exposes the following members.
Name | Description | |
---|---|---|
AddObjectsToRename | Adds the provided objects to the list of objects to be renamed. | |
DoRename | Calls the function that finally process the items, for instance rename them, export them etc. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetArrayShortcuts | Retrieves the names of all array shortcuts. | |
GetDateTimeShortcuts | Retrieves the names of all DateTime shortcuts. | |
GetDateTimeValueOfShortcut | Gets the value of a DateTime shortcut. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetIntegerShortcuts | Retrieves the names of all integer shortcuts. | |
GetIntegerValueOfShortcut | Gets the integer value of a integer shortcut. | |
GetListValue | Retrieves the value of the Gui list, given the column and the row number. | |
GetNewNameForObject | Gets the proposed new name for the object at position i. | |
GetNewNameForObjectOrNull | Gets the proposed new name for the object at position i. If a new name was not already set, the return value is null. | |
GetObjectToRename | Gets the i-th object to rename. | |
GetShortcutDescription | Gets the description of a shortcut. | |
GetStringArrayValueOfShortcut | Gets the value of an array shortcut. | |
GetStringShortcuts | Retrieves the names of all string shortcuts. | |
GetStringValueOfShortcut | Gets the value of a string shortcut. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RegisterDateTimeShortcut | Registers a DateTime shortcut. | |
RegisterIntegerShortcut | Registers an integer shortcut. | |
RegisterListColumn(String, FuncObject, String, String) | Register a column for a Gui list that shows the properties of the objects to rename, for instance its old name, its creation date, its new name etc. | |
RegisterListColumn(String, FuncObject, String) | Register a column for a Gui list that shows the properties of the objects to rename, for instance its old name, its creation date, its new name etc. | |
RegisterRenameActionHandler | Registers the rename action handler. This handler is called when the items should be processed (renamed, exported or so). If the function succeeds, the return value should be zero or an empty list. If the function is partially unsuccessfull, for instance because some items could not be renamed, the function should return those unsuccessfully processed items in the list. | |
RegisterStringArrayShortcut | Registers an array shortcut. | |
RegisterStringShortcut | Registers a string shortcut. | |
SetNewNameForObject | Sets the proposed new name for object. Note that the object is not renamed here, instead this is done when calling the rename handler. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |