Property | Type | Description | |
---|---|---|---|
CreateNewUpdateRelationship | |||
OnTransactionExecuting | void |
Method | Description | |
---|---|---|
ConnectNode ( ConnectionType connectionType, INode node, TransactionFramework &chain ) : void | ||
Delete ( TransactionFramework &chain ) : void | ||
LoadRelationship ( |
||
ProcessDelayedActions ( ) : void |
TODO: I don't like how this is public.
|
|
SoapRelationship ( IMapManager mapManager ) : System | ||
SoapRelationship ( InProcess inProcessRelationship, ServerObjects serviceRelationship ) : System | ||
Update ( RelationshipType relationshipType, TransactionFramework &chain ) : void | ||
UpdateRelationship ( ServerObjects serviceRelationship ) : void |
Method | Description | |
---|---|---|
CreateNewUpdateRelationship ( ) : |
||
OnTransactionExecuting ( object sender, System e ) : void |
public ConnectNode ( ConnectionType connectionType, INode node, TransactionFramework &chain ) : void | ||
connectionType | ConnectionType | |
node | INode | |
chain | TransactionFramework | |
return | void |
public Delete ( TransactionFramework &chain ) : void | ||
chain | TransactionFramework | |
return | void |
public LoadRelationship ( |
||
nodeManager | ||
return | bool |
public SoapRelationship ( IMapManager mapManager ) : System | ||
mapManager | IMapManager | |
return | System |
public SoapRelationship ( InProcess inProcessRelationship, ServerObjects serviceRelationship ) : System | ||
inProcessRelationship | InProcess | |
serviceRelationship | ServerObjects | |
return | System |
public Update ( RelationshipType relationshipType, TransactionFramework &chain ) : void | ||
relationshipType | RelationshipType | |
chain | TransactionFramework | |
return | void |
public UpdateRelationship ( ServerObjects serviceRelationship ) : void | ||
serviceRelationship | ServerObjects | |
return | void |