C# Class Rebel.Framework.Linq.ResultBinding.SourceFieldBinder

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
GetFieldNames ( ) : IEnumerable
GetFieldValue ( string fieldName ) : object
SetFieldValue ( string fieldName, object value ) : object

Method Details

GetFieldNames() public abstract méthode

public abstract GetFieldNames ( ) : IEnumerable
Résultat IEnumerable

GetFieldValue() public abstract méthode

public abstract GetFieldValue ( string fieldName ) : object
fieldName string
Résultat object

SetFieldValue() public abstract méthode

public abstract SetFieldValue ( string fieldName, object value ) : object
fieldName string
value object
Résultat object