QuickObjects.ObjectBase Send comments on this topic.
InitializeObject Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : InitializeObject Method

InitializeObject

Loads all the default values from the configuration file. This method only needs to be called once during the lifetime of the business object. This method can be overridden from any of the inheriting classes. This can be useful if you have a need to store the default values in a different configuration store. For example, you can store the default values for the configurable properties in database, external xml or text file or any other storage of your choice and you can override this method and perform reading of values and supplying the read values into the configurable properties of this object.

Syntax

C# 
public virtual void InitializeObject()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also