Initialize Method
This method follows the "Template Method" pattern, enforcing the initialization pattern.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
obj As Object _
)
'Usage
Dim obj As Object
Me.Initialize(obj)
protected void Initialize(
Object obj
)
protected:
void Initialize(
Object^ obj
)
protected function Initialize(
obj : Object
)
Parameters
- obj
Type: System..::.Object
The Catalog object to initialize.
Remarks
Initializes the object with nullNothingnullptra null reference (Nothing in Visual Basic) data. Clears any changes to the object, fixes the missing values in the proxy data object and initializes the event handlers.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.