메소드 | 설명 | |
---|---|---|
Create ( |
Create a new business object.
|
|
Delete ( |
Delete a business object.
|
|
Fetch ( |
Get an existing business object.
|
|
Update ( object obj, Csla.Server.DataPortalContext context, bool isSync ) : Task |
Update a business object.
|
메소드 | 설명 | |
---|---|---|
InvokeMethod ( string factoryTypeName, DataPortalOperations operation, string methodName, |
||
InvokeMethod ( string factoryTypeName, DataPortalOperations operation, string methodName, |
public Create ( |
||
objectType | Type of business object to create. | |
criteria | object | Criteria object describing business object. |
context | Csla.Server.DataPortalContext |
/// |
isSync | bool | True if the client-side proxy should synchronously invoke the server. |
리턴 | Task |
public Delete ( |
||
objectType | Type of business object to create. | |
criteria | object | Criteria object describing business object. |
context | Csla.Server.DataPortalContext |
/// |
isSync | bool | True if the client-side proxy should synchronously invoke the server. |
리턴 | Task |
public Fetch ( |
||
objectType | Type of business object to retrieve. | |
criteria | object | Criteria object describing business object. |
context | Csla.Server.DataPortalContext |
/// |
isSync | bool | True if the client-side proxy should synchronously invoke the server. |
리턴 | Task |
public Update ( object obj, Csla.Server.DataPortalContext context, bool isSync ) : Task |
||
obj | object | Business object to update. |
context | Csla.Server.DataPortalContext |
/// |
isSync | bool | True if the client-side proxy should synchronously invoke the server. |
리턴 | Task |