Метод | Описание | |
---|---|---|
Add ( object entity ) : void | ||
IUpdatable ( ) : void | ||
IUpdatable ( object targetResource ) : void | ||
IUpdatable ( object targetResource, string propertyName, object resourceToBeAdded ) : void | ||
Remove ( object entity ) : void |
Метод | Описание | |
---|---|---|
AddEntityToContainer ( object entity ) : void | ||
FindContainerField ( |
||
IUpdatable ( IQueryable query, string fullTypeName ) : object | ||
IUpdatable ( object resource ) : object | ||
IUpdatable ( object targetResource, string propertyName ) : object | ||
IUpdatable ( string containerName, string fullTypeName ) : object | ||
NorthwindContext ( ) : System | ||
Populate ( ) : void | ||
RemoveEntityFromContainer ( object entity ) : void |
public IUpdatable ( object targetResource ) : void | ||
targetResource | object | |
Результат | void |
public IUpdatable ( object targetResource, string propertyName, object resourceToBeAdded ) : void | ||
targetResource | object | |
propertyName | string | |
resourceToBeAdded | object | |
Результат | void |