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

Mostrar archivo Open project: joeaudette/cloudscribe

Public Methods

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

Private Methods

Method Description
GetExpandoProperty ( List exapandoProperties, string keyName ) : string
SetExpandoProperty ( List exapandoProperties, string keyName, string keyValue ) : void

Method Details

LoadExpandoSettings() public static method

public static LoadExpandoSettings ( this site, List expandoProperties ) : void
site this
expandoProperties List
return void

LoadFromReader() public static method

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

SetExpandoSettings() public static method

public static SetExpandoSettings ( this site, List expandoProperties ) : void
site this
expandoProperties List
return void