LinqToSalesforce
LinqToSalesforce Namespace
Module | Description |
Entities | |
FieldsProviders | |
Rest | |
Translator | |
TypeSystem | |
Visitor | |
GenerationTests |
LinqToSalesforce.BuiltinTypes Namespace
Type | Description |
Address | |
MultiSelectPicklist<'t> | |
MultiSelectPicklistConverter |
LinqToSalesforce.CsharpTests Namespace
Type | Description |
Basket | |
Customer | |
ExpressionLinqTests | |
FakeQueryContext | |
ODataHelpers | ExpressionHelpers: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.OData/OData/ExpressionHelpers.cs ExpressionHelperMethods: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.OData/OData/ExpressionHelperMethods.cs LinqParameterContainer: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.Http.OData/OData/Query/Expressions/LinqParameterContainer.cs |
QueryProviderTests | |
TranslationTests | |
VisitorODataTests | Tests verify how Visitor components handles scenarios introduced by WebAPI OData components. OData components use more complex approach to forming Expression, than usually done through Linq. Tests use original OData components to produce test expressions. |
VisitorTests | Tests verify how Visitor components handles standard linq expressions. |
ProviderImplementation Namespace
Type | Description |
RestApi | |
SalesforceProvider | |
TpContext |
ProviderImplementation.ProvidedTypes Namespace
Type | Description |
ProvidedAssembly | A provided generated assembly |
ProvidedConstructor | Represents an erased provided constructor. |
ProvidedEvent | Represents an erased provided property. |
ProvidedField | Represents an erased provided field. |
ProvidedLiteralField | Represents an erased provided field. |
ProvidedMeasureBuilder | Helps create erased provided unit-of-measure annotations. |
ProvidedMethod | |
ProvidedParameter | Represents an erased provided parameter |
ProvidedProperty | Represents an erased provided property. |
ProvidedStaticParameter | Represents a provided static parameter. |
ProvidedSymbolType | Represents an array or other symbolic type involving a provided type as the argument. See the type provider spec for the methods that must be implemented. Note that the type provider specification does not require us to implement pointer-equality for provided types. |
ProvidedTypeBuilder | Helpers to build symbolic provided types |
ProvidedTypeDefinition | Represents a provided type definition. |
SymbolKind | Represents the type constructor in a provided symbol type. |
TypeProviderForNamespaces | A base type providing default implementations of type provider functionality when all provided types are of type ProvidedTypeDefinition. |
SalesforceProvider Namespace
Type | Description |
SalesforceTypeProvider |
global Namespace
Module | Description |
Caching | |
CodeGeneration |