Click or drag to resize

SubscribableFolder Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Domain.FoldersBusinessFolder
    PDTec.IceNet.Domain.SubscriptionSubscribableFolder

Namespace:  PDTec.IceNet.Domain.Subscription
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class SubscribableFolder : BusinessFolder

The SubscribableFolder type exposes the following members.

Constructors
  NameDescription
Public methodSubscribableFolder
Initializes a new instance of the SubscribableFolder class
Public methodSubscribableFolder(IFolder, IRepository)
Initializes a new instance of the SubscribableFolder class
Top
Properties
  NameDescription
Public propertyFolder (Inherited from BusinessFolder.)
Public propertyFolderDescription (Inherited from BusinessFolder.)
Public propertyFolderInfo (Inherited from BusinessFolder.)
Public propertyFolderName (Inherited from BusinessFolder.)
Public propertyFolderType (Inherited from BusinessFolder.)
Public propertyRepository (Inherited from BusinessFolder.)
Top
Methods
  NameDescription
Public methodAsT (Inherited from BusinessFolder.)
Public methodCastT (Inherited from BusinessFolder.)
Public methodChangeFolderType(String) (Inherited from BusinessFolder.)
Public methodChangeFolderType(IObjType) (Inherited from BusinessFolder.)
Public methodCheckLock (Inherited from BusinessFolder.)
Public methodCreateChild(String, String) (Inherited from BusinessFolder.)
Public methodCreateDefaultFolderInfo (Inherited from BusinessFolder.)
Public methodCreateFolderInfo(String) (Inherited from BusinessFolder.)
Public methodCreateFolderInfo(IObjType) (Inherited from BusinessFolder.)
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 methodFindAncestorOfType(IObjType) (Inherited from BusinessFolder.)
Public methodGetChildFolders (Inherited from BusinessFolder.)
Public methodGetChildFolders(String, Int32) (Inherited from BusinessFolder.)
Public methodGetChildFolders(String, Boolean, Int32) (Inherited from BusinessFolder.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParentFolder (Inherited from BusinessFolder.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOf (Inherited from BusinessFolder.)
Public methodIsSubscribed
Public methodIsSubscribed(String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotify
Public methodSubscribe
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also