Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / EnumAsInt<T> Class / Disassemble Method
the object to be cached
In This Topic
    Disassemble Method (EnumAsInt<T>)
    In This Topic
    Transform the object into its cacheable representation. At the very least this method should perform a deep copy if the type is mutable. That may not be enough for some implementations, however; for example, associations must be cached as identifier values. (optional operation)
    Syntax
    public object Disassemble( 
       object value
    )

    Parameters

    value
    the object to be cached

    Return Value

    a cacheable representation of the object
    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