C# Class Dovetail.SDK.Clarify.ClarifyGenericExtensions

Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Méthodes publiques

Méthode Description
CreateGenericWithFields ( this dataSet, string objectName ) : ClarifyGeneric
Filter ( this generic, Filter>.Func filterFunction ) : ClarifyGeneric
TraverseWithFields ( this generic, string relationName ) : ClarifyGeneric

Method Details

CreateGenericWithFields() public static méthode

public static CreateGenericWithFields ( this dataSet, string objectName ) : ClarifyGeneric
dataSet this
objectName string
Résultat ClarifyGeneric

Filter() public static méthode

public static Filter ( this generic, Filter>.Func filterFunction ) : ClarifyGeneric
generic this
filterFunction Filter>.Func
Résultat ClarifyGeneric

TraverseWithFields() public static méthode

public static TraverseWithFields ( this generic, string relationName ) : ClarifyGeneric
generic this
relationName string
Résultat ClarifyGeneric