Method | Description | |
---|---|---|
CreateContractFromEntity ( string serverId, |
Creates a Stump contract from a Stump data entity.
|
|
CreateEntityFromContract ( |
Creates a Stump data entity from a Stump contract.
|
Method | Description | |
---|---|---|
CreateNameValuePairFromHeaders ( IHttpHeaders headers ) : List |
Creates a list of T:Stumps.Server.Data.NameValuePairEntity objects a T:Stumps.IHttpHeaders object.
|
public static CreateContractFromEntity ( string serverId, |
||
serverId | string | The unique identifier for the server. |
entity | The |
|
dataAccess | IDataAccess | The data access provider used by the instance. |
return |
public static CreateEntityFromContract ( |
||
contract | The |
|
return |