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