The CBO type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CBO | DotNetNuke.Common.Utilities.CBO |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CloneObject |
CloneObject clones an object
|
![]() ![]() | CloseDataReader | |
![]() ![]() | CreateObject(Type, Boolean) | Obsolete. |
![]() ![]() | CreateObject<(Of <<'(TObject>)>>)()()()() | Obsolete. |
![]() ![]() | CreateObject<(Of <<'(TObject>)>>)(Boolean) |
CreateObject creates a new object of Type TObject.
|
![]() ![]() | DeserializeObject<(Of <<'(TObject>)>>)(Stream) | |
![]() ![]() | DeserializeObject<(Of <<'(TObject>)>>)(TextReader) | |
![]() ![]() | DeserializeObject<(Of <<'(TObject>)>>)(String) | |
![]() ![]() | DeserializeObject<(Of <<'(TObject>)>>)(XmlDocument) | |
![]() ![]() | DeserializeObject<(Of <<'(TObject>)>>)(XmlReader) | |
![]() ![]() | DeserializeSettings | |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | FillCollection(IDataReader, Type) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type, Boolean) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type, IList%) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type%, Int32%) |
Generic version of FillCollection fills a List custom business object of a specified type
from the supplied DataReader
|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader, IList<(Of <<'(TItem>)>>)%) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection<(Of <<'(T>)>>)(IDataReader, Int32%) |
Generic version of FillCollection fills a List custom business object of a specified type
from the supplied DataReader
|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader, IList<(Of <<'(TItem>)>>), Boolean) |
FillCollection fills a List of objects from a DataReader
|
![]() ![]() | FillDictionary<(Of <<'(TItem>)>>)(IDataReader) | Obsolete. |
![]() ![]() | FillDictionary<(Of <<'(TItem>)>>)(IDataReader, IDictionary<(Of <<'(Int32, TItem>)>>)%) | Obsolete. |
![]() ![]() | FillDictionary<(Of <<'(TKey, TValue>)>>)(String, IDataReader) |
FillDictionary fills a Dictionary of objects from a DataReader
|
![]() ![]() | FillDictionary<(Of <<'(TKey, TValue>)>>)(String, IDataReader, Boolean) |
FillDictionary fills a Dictionary of objects from a DataReader
|
![]() ![]() | FillDictionary<(Of <<'(TKey, TValue>)>>)(String, IDataReader, IDictionary<(Of <<'(TKey, TValue>)>>)) |
FillDictionary fills a Dictionary of objects from a DataReader
|
![]() ![]() | FillObject(IDataReader, Type) | Obsolete. |
![]() ![]() | FillObject(IDataReader, Type, Boolean) | Obsolete. |
![]() ![]() | FillObject<(Of <<'(TObject>)>>)(IDataReader) |
FillObject fills an object from a DataReader
|
![]() ![]() | FillObject<(Of <<'(TObject>)>>)(IDataReader, Boolean) |
FillObject fills an object from a DataReader
|
![]() ![]() | FillQueryable<(Of <<'(TItem>)>>) | |
![]() ![]() | FillSortedList<(Of <<'(TKey, TValue>)>>) |
FillSortedList fills a SortedList of objects from a DataReader
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetCachedObject<(Of <<'(TObject>)>>)(CacheItemArgs, CacheItemExpiredCallback) |
GetCachedObject gets an object from the Cache
|
![]() ![]() | GetCachedObject<(Of <<'(TObject>)>>)(CacheItemArgs, CacheItemExpiredCallback, Boolean) | |
![]() | GetFactory | (Overrides ServiceLocator<(Of <(<'TContract, TSelf>)>)>..::..GetFactory()()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetProperties(Type) |
GetProperties gets a Dictionary of the Properties for an object
|
![]() ![]() | GetProperties<(Of <<'(TObject>)>>)()()()() |
GetProperties gets a Dictionary of the Properties for an object
|
![]() ![]() | GetPropertyInfo | Obsolete. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | InitializeObject(Object) |
InitializeObject initialises all the properties of an object to their
Null Values.
|
![]() ![]() | InitializeObject(Object, Type) |
InitializeObject initialises all the properties of an object to their
Null Values.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Serialize | Obsolete. |
![]() ![]() | SerializeObject(Object, Stream) |
SerializeObject serializes an Object
|
![]() ![]() | SerializeObject(Object, TextWriter) |
SerializeObject serializes an Object
|
![]() ![]() | SerializeObject(Object, String) |
SerializeObject serializes an Object
|
![]() ![]() | SerializeObject(Object, XmlDocument) |
SerializeObject serializes an Object
|
![]() ![]() | SerializeObject(Object, XmlWriter) |
SerializeObject serializes an Object
|
![]() ![]() | SerializeSettings |
Iterates items in a IDictionary object and generates XML nodes
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |