AdvantageModuleEngine..::..GetPublishedObjectsBykey Method
Overload List
| Name | Description | |
|---|---|---|
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, String) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, DateTime) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(List<(Of <<'(ObjectKeyCriteria>)>>)) | 
                         
   Gets the published objects by matching criteria (Inner Join)
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Int32) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Guid) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Boolean) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    
| 
                         | 
                      GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Decimal) | 
                         
   Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
   Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
    
                       | 
                    

