Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderStatusActionRepository Interface / Load Method
Value of OrderStatusId of the object to load.
Value of OrderActionId of the object to load.
In This Topic
    Load Method (IOrderStatusActionRepository)
    In This Topic
    Loads a OrderStatusAction object for given key from the database.
    Syntax
    [DataObjectMethod(DataObjectMethodType.Select)]
    OrderStatusAction Load( 
       int orderStatusId,
       short orderActionId
    )

    Parameters

    orderStatusId
    Value of OrderStatusId of the object to load.
    orderActionId
    Value of OrderActionId of the object to load.

    Return Value

    If the load is successful the newly loaded OrderStatusAction object is returned. If load fails null is returned.
    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