- Added missing developer attributes in previously add classes

This commit is contained in:
SND\eagleeyestudios_cp 2012-10-05 11:27:02 +00:00 committed by Konstantin Koch
parent 0406947b56
commit 0417857fd9
2 changed files with 8 additions and 0 deletions

View File

@ -1,12 +1,16 @@
using System.Collections.Specialized;
using System.Linq;
using System.ComponentModel;
using ANX.Framework.NonXNA.Development;
namespace ANX.Framework.Content.Pipeline.Tasks
{
/// <summary>
/// Class for enabling a dropdown list containing all available Importers for the PropertyGrid.
/// </summary>
[Developer("SilentWarrior/Eagle Eye Studios")]
[PercentageComplete(100)]
[TestState(TestStateAttribute.TestState.Tested)]
public class ImporterConverter : StringConverter
{
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)

View File

@ -1,11 +1,15 @@
using System.ComponentModel;
using System.Linq;
using ANX.Framework.NonXNA.Development;
namespace ANX.Framework.Content.Pipeline.Tasks
{
/// <summary>
/// Class for enabling a dropdown list containing all available Processors for the PropertyGrid.
/// </summary>
[Developer("SilentWarrior/Eagle Eye Studios")]
[PercentageComplete(100)]
[TestState(TestStateAttribute.TestState.Tested)]
public class ProcessorConverter : StringConverter
{
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)