Enum IvQueryMapping
Defines the different supported mappings for the Linq parser
Namespace: ImageVault.Client.Query.Parser
Assembly: ImageVault.Client.dll
Syntax
public enum IvQueryMapping
Fields
| Name | Description |
|---|---|
| ApplyEffects | ApplyEffects |
| Contains | Maps Contains method calls |
| ContainsAll | Maps the ContainsAll method call |
| Crop | Crop |
| DisableHtml | if html rendering on server should be disabled |
| Equals | Map Equals BinaryExpressions |
| IgnoreClientCache | IgnoreClientCache |
| InAgreement | In agreement |
| Include | Maps Include method calls |
| InCollection | In collection |
| OrderBy | Maps the OrderBy method |
| OrderByDescending | Maps the OrderByDescending method |
| Resize | Resize method |
| SearchFor | Maps the SearchFor method call |
| SetItems | SetItems |
| UsedOn | Marks a media used on the supplied details |
| UseFormat | UseFormat |
| WhereCustom | Maps the Where(custom) method |