ISfcRenamable Interface

Definition

public interface ISfcRenamable
type ISfcRenamable = interface
Public Interface ISfcRenamable
Derived

Methods

Rename(SfcKey)

Rename this object to the given key and update storage to reflect it. This assumes the object can logically rename itself based on all or part of the key data, and Sfc internally will adjust the object's Key and collection membership. A rename event will fire after internal updates succeed to allow listeners to adjust similar external collections and such. For single string-oriented renaming see ISfcRenamable. For KeyChain-oriented moving see ISfcMovable.

ScriptRename(SfcKey)

Produce the script to rename this object to the given key. This assumes the object can logically rename itself based on all or part of the key data. For single string-oriented renaming see ISfcRenamable. For KeyChain-oriented moving see ISfcMovable.

Applies to