Kendo.Mvc.UI.Fluent.GanttDependenciesModelDescriptorFactory
Defines the fluent interface for configuring the dependencies DataSource Model definition.
Methods
PredecessorId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the predecessorId.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
PredecessorId(System.String)
Specify the member used for the predecessorId.
Parameters
fieldName System.String
The member name.
SuccessorId(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the successorId.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
SuccessorId(System.String)
Specify the member used for the successorId.
Parameters
fieldName System.String
The member name.
Type(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the type.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Type(System.String)
Specify the member used for the type.
Parameters
fieldName System.String
The member name.