Click or drag to resize

CSubscriptionConfigImplBase Class

Inheritance Hierarchy

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects.Implementation
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public abstract class CSubscriptionConfigImplBase : CObjectImplBase, 
	ISubscriptionConfigBase, IObject

The CSubscriptionConfigImplBase type exposes the following members.

Constructors
  NameDescription
Public methodCSubscriptionConfigImplBase
Initializes a new instance of the CSubscriptionConfigImplBase class
Top
Properties
Methods
  NameDescription
Public methodAddKey (Inherited from CObjectImplBase.)
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 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 methodDeleteKey (Inherited from CObjectImplBase.)
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
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 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 methodSetAttributes
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 methodTryGetDefaultFrom
Public methodTryGetEmailTitle
Public methodTryGetMailInterval
Public methodTryGetMessagesVault
Public methodTryGetOverwriteUserAddress
Public methodTryGetPortNumber
Public methodTryGetRedirectPage
Public methodTryGetSendMailAllowed
Public methodTryGetServerEnableSsl
Public methodTryGetServerName
Public methodTryGetServerPassword
Public methodTryGetServerUser
Public methodTryGetSingleRelationship(String, RelDirection, IRelationship) (Inherited from CObjectImplBase.)
Public methodTryGetSingleRelationship(IRelType, RelDirection, IRelationship) (Inherited from CObjectImplBase.)
Public methodTryGetStyleXsl
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