Click or drag to resize

CObjectImplBase Methods

The CObjectImplBase type exposes the following members.

Methods
  NameDescription
Public methodAddKey
Public methodAsT
Public methodAsBaseT
Public methodCastT
Public methodCastBaseT
Public methodChangeObjType
Public methodCopyTo
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDeleteKey
Public methodDestroy
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttrValue(IAttrDef)
Public methodGetAttrValue(String, String)
Public methodGetAttrValue(IAttrDef, Boolean)
Public methodGetAttrValue(String, String, Boolean)
Public methodGetAttrValues
Public methodGetFolder
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeys
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetLockInfo
Public methodGetObjType
Public methodGetRelationships(RelDirection)
Public methodGetRelationships(String, RelDirection)
Public methodGetRelationships(IRelType, RelDirection)
Public methodGetSingleRelationship(String, RelDirection)
Public methodGetSingleRelationship(IRelType, RelDirection)
Public methodGetTableAttrTemplateRow
Public methodGetTableAttrValues
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsOf(String)
Public methodIsOf(IObjType)
Public methodLock
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodMoveTo
Public methodQueryInterface
Public methodReload
Public methodSetAttrValue(IAttrDef, Object)
Public methodSetAttrValue(String, String, Object)
Public methodSetAttrValues
Public methodSetRelationshipIndex
Public methodSetRelationshipIndices
Public methodSetTableAttrValues
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch
Public methodTriggerEventEventImpl, EventArgs
Public methodTryCastT
Public methodTryCastBaseT
Public methodTryGetAttrValue(IAttrDef, Boolean)
Public methodTryGetAttrValue(IAttrDef, DateTime)
Public methodTryGetAttrValue(IAttrDef, Double)
Public methodTryGetAttrValue(IAttrDef, Int64)
Public methodTryGetAttrValue(IAttrDef, Object)
Public methodTryGetAttrValue(IAttrDef, String)
Public methodTryGetAttrValue(String, String, Boolean)
Public methodTryGetAttrValue(String, String, DateTime)
Public methodTryGetAttrValue(String, String, Double)
Public methodTryGetAttrValue(String, String, Int64)
Public methodTryGetAttrValue(String, String, Object)
Public methodTryGetAttrValue(String, String, String)
Public methodTryGetSingleRelationship(String, RelDirection, IRelationship)
Public methodTryGetSingleRelationship(IRelType, RelDirection, IRelationship)
Public methodUnLock
Top
Extension Methods
  NameDescription
Public Extension MethodGetFolderId
Gets the folder ID without unneccessarily retrieving the full folder information.
(Defined by ModelExtensions.)
Public Extension MethodGetRepository
Gets the corresponding repository for an object.
(Defined by ModelExtensions.)
Public Extension MethodIsConnected(String, RelDirection)Overloaded.
Detects whether an object is connected by at least one relationship of a specific type.
(Defined by ModelExtensions.)
Public Extension MethodIsConnected(IRelType, RelDirection)Overloaded.
Detects whether an object is connected by at least one relationship of a specific type.
(Defined by ModelExtensions.)
Top
See Also