Kendo.Mvc.UI.Fluent.GanttTaskModelDescriptorFactory
Defines the fluent interface for configuring the DataSource Model definition.
Methods
OrderId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the OrderId field.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
OrderId(System.String)
Specify the member used for the OrderId field.
Parameters
fieldName System.String
The member name.
ParentId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the ParentId field.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
ParentId(System.String)
Specify the member used for the ParentId field.
Parameters
fieldName System.String
The member name.