Show / Hide Table of Contents

Class DataSetMvcConfiguration

Represents the configuration for DataSet MVC.

Inheritance
System.Object
DataSetMvcConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.AspNetCore
Assembly: DevZest.Data.AspNetCore.dll
Syntax
public class DataSetMvcConfiguration

Constructors

Name Description
DataSetMvcConfiguration()

Initializes a new instance of DataSetMvcConfiguration class.

Properties

Name Description
DataSetClientValidators

Gets the DataSet client validators.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest