Share via


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

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

See Also

Reference

CatalogObject Class

CatalogObject Members

Microsoft.CommerceServer.Catalog Namespace