[This is preliminary documentation and is subject to change.]
The ExtranetDB type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExtranetDB |
default constructor
|
Methods
Name | Description | |
---|---|---|
![]() | AddApplicationLinks |
Adds the application links
|
![]() | AddOutputParameter | Overloaded. |
![]() | AddParameter | Overloaded. |
![]() | AddParameters | Overloaded. |
![]() | ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) |
![]() | Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) |
![]() | Commit |
Commits the transaction
(Inherited from OfficeClipDB.) |
![]() | DeleteAllExtranetUser |
Deletes all Extranet users for a particular group and
reassigns all their data to the group administrator
|
![]() | DeleteExtranetItem |
Deletes extranet item having specified item ID
|
![]() | DeleteExtranetItemsAll |
Deletes all extranet items in the DB
|
![]() | DeleteExtranetUser |
Deletes Extranet user for specified group and user ID
|
![]() | DelExtranetPermissionsAll |
Deletes all users authorized for specified item ID
|
![]() | Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExecuteNonQuery | Overloaded. |
![]() | ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) |
![]() | ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) |
![]() | Fill |
Fills the dataset
(Inherited from OfficeClipDB.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAdminControlName | |
![]() | GetAllExtranetUserPermissions |
Gets all assigned permissions for a given user
|
![]() | GetApplicationLinks |
Gets list of public and secure application links for displaying on
the Extranet Home Page.
|
![]() | GetAppsAndFeatureParentChildNodes |
Get the parent and child nodes for applications and features
|
![]() | GetAppsAndFeaturesParentChildArray |
Builds Array List to be used by parent/child control for displaying
Applications and their associated feature items
|
![]() | GetExtranetCaseDetails |
Returns case details for specified feature item, and group and case ID
|
![]() | GetExtranetCaseNotes |
Get list of notes for specified group, user, and case ID
|
![]() | GetExtranetFeature |
Returns business layer object for specified feature ID
|
![]() | GetExtranetItem |
Get the Item Info for the specified item and Group ID
|
![]() | GetExtranetItemPermissions | Overloaded. |
![]() | GetExtranetItemsList |
Gets list of ItemInfo to be used by AdminStart to display current list
of items.
|
![]() | GetExtranetOrg |
Gets the Extranet Admin organization setup details and sets default
values for initial setup
|
![]() | GetExtranetUserPermissions | |
![]() | GetExtranetUserSelectedPermissions |
Gets the permissions for the users and checks the corresponsing
checkboxes on the user permissions page
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) |
![]() | GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) |
![]() | InitTransaction | Overloaded. |
![]() | InsertExtranetItem |
Inserts new feature item into database
|
![]() | InsertExtranetUser |
Inserts new Extranet user into the database
|
![]() | InsExtranetPermissions |
Inserts array of users into DB that are authorized for specified ID
|
![]() | LoadExtranetOrgDefault |
Loads the extranet default parameters of the organization
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) |
![]() | SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) |
![]() | SetSPCommand | Overloaded. |
![]() | SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UpdActivateAllExtranetUsers |
Sets active state of all extranet users
|
![]() | UpdActivateExtranetUser |
Sets active state of specified user
|
![]() | UpdateExtranetCaseStatus |
Updates specified case with provided status
|
![]() | UpdateExtranetItem |
Updates Extranet Item in the database
|
![]() | UpdateExtranetOrg |
Updates the database with the Extranet Admin Organization setup details
|
![]() | UpdateExtranetUserPermissions |
Gets all the permission items on the permissions page that are checked
and updates the database with the corresponding permission records for each
item
|
![]() | ValidateUserLogin |
Integer flag indicating whether the user could be successfully
authenticated. Following is the list of possible values returned
and their meanings.
|
Fields
Name | Description | |
---|---|---|
![]() | _error |
Error string
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) |
![]() | DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |