From 4f0a38daa4eb584f9c39b9ecefdc2afcd7e0fedc Mon Sep 17 00:00:00 2001 From: binarydad Date: Tue, 20 Apr 2021 17:20:45 -0400 Subject: [PATCH] remove datarowpopulate attribute --- .../Annotations/DataRowPopulateAttribute.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs diff --git a/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs b/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs deleted file mode 100644 index 720f7dd..0000000 --- a/BinaryDad.Extensions/Annotations/DataRowPopulateAttribute.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace BinaryDad.Extensions -{ - /// - /// Allows for a complex property to be populated via ToType(). - /// - [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] - public sealed class DataRowPopulateAttribute : Attribute { } -} \ No newline at end of file