Class IgnorePropertyAttribute
Class IgnorePropertyAttribute. This attribute must be used to ignore a field for a DataItem. This class cannot be inherited.
Inheritance
System.Object
System.Attribute
IgnorePropertyAttribute
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: spyderSoft.DataLayer.Core.Attributes
Assembly: spyderSoft.DataLayer.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class IgnorePropertyAttribute : Attribute