Show / Hide Table of Contents

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 Source

EditorIgnoreAttribute(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 Source

Ignore

Field's ignore flag

Declaration
public bool Ignore
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX