AdExtensionContext - класс

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Definition

Пространство имён: Tessa.Extensions.Platform.Server.AdSync
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public sealed class AdExtensionContext : IAdExtensionContext, 
	IExtensionContext
Inheritance
Object    AdExtensionContext
Implements
IExtensionContext, IAdExtensionContext

Конструкторы

AdExtensionContextИнициализирует новый экземпляр класса AdExtensionContext

Свойства

Cancel Флаг отмены операции.
CancellationToken Объект, посредством которого можно отменить асинхронную задачу.
Card Карточка синхронизируемого объекта.
Connection
Класс для работы с соединением Active Directory/LDAP.
Entry
Запись в каталоге AD.
Info Дополнительная информация.
SyncContext
Контекст синхронизации AD.
Users Список пользователей роли или подразделения.
ValidationResult 

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также