C# 클래스 biz.dfch.CS.Appclusive.UI.Controllers.Extension

파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.UI

공개 메소드들

메소드 설명
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

메소드 상세

AddQueryOption() 공개 정적인 메소드

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

AddQueryOption() 공개 정적인 메소드

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

Execute() 공개 정적인 메소드

public static Execute ( this list ) : QueryOperationResponse
list this
리턴 QueryOperationResponse

Execute() 공개 정적인 메소드

public static Execute ( this list ) : QueryOperationResponse
list this
리턴 QueryOperationResponse

Expand() 공개 정적인 메소드

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

Expand() 공개 정적인 메소드

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