MediaRuleCreator
Assembly: ServiceStack.Client.dll
View Source
Declaration
public class MediaRuleCreator
Properties
Size
View Source
Declaration
public string Size { get; }
Methods
Show<T>(Expression<Func<T, Object>>)
View Source
Declaration
public MediaRule Show<T>(Expression<Func<T, object>> expr)
Returns
Parameters
Type | Name |
---|---|
System.Linq.Expressions.Expression<System.Func<<T>,System.Object>> | expr |
Type Parameters
T