- add GBaseEntry attribute

pull/26/head
Simon Gockner 6 years ago
parent 8f760e092a
commit a41d44b485
  1. 18
      GBase/Attributes/GBaseEntryAttribute.cs

@ -0,0 +1,18 @@
// Author: Gockner, Simon
// Created: 2020-01-24
// Copyright(c) 2020 SimonG. All Rights Reserved.
using System;
using GBase.Interfaces;
namespace GBase.Attributes
{
/// <summary>
/// Tags a property as an <see cref="IGBaseEntry"/>
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class GBaseEntryAttribute : Attribute
{
}
}
Loading…
Cancel
Save