C# Class biz.dfch.CS.Appclusive.UI.Controllers.Extension

显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Public Methods

Method Description
AddQueryOption ( this list, string propertyName, object value ) : List
AddQueryOption ( this list, string propertyName, object value ) : List
Execute ( this list ) : QueryOperationResponse
Execute ( this list ) : QueryOperationResponse
Expand ( this list, string propertyName ) : List
Expand ( this list, string propertyName ) : List

Method Details

AddQueryOption() public static method

public static AddQueryOption ( this list, string propertyName, object value ) : List
list this
propertyName string
value object
return List

AddQueryOption() public static method

public static AddQueryOption ( this list, string propertyName, object value ) : List
list this
propertyName string
value object
return List

Execute() public static method

public static Execute ( this list ) : QueryOperationResponse
list this
return QueryOperationResponse

Execute() public static method

public static Execute ( this list ) : QueryOperationResponse
list this
return QueryOperationResponse

Expand() public static method

public static Expand ( this list, string propertyName ) : List
list this
propertyName string
return List

Expand() public static method

public static Expand ( this list, string propertyName ) : List
list this
propertyName string
return List