C# Class Disco.Services.Devices.ManagedGroups.DeviceProfileAssignedUsersManagedGroup

Inheritance: Disco.Services.Interop.ActiveDirectory.ADManagedGroup
Show file Open project: garysharp/Disco Class Usage Examples

Public Methods

Method Description
DetermineMembers ( DiscoDataContext Database ) : IEnumerable
Dispose ( ) : void
GetCategoryDescription ( DeviceProfile DeviceProfile ) : string
GetDescription ( DeviceProfile DeviceProfile ) : string
GetKey ( DeviceProfile DeviceProfile ) : string
Initialize ( DeviceProfile DeviceProfile ) : DeviceProfileAssignedUsersManagedGroup
Initialize ( ) : void
TryGetManagedGroup ( DeviceProfile DeviceProfile, DeviceProfileAssignedUsersManagedGroup &ManagedGroup ) : bool

Private Methods

Method Description
DeviceProfileAssignedUsersManagedGroup ( ) : Disco.Data.Repository
DeviceProfileAssignedUsersManagedGroup ( string Key, ADManagedGroupConfiguration Configuration, DeviceProfile DeviceProfile ) : Disco.Data.Repository
ProcessRepositoryEvent ( RepositoryMonitorEvent Event ) : void

Method Details

DetermineMembers() public method

public DetermineMembers ( DiscoDataContext Database ) : IEnumerable
Database Disco.Data.Repository.DiscoDataContext
return IEnumerable

Dispose() public method

public Dispose ( ) : void
return void

GetCategoryDescription() public static method

public static GetCategoryDescription ( DeviceProfile DeviceProfile ) : string
DeviceProfile Disco.Models.Repository.DeviceProfile
return string

GetDescription() public static method

public static GetDescription ( DeviceProfile DeviceProfile ) : string
DeviceProfile Disco.Models.Repository.DeviceProfile
return string

GetKey() public static method

public static GetKey ( DeviceProfile DeviceProfile ) : string
DeviceProfile Disco.Models.Repository.DeviceProfile
return string

Initialize() public static method

public static Initialize ( DeviceProfile DeviceProfile ) : DeviceProfileAssignedUsersManagedGroup
DeviceProfile DeviceProfile
return DeviceProfileAssignedUsersManagedGroup

Initialize() public method

public Initialize ( ) : void
return void

TryGetManagedGroup() public static method

public static TryGetManagedGroup ( DeviceProfile DeviceProfile, DeviceProfileAssignedUsersManagedGroup &ManagedGroup ) : bool
DeviceProfile DeviceProfile
ManagedGroup DeviceProfileAssignedUsersManagedGroup
return bool