Skip to main content

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

ServiceStack.MediaRule

Parameters
TypeName
System.Linq.Expressions.Expression<System.Func<<T>,System.Object>>expr
Type Parameters
  • T