Click or drag to resize

IgnoreAttribute Class

Tells the mapper to ignore mapping this property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Mapping.AttributesIgnoreAttribute

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class IgnoreAttribute : Attribute

The IgnoreAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreAttribute
Initializes a new instance of the IgnoreAttribute class
Top
See Also