Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / EnumAsInt<T> Class / Assemble Method
the object to be cached
the owner of the cached object
In This Topic
    Assemble Method (EnumAsInt<T>)
    In This Topic
    Reconstruct an object from the cacheable representation. At the very least this method should perform a deep copy if the type is mutable. (optional operation)
    Syntax
    public object Assemble( 
       object cached,
       object owner
    )

    Parameters

    cached
    the object to be cached
    owner
    the owner of the cached object

    Return Value

    a reconstructed object from the cachable representation
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also