DocumentDefinitionBaseRenameOurselvesIfRequired Method |
Called when the root element's name was changed
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax protected abstract void RenameOurselvesIfRequired(
GroupableModelElementChangeType typeOfChange,
string originalValue,
string newValue
)
Protected MustOverride Sub RenameOurselvesIfRequired (
typeOfChange As GroupableModelElementChangeType,
originalValue As String,
newValue As String
)
Parameters
- typeOfChange
- Type: SD.LLBLGen.Pro.ApplicationCoreGroupableModelElementChangeType
- originalValue
- Type: SystemString
- newValue
- Type: SystemString
See Also