Class RatingForExtension
Inheritance
System.Object
RatingForExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public static class RatingForExtension
Methods
RatingFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>)
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Rating model)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
Rating |
model |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Rating model, Dictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
Rating |
model |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
htmlAttributes |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Rating model, object objHtmlAttr)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
Rating |
model |
|
System.Object |
objHtmlAttr |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Rating model, object objHtmlAttr, Dictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
Rating |
model |
|
System.Object |
objHtmlAttr |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
htmlAttributes |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
RatingFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, Dictionary<String, Object>)
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Dictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
htmlAttributes |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|
RatingFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, Object)
Declaration
public static RatingBuilder RatingFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, object objHtmlAttr)
Parameters
Type |
Name |
Description |
EJ2For<TModel> |
factory |
|
System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> |
expression |
|
System.Object |
objHtmlAttr |
|
Returns
Type Parameters
Name |
Description |
TModel |
|
TProperty |
|