Kendo.Mvc.UI.Fluent.DiagramShapeModelDescriptorFactory
Defines the fluent interface for configuring the DataSource Model definition.
Methods
Width(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the width.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Width(System.String)
Specify the member used for the width.
Parameters
fieldName System.String
The member name.
Height(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the height.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Height(System.String)
Specify the member used for the height.
Parameters
fieldName System.String
The member name.
X(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the x.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
X(System.String)
Specify the member used for the x.
Parameters
fieldName System.String
The member name.
Y(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the y.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Y(System.String)
Specify the member used for the y.
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.
Text(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specify the member used for the text.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Text(System.String)
Specify the member used for the text.
Parameters
fieldName System.String
The member name.