Click or drag to resize

Drawer Class

Class representing a drawer in the library
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class Drawer : LibraryStructureObject

The Drawer type exposes the following members.

Constructors
  NameDescription
Public methodDrawer
Initializes a new instance of the Drawer class
Public methodDrawer(Principal)
Initializes a new instance of the Drawer class
Public methodDrawer(Int32, LoadCriteria, Database, DbTransaction)
Initializes a new instance of the Drawer class
Public methodDrawer(Principal, Int32, LoadCriteria, Database, DbTransaction)
Initializes a new instance of the Drawer class
Top
Properties
Methods
  NameDescription
Protected methodApplyParentRights (Inherited from LibraryStructureObject.)
Protected methodApplyRightsWithinObject
See description in base class
(Overrides LibraryStructureObjectApplyRightsWithinObject.)
Protected methodCalculateEligibleActions
See description in base class
(Overrides LibraryStructureObjectCalculateEligibleActions.)
Protected methodCalculateRights
Calculates all rights for this library object
(Inherited from LibraryStructureObject.)
Protected methodCreateDbCommand
See description in base class
(Overrides LibraryStructureObjectCreateDbCommand.)
Protected methodCreateDbCommandSetWeight (Overrides LibraryStructureObjectCreateDbCommandSetWeight(Int32).)
Public methodStatic memberGetDrawerIds
Retrieves drawer ids for specified criteria
Protected methodLoadPropertiesFromDatabase
Loads both common and type specific library objects' properties from database
(Inherited from LibraryStructureObject.)
Protected methodLoadTypeSpecificProperties
See description in base class
(Overrides LibraryStructureObjectLoadTypeSpecificProperties(IDataReader).)
Protected methodMove
See description in base class
(Overrides LibraryStructureObjectMove(Int32).)
Protected methodSaveAsNew
See description in base class
(Overrides LibraryStructureObjectSaveAsNew(Int32).)
Public methodSetWeight (Inherited from LibraryStructureObject.)
Public methodUpdate
See description in base class
(Overrides LibraryStructureObjectUpdate.)
Top
Fields
  NameDescription
Protected fieldcheckingCOMSettings (Inherited from LibraryStructureObject.)
Protected fieldcriteria (Inherited from LibraryStructureObject.)
Protected fielddatabase (Inherited from LibraryStructureObject.)
Protected fieldprincipal (Inherited from LibraryStructureObject.)
Protected fieldtransaction (Inherited from LibraryStructureObject.)
Top
Extension Methods
See Also