3dak Client

ShopManagement.DeleteMandator Method 

Deletes a Mandator from the System.

[Visual Basic]
Public Sub DeleteMandator( _ 
   ByVal Mandantor As Mandantor _ 
)
[C#]
public void DeleteMandator(
   Mandantor Mandantor
);
[C++]
public: void DeleteMandator(
   Mandantor* Mandantor
);
[JScript]
public function DeleteMandator(
   Mandantor Mandantor
);

Parameters

Mandator
Mandator to delete

Remarks

Only works if Mandator has no Orders. Requires Authorization Context

Exceptions

Exception TypeCondition
InvalidOperationExceptionIndicates that Mandator has already recieved Orders
InvalidCredentialExceptionIndicates that no Authorization Context was provided

See Also

ShopManagement Class | ppm3dakClient.Shop Namespace | Mandantor | Orders