Show / Hide Table of Contents

Interface ICBO

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public interface ICBO

Methods

FillCollection<TObject>(IDataReader)

Declaration
List<TObject> FillCollection<TObject>(IDataReader dr) where TObject : new()
Parameters
Type Name Description
IDataReader dr
Returns
Type Description
List<TObject>
Type Parameters
Name Description
TObject

FillObject<TObject>(IDataReader)

Declaration
TObject FillObject<TObject>(IDataReader dr) where TObject : new()
Parameters
Type Name Description
IDataReader dr
Returns
Type Description
TObject
Type Parameters
Name Description
TObject

GetCachedObject<TObject>(CacheItemArgs, CacheItemExpiredCallback, bool)

Declaration
TObject GetCachedObject<TObject>(CacheItemArgs cacheItemArgs, CacheItemExpiredCallback cacheItemExpired, bool saveInDictionary)
Parameters
Type Name Description
CacheItemArgs cacheItemArgs
CacheItemExpiredCallback cacheItemExpired
bool saveInDictionary
Returns
Type Description
TObject
Type Parameters
Name Description
TObject

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS