mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update description of NoFilter attribute
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
namespace SabreTools.Models
|
namespace SabreTools.Models
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Marks a property as required on write
|
/// Marks a key as unable to be filtered on
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[System.AttributeUsage(System.AttributeTargets.Field)]
|
[System.AttributeUsage(System.AttributeTargets.Field)]
|
||||||
public class NoFilterAttribute : System.Attribute { }
|
public class NoFilterAttribute : System.Attribute { }
|
||||||
|
|||||||
Reference in New Issue
Block a user