Class EditorIgnoreAttribute
Tell Editor to not use this property from the model as part of the data to process (fetch from the database, or expect from the client-side)
Inheritance
System.Object
EditorIgnoreAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorIgnoreAttribute : Attribute
Constructors
| Improve this Doc View SourceEditorIgnoreAttribute(Boolean)
Constructor for a field attribute telling Editor to ignore a property in a model
Declaration
public EditorIgnoreAttribute(bool ign = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | ign | Ignore flag |
Fields
| Improve this Doc View SourceIgnore
Field's ignore flag
Declaration
public bool Ignore
Field Value
Type | Description |
---|---|
System.Boolean |