Kendo.Mvc.UI.Fluent.GanttModelDescriptorFactory
Defines the fluent interface for configuring the DataSource Model definition.
Methods
ParentId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the parentId.
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.
Parameters
fieldName System.String
The member name.
OrderId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the orderId.
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.
Parameters
fieldName System.String
The member name.