Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / SearchResult Class / SearchResult Constructor / SearchResult Constructor(Int32,String,Entity)
The ID of the result entity.
The name of the result entity.
The result entity.
In This Topic
    SearchResult Constructor(Int32,String,Entity)
    In This Topic
    Initializes a new instance of the SearchResult class.
    Syntax
    public SearchResult( 
       int id,
       string name,
       Entity entity
    )

    Parameters

    id
    The ID of the result entity.
    name
    The name of the result entity.
    entity
    The result entity.
    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