C# Class Apex.Search.SearchResults

Show file Open project: yallie/ApexSharp

Private Properties

Property Type Description

Public Methods

Method Description
SearchResults ( dynamic self ) : ApexSharp
clone ( ) : object
get ( string sObjectType ) : List

Method Details

SearchResults() public method

public SearchResults ( dynamic self ) : ApexSharp
self dynamic
return ApexSharp

clone() public method

public clone ( ) : object
return object

get() public method

public get ( string sObjectType ) : List
sObjectType string
return List