BCEnvironment Methods |
The BCEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTmpFieldPathDefinition |
Applies the temporary definition of the Field-Path definition facility.
| |
| CopyDocumentTypePrivileges |
Copies privileges from the specified source document type to
all destination document types, for each user role.
| |
| CreateFieldPathDefinition |
Creates the definition of the Field-Path definition facility.
| |
| CreateTmpFieldPathDefinition |
Creates the temporary definition of the Field-Path definition facility.
| |
| DeleteTmpFieldPathDefinition |
Deletes the temporary definition of the Field-Path definition facility.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetCreatableDocumentTypes(String, String, String) |
Returns a collection of document types that can be created
with privileges of the specified enclosure.
| |
| GetCreatableDocumentTypes(String, String, String, DocumentTypeFlags) |
Returns a collection of document types that can be created with privileges of the specified enclosure.
| |
| GetDocRefType |
Returns a document reference type with the specified ID property value.
| |
| GetDocumentType |
Returns a document type with the specified ID property value.
| |
| GetExtensionMapping |
Returns an extension mapping with the specified ID property value.
| |
| GetFieldPathDefinition |
Returns a Field-Path definition object in which the given property participates.
| |
| GetFieldPathLevel |
Returns a Field-Path level object to which the given property is associated.
| |
| GetFolderType |
Returns a folder type with the specified ID property value.
| |
| GetGlobalSearchQuery |
Returns a global search query with the specified ID property value.
| |
| GetHashCode | (Inherited from Object.) | |
| GetLookupListWithID |
Returns a lookup list with the specified ID property value.
| |
| GetLookupListWithName |
Returns a lookup list with the specified name.
| |
| GetMappedDocumentTypes |
Returns the collection of all document types that are mapped to the specified extension.
| |
| GetModificationDate | Obsolete.
Returns the date when the environment was last modified.
| |
| GetNavigationView |
Returns a navigation view with the specified ID property value.
| |
| GetPrivilegeWithName |
Returns a privilege with the specified name.
| |
| GetProjectDefinition |
Returns a project definition with the specified ID property value.
| |
| GetPropertySet |
Returns a property set with the specified ID property value.
| |
| GetReport |
Returns a report with the specified ID property value.
| |
| GetSequence |
Returns a sequence with the specified name.
If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.) | |
| GetSequenceList |
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.) | |
| GetStoredFolderSearchQuery |
Returns a stored folder search query with the specified ID property value.
| |
| GetStoredPropertyDefCollection |
Returns a stored collection of property definitions with the specified ID property value.
| |
| GetStoredSearchQuery |
Returns a stored search query with the specified ID property value.
| |
| GetType | (Inherited from Object.) | |
| GetUIExtensionRef |
Returns a definition of a UI extension with the specified ID property value.
| |
| GetUIExtensionRefsWithTypeID |
Returns the collection of UI extension definitions with the specified TypeID.
| |
| GetUserRoleWithName |
Returns a user role with the specified name.
| |
| GetWorkflowDefinition |
Returns a workflow definition with the specified ID property value.
| |
| GetWorkPackageTemplate |
Returns a work area template with the specified ID property value.
| |
| LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) | |
| MemberwiseClone | (Inherited from Object.) | |
| NewDocRefType |
Creates a new document reference type.
| |
| NewDocRefType(String) |
Creates a new document reference type with the specified name.
| |
| NewDocumentType |
Creates a new document type.
| |
| NewDocumentType(String) |
Creates a new document type with the specified name.
| |
| NewExtensionMapping |
Creates a new extension mapping.
| |
| NewExtensionMapping(String) |
Creates a new extension mapping with the specified name.
| |
| NewFolderType |
Creates a new folder type with the specified name.
| |
| NewFolderType(String) |
Creates a new folder type with the specified name.
| |
| NewGlobalSearchQuery |
Creates a new global search query.
| |
| NewGlobalSearchQuery(String) |
Creates a new global search query with the specified name.
| |
| NewLookupList |
Creates a new lookup list.
| |
| NewLookupList(String) |
Creates a new lookup list with the specified name.
| |
| NewNavigationView |
Creates a new navigation view.
| |
| NewNavigationView(String) |
Creates a new navigation view with the specified name.
| |
| NewPrivilege |
Creates a privilege with the specified name.
| |
| NewProjectDefinition |
Creates a new project definition.
| |
| NewProjectDefinition(String) |
Creates a new project definition with the specified name.
| |
| NewPropertySet |
Creates a new set of properties.
| |
| NewPropertySet(String) |
Creates a new set of properties with the specified name.
| |
| NewReport |
Creates a new report.
| |
| NewReport(String) |
Creates a new report with the specified name.
| |
| NewStoredFolderSearchQuery |
Creates a new stored folder search query.
| |
| NewStoredFolderSearchQuery(String) |
Creates a new stored folder search query with the specified name.
| |
| NewStoredPropertyDefCollection |
Creates a new stored collection of property definitions.
| |
| NewStoredPropertyDefCollection(String) |
Creates a new stored collection of property definitions with the specified name.
| |
| NewStoredSearchQuery |
Creates a new stored search query.
| |
| NewStoredSearchQuery(String) |
Creates a new stored search query with the specified name.
| |
| NewUIExtensionRef |
Creates a new UI extension definition.
| |
| NewUIExtensionRef(String) |
Creates a new UI extension definition with the specified name.
| |
| NewUserRole |
Creates a user role with the specified name.
| |
| NewWorkflowDefinition |
Creates a new workflow definition.
| |
| NewWorkflowDefinition(String) |
Creates a new workflow definition with the specified name.
| |
| NewWorkPackageTemplate |
Creates a new work area template.
| |
| NewWorkPackageTemplate(String) |
Creates a new work area template with the specified name.
| |
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
| SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) | |
| SetUserRolePrivileges |
Sets or removes specified privileges on the specified user role in one call.
| |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| UpdateModificationDate |
Updates the modification date of the environment.
|