Inheritance: SyncConfiguration
コード例 #1
0
 /* ==================================================================================== Constructor */
 public SyncAD2Portal()
 {
     _config            = AD2PortalConfiguration.Current;
     _syncTrees         = _config.GetSyncTrees();
     _propertyMappings  = _config.GetPropertyMappings();
     _deletedFromADPath = _config.DeletedFromADPath;
 }
コード例 #2
0
ファイル: SyncAD2Portal.cs プロジェクト: jhuntsman/FlexNet
 /* ==================================================================================== Constructor */
 public SyncAD2Portal()
 {
     _config = AD2PortalConfiguration.Current;
     _syncTrees = _config.GetSyncTrees();
     _propertyMappings = _config.GetPropertyMappings();
     _deletedFromADPath = _config.DeletedFromADPath;
 }