Click or drag to resize

CLifecycleImpl Class

The Lifecycle custom business object implementation.
Inheritance Hierarchy

Namespace:  PDTec.IceNet.Domain.Lifecycle.BusinessObjects.Implementation
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class CLifecycleImpl : CLifecycleImplBase, 
	ILifecycle, ILifecycleBase, IObject

The CLifecycleImpl type exposes the following members.

Constructors
  NameDescription
Public methodCLifecycleImpl
The Lifecycle business object constructor.
Top
Properties
  NameDescription
Public propertyChangedBy (Inherited from CObjectImplBase.)
Public propertyChangedOn (Inherited from CObjectImplBase.)
Public propertyCreatedBy (Inherited from CObjectImplBase.)
Public propertyCreatedOn (Inherited from CObjectImplBase.)
Public propertyDescription (Inherited from CObjectImplBase.)
Public propertyFolder (Inherited from CObjectImplBase.)
Public propertyId (Inherited from CObjectImplBase.)
Public propertyInitialStates
Public propertyIsLocked (Inherited from CObjectImplBase.)
Public propertyIsReferenced
Public propertyIsValid (Inherited from CObjectImplBase.)
Public propertyLifecycleStates
(Inherited from CLifecycleImplBase.)
Public propertyLockedBy (Inherited from CObjectImplBase.)
Public propertyLockedOn (Inherited from CObjectImplBase.)
Public propertyName (Inherited from CObjectImplBase.)
Public propertyObjType (Inherited from CObjectImplBase.)
Public propertyRepository (Inherited from CObjectImplBase.)
Public propertyStandardStates
Public propertyTerminalStates
Top
Methods
  NameDescription
Public methodAddKey (Inherited from CObjectImplBase.)
Public methodAddLifecycleStates
(Inherited from CLifecycleImplBase.)
Public methodAsT (Inherited from CObjectImplBase.)
Public methodAsBaseT (Inherited from CObjectImplBase.)
Public methodCastT (Inherited from CObjectImplBase.)
Public methodCastBaseT (Inherited from CObjectImplBase.)
Public methodChangeObjType (Inherited from CObjectImplBase.)
Public methodClearLifecycleStates
(Inherited from CLifecycleImplBase.)
Public methodContainsLifecycleStates
(Inherited from CLifecycleImplBase.)
Public methodCopyTo (Inherited from CObjectImplBase.)
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 methodCreateState
Public methodDeleteKey (Inherited from CObjectImplBase.)
Public methodDeleteLifecycle
Public methodDestroy (Inherited from CObjectImplBase.)
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 methodGetAttributes
(Inherited from CLifecycleImplBase.)
Public methodGetAttrValue(IAttrDef) (Inherited from CObjectImplBase.)
Public methodGetAttrValue(String, String) (Inherited from CObjectImplBase.)
Public methodGetAttrValue(IAttrDef, Boolean) (Inherited from CObjectImplBase.)
Public methodGetAttrValue(String, String, Boolean) (Inherited from CObjectImplBase.)
Public methodGetAttrValues (Inherited from CObjectImplBase.)
Public methodGetFolder (Inherited from CObjectImplBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeys (Inherited from CObjectImplBase.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetLockInfo (Inherited from CObjectImplBase.)
Public methodGetObjType (Inherited from CObjectImplBase.)
Public methodGetRelationships(RelDirection) (Inherited from CObjectImplBase.)
Public methodGetRelationships(String, RelDirection) (Inherited from CObjectImplBase.)
Public methodGetRelationships(IRelType, RelDirection) (Inherited from CObjectImplBase.)
Public methodGetSingleRelationship(String, RelDirection) (Inherited from CObjectImplBase.)
Public methodGetSingleRelationship(IRelType, RelDirection) (Inherited from CObjectImplBase.)
Public methodGetTableAttrTemplateRow (Inherited from CObjectImplBase.)
Public methodGetTableAttrValues (Inherited from CObjectImplBase.)
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 methodInsertLifecycleStates
(Inherited from CLifecycleImplBase.)
Public methodIsOf(String) (Inherited from CObjectImplBase.)
Public methodIsOf(IObjType) (Inherited from CObjectImplBase.)
Public methodLock (Inherited from CObjectImplBase.)
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 (Inherited from CObjectImplBase.)
Public methodQueryInterface (Inherited from CObjectImplBase.)
Public methodReload (Inherited from CObjectImplBase.)
Public methodRemoveLifecycleStates
(Inherited from CLifecycleImplBase.)
Public methodSetAttributes
(Inherited from CLifecycleImplBase.)
Public methodSetAttrValue(IAttrDef, Object) (Inherited from CObjectImplBase.)
Public methodSetAttrValue(String, String, Object) (Inherited from CObjectImplBase.)
Public methodSetAttrValues (Inherited from CObjectImplBase.)
Public methodSetRelationshipIndex (Inherited from CObjectImplBase.)
Public methodSetRelationshipIndices (Inherited from CObjectImplBase.)
Public methodSetTableAttrValues (Inherited from CObjectImplBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch (Inherited from CObjectImplBase.)
Public methodTriggerEventEventImpl, EventArgs (Inherited from CObjectImplBase.)
Public methodTryCastT (Inherited from CObjectImplBase.)
Public methodTryCastBaseT (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, Boolean) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, DateTime) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, Double) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, Int64) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, Object) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(IAttrDef, String) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, Boolean) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, DateTime) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, Double) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, Int64) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, Object) (Inherited from CObjectImplBase.)
Public methodTryGetAttrValue(String, String, String) (Inherited from CObjectImplBase.)
Public methodTryGetSingleRelationship(String, RelDirection, IRelationship) (Inherited from CObjectImplBase.)
Public methodTryGetSingleRelationship(IRelType, RelDirection, IRelationship) (Inherited from CObjectImplBase.)
Public methodUnLock (Inherited from CObjectImplBase.)
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