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.
[Obsolete("Removed.")] 
public class QDVAPIFunctions : IActiveDirectoryManager
This language is not supported or no code example is available.
Name Description
Public property ContextType Gets the current Context type of this IActiveDirectoryManager, default is Domain.
Public property CurrentUserNTName Gets the NT account name of the current user.
Public property IsDomainAccessible Gets the value indicating whether the domain is accessible.
Top
Methods
 
Name Description
Public method CheckIsDomainAccessible(DomainSettings) Determines whether the specified domain is accessible.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method FindNTUser(string) Returns a user principal object that matches the specified identity value.
Public method GetAccountNameFromSid(string) Gets an account name for the specified SID.
Public method GetCalculationMode(QDVEstimate) Obsolete.
Public method GetCurrentUserNTGroups() Gets a list of NT group names the current user belongs to.
Public method 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.
Public method GetCurrentUserNTGroupsFiltered(List<String>) Gets a filtered list of NT group names and SIDs the current user belongs to.
Public method GetCurrentUserSid() Gets the SID of the current user.
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetNTGroup(string) Gets a GroupPrincipal object for the specified user NT group name.
Public method GetNTGroupFromSid(string) Gets a GroupPrincipal object for the specified user SID.
Public method GetNTGroupUsers(List<String>) Gets all users belonging to the specified groups.
Public method GetNTGroups() Gets a list of all NT group names in the current domain.
Public method GetNTUser(string) Gets a UserPrincipal info for the specified user NT name.
Public method GetNTUserFromSid(string) Gets a UserPrincipal info for the specified user SID.
Public method 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.

Public method GetPrincipalContext(DomainSettings) Gets a PrincipalContext for the specified DomainSettings.
Public method GetRowPositionsInNativeSheet(IWorksheet) Obsolete.
Public method GetSidFromLogin(string, bool) Gets a SID from the login data.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetUserNTGroups(string) Gets a list of NT group names of the specified NT user.
Public method GetUserPrincipalInfo(string) Obsolete. Gets the info about a user from the active directory.
Public method IsUserMemberOfNTGroup(string, UserPrincipal) Determines whether a user is a member of a group.
Public method IsUserMemberOfNTGroups(string, List<String>) Determines whether a user is a member of any of specified NT groups.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Classes
 
Name Description
Public class CallingContext Obsolete.
Public class GanttTasksAssignation Obsolete. Lets you address multiple Gantt tasks from a minute row.
Public class GlobalVariable
Public class Mapping Obsolete. Represents a column mapping.
Top
Name Description
Public structure WBSHeadings Obsolete.
Top
QDVUserAPI.QDVAPIFunctions

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition