Method | Description | |
---|---|---|
GetType ( string fullTypeName ) : System.Type |
A Utility method used to retrieve a System.Type from a type name.
|
|
GetType ( string containerName, string fullTypeName ) : System.Type |
A Utility method used to retrieve a System.Type from a type name.
|
|
IUpdatable ( ) : void | ||
IUpdatable ( object targetResource ) : void | ||
IUpdatable ( object targetResource, string propertyName, object resourceToBeAdded ) : void | ||
SaveEntity ( ODataOperation operation, object entity ) : void |
This method is called when pending changes on an entity need to be persisted to the backing store.
|
|
WhippedCreamUpdatableContext ( IUnityContainer container ) : System.Collections |
Constructor.
|
Method | Description | |
---|---|---|
IUpdatable ( System query, string fullTypeName ) : object | ||
IUpdatable ( object resource ) : object | ||
IUpdatable ( object targetResource, string propertyName ) : object | ||
IUpdatable ( string containerName, string fullTypeName ) : object |
public GetType ( string fullTypeName ) : System.Type | ||
fullTypeName | string | The full type name. |
return | System.Type |
public abstract GetType ( string containerName, string fullTypeName ) : System.Type | ||
containerName | string | The name of the entity set that is serving the type. |
fullTypeName | string | The full type name. |
return | System.Type |
public IUpdatable ( object targetResource ) : void | ||
targetResource | object | |
return | void |
public IUpdatable ( object targetResource, string propertyName, object resourceToBeAdded ) : void | ||
targetResource | object | |
propertyName | string | |
resourceToBeAdded | object | |
return | void |
public abstract SaveEntity ( ODataOperation operation, object entity ) : void | ||
operation | ODataOperation | The type of operation the save is envoking. |
entity | object | The entity to perform the save on. |
return | void |
public WhippedCreamUpdatableContext ( IUnityContainer container ) : System.Collections | ||
container | IUnityContainer | The IOC Container used for dependency injection. |
return | System.Collections |