mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
Custom names
This commit is contained in:
@@ -33,10 +33,10 @@ namespace Esiur.Resource
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class AttributeAttribute : System.Attribute
|
||||
{
|
||||
|
||||
public AttributeAttribute()
|
||||
public string Name { get; set; }
|
||||
public AttributeAttribute(string name = null)
|
||||
{
|
||||
|
||||
this.Name = name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user