C# Class cloudscribe.Core.Models.DataExtensions.ModelDataExtensions

Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
LoadExpandoSettings ( this site, List expandoProperties ) : void
LoadFromReader ( this role, System.Data.Common.DbDataReader reader ) : void
SetExpandoSettings ( this site, List expandoProperties ) : void

Private Methods

Méthode Description
GetExpandoProperty ( List exapandoProperties, string keyName ) : string
SetExpandoProperty ( List exapandoProperties, string keyName, string keyValue ) : void

Method Details

LoadExpandoSettings() public static méthode

public static LoadExpandoSettings ( this site, List expandoProperties ) : void
site this
expandoProperties List
Résultat void

LoadFromReader() public static méthode

public static LoadFromReader ( this role, System.Data.Common.DbDataReader reader ) : void
role this
reader System.Data.Common.DbDataReader
Résultat void

SetExpandoSettings() public static méthode

public static SetExpandoSettings ( this site, List expandoProperties ) : void
site this
expandoProperties List
Résultat void