Interface IIvExpressionParser
The IIVExpressionParser interface
Namespace: ImageVault.Client.Query.Parser
Assembly: ImageVault.Client.dll
Syntax
public interface IIvExpressionParser
Properties
Client
Get/Sets the Client of the IIVExpressionParser
Declaration
IClient Client { get; set; }
Property Value
Type | Description |
---|---|
IClient |
Methods
GetResultFromServer(Type)
Gets the result from the server
Declaration
IQueryable GetResultFromServer(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The System.Type of items for the result to get |
Returns
Type | Description |
---|---|
System.Linq.IQueryable | An System.Linq.IQueryable containing the result |