BCExtensionRemoveExtensionFromClass Method |
Removes an extension from an EDM class.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public static void RemoveExtensionFromClass(
BCEnvironment environment,
BCComRef extensionRef,
ObjectKind type
)
Public Shared Sub RemoveExtensionFromClass (
environment As BCEnvironment,
extensionRef As BCComRef,
type As ObjectKind
)
public:
static void RemoveExtensionFromClass(
BCEnvironment^ environment,
BCComRef^ extensionRef,
ObjectKind type
)
static member RemoveExtensionFromClass :
environment : BCEnvironment *
extensionRef : BCComRef *
type : ObjectKind -> unit
Parameters
- environment
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCEnvironment
The environment of the vault. - extensionRef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCComRef
The extension that needs to be removed. - type
- Type: BlueCieloECM.InnoCielo.Meridian.DesignObjectKind
The class of object from which the extension needs to be removed.
See Also