示例#1
0
 public ProvideTextEditorAutomationAttribute(string categoryName, short categoryResourceId,
                                             short descriptionResourceId, ProfileMigrationType migrationType)
 {
     this._categoryName          = categoryName;
     this._categoryResourceId    = categoryResourceId;
     this._descriptionResourceId = descriptionResourceId;
     this._migrationType         = migrationType;
 }
        public ProvideTextEditorAutomationAttribute(string categoryName, short categoryResourceId,
            short descriptionResourceId, ProfileMigrationType migrationType) {
            Utilities.ArgumentNotNull(categoryName, "categoryName");

            _categoryName = categoryName;
            _categoryResourceId = categoryResourceId;
            _descriptionResourceId = descriptionResourceId;
            _migrationType = migrationType;
        }
示例#3
0
        public ProvideTextEditorAutomationAttribute(string categoryName, short categoryResourceId,
                                                    short descriptionResourceId, ProfileMigrationType migrationType)
        {
            Utilities.ArgumentNotNull(categoryName, "categoryName");

            _categoryName          = categoryName;
            _categoryResourceId    = categoryResourceId;
            _descriptionResourceId = descriptionResourceId;
            _migrationType         = migrationType;
        }