3.0 - namespace

This commit is contained in:
monitor1394
2022-02-19 22:37:57 +08:00
parent ce5aeb2d98
commit e72349a69f
306 changed files with 306 additions and 236 deletions

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class ComponentHandlerAttribute : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class CoordOptionsAttribute : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class DefaultAnimationAttribute : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public class ListFor : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class ListForComponent : ListFor

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class ListForSerie : ListFor

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class RequireChartComponentAttribute : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
/// <summary>

View File

@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class SerieExtraComponentAttribute : Attribute

View File

@@ -1,6 +1,6 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class SerieHandlerAttribute : Attribute