mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +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