QDVAPIFunctions Class
NOTE: This member is now obsolete. Removed.
<Obsolete("Removed.")> _
Public Class QDVAPIFunctions
Implements IActiveDirectoryManager
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
QDVAPIFunctions() |
Name | Description | |
---|---|---|
![]() |
ContextType | Gets the current Context type of this IActiveDirectoryManager, default is Domain. |
![]() |
CurrentUserNTName | Gets the NT account name of the current user. |
![]() |
IsDomainAccessible | Gets the value indicating whether the domain is accessible. |
Name | Description | |
---|---|---|
![]() |
CheckIsDomainAccessible(DomainSettings) | Determines whether the specified domain is accessible. |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
FindNTUser(string) | Returns a user principal object that matches the specified identity value. |
![]() |
GetAccountNameFromSid(string) | Gets an account name for the specified SID. |
![]() |
GetCalculationMode(QDVEstimate) | Obsolete. |
![]() |
GetCurrentUserNTGroups() | Gets a list of NT group names the current user belongs to. |
![]() |
GetCurrentUserNTGroups(bool) | Gets a list of NT group names the current user belongs to. The list can be retrieved from the local storage if it is inaccessible from the domain. |
![]() |
GetCurrentUserNTGroupsFiltered(List<String>) | Gets a filtered list of NT group names and SIDs the current user belongs to. |
![]() |
GetCurrentUserSid() | Gets the SID of the current user. |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetNTGroup(string) | Gets a GroupPrincipal object for the specified user NT group name. |
![]() |
GetNTGroupFromSid(string) | Gets a GroupPrincipal object for the specified user SID. |
![]() |
GetNTGroupUsers(List<String>) | Gets all users belonging to the specified groups. |
![]() |
GetNTGroups() | Gets a list of all NT group names in the current domain. |
![]() |
GetNTUser(string) | Gets a UserPrincipal info for the specified user NT name. |
![]() |
GetNTUserFromSid(string) | Gets a UserPrincipal info for the specified user SID. |
![]() |
GetNativeWorksheet(IWorkbook, NativeSheetType, string) |
Obsolete.
Returns the IWorksheet object representing the native worksheet of the passed workbook. This function is useful to return a native worksheet regardless the language of the user interface. Keep in mind that names of worksheets can be localized. Using this function, you can find a worksheet using its ID instead of using its localized name. |
![]() |
GetPrincipalContext(DomainSettings) | Gets a PrincipalContext for the specified DomainSettings. |
![]() |
GetRowPositionsInNativeSheet(IWorksheet) | Obsolete. |
![]() |
GetSidFromLogin(string, bool) | Gets a SID from the login data. |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
GetUserNTGroups(string) | Gets a list of NT group names of the specified NT user. |
![]() |
GetUserPrincipalInfo(string) | Obsolete. Gets the info about a user from the active directory. |
![]() |
IsUserMemberOfNTGroup(string, UserPrincipal) | Determines whether a user is a member of a group. |
![]() |
IsUserMemberOfNTGroups(string, List<String>) | Determines whether a user is a member of any of specified NT groups. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
![]() |
CallingContext | Obsolete. |
![]() |
GanttTasksAssignation | Obsolete. Lets you address multiple Gantt tasks from a minute row. |
![]() |
GlobalVariable | |
![]() |
Mapping | Obsolete. Represents a column mapping. |
Name | Description | |
---|---|---|
![]() |
WBSHeadings | Obsolete. |
Name | Description | |
---|---|---|
![]() |
CalculationMode | Obsolete. |
![]() |
ExportFormat | |
![]() |
LocationOfTotals | Obsolete. |
![]() |
MustForceWhat | Obsolete. |
![]() |
NativeSheetType | Obsolete. |
![]() |
NomenclatureColorMarking | Obsolete. |
![]() |
NomenclatureFilterIDs | Obsolete. |
![]() |
NomenclatureModeIds | Obsolete. |
![]() |
PositionsInNativeSheets | Obsolete. |
![]() |
RestoreWhatOnCalculationChange | Obsolete. |
![]() |
TypeOfField | Obsolete. |
![]() |
WBSTitleRow | Obsolete. |
QDVUserAPI.QDVAPIFunctions