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

Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Méthodes publiques

Méthode 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 méthode

public static AddQueryOption ( this list, string propertyName, object value ) : List
list this
propertyName string
value object
Résultat List

AddQueryOption() public static méthode

public static AddQueryOption ( this list, string propertyName, object value ) : List
list this
propertyName string
value object
Résultat List

Execute() public static méthode

public static Execute ( this list ) : QueryOperationResponse
list this
Résultat QueryOperationResponse

Execute() public static méthode

public static Execute ( this list ) : QueryOperationResponse
list this
Résultat QueryOperationResponse

Expand() public static méthode

public static Expand ( this list, string propertyName ) : List
list this
propertyName string
Résultat List

Expand() public static méthode

public static Expand ( this list, string propertyName ) : List
list this
propertyName string
Résultat List