BCScriptCallableObject Methods |
The BCScriptCallableObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases the object explicitly.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnContextInitialize |
Called when the object is being initialized with a client application context.
|
![]() | OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
|
![]() | OnInitialize |
Called when the object is being initialized with a repository.
|
![]() | ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the object has been disposed.
|
![]() | ToString | (Inherited from Object.) |