상속: SyncConfiguration
예제 #1
0
 /* ==================================================================================== Constructor */
 public SyncPortal2AD()
 {
     _config               = Portal2ADConfiguration.Current;
     _syncTrees            = _config.GetSyncTrees();
     _propertyMappings     = _config.GetPropertyMappings();
     _createdUsersDisabled = _config.CreatedAdUsersDisabled;
 }
예제 #2
0
 /* ==================================================================================== Constructor */
 public SyncPortal2AD()
 {
     _config = Portal2ADConfiguration.Current;
     _syncTrees = _config.GetSyncTrees();
     _propertyMappings = _config.GetPropertyMappings();
     _createdUsersDisabled = _config.CreatedAdUsersDisabled;
 }