Table of Contents

Class ActiveDirectoryGroupsDataComparerWrapper

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Provides a wrapper to allow Active Directory groups to be compared by the data comparer outside of an Active Directory domain item.

public class ActiveDirectoryGroupsDataComparerWrapper : GlobalSerializableBase
Inheritance
ActiveDirectoryGroupsDataComparerWrapper

Constructors

ActiveDirectoryGroupsDataComparerWrapper()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupsDataComparerWrapper class.

public ActiveDirectoryGroupsDataComparerWrapper()

ActiveDirectoryGroupsDataComparerWrapper(ActiveDirectoryGroups)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupsDataComparerWrapper class.

public ActiveDirectoryGroupsDataComparerWrapper(ActiveDirectoryGroups groups)

Parameters

groups ActiveDirectoryGroups

The groups inside the wrapper.

Properties

Groups

Gets or sets the groups in the domain.

public ActiveDirectoryGroups Groups { get; set; }

Property Value

ActiveDirectoryGroups