|
M
CanExecute(IExternalServer, Document, IExternalData)
|
Boolean
|
Implement this to test whether a particular server should be executed.
|
|
|
M
Execute(IExternalServer, Document, IExternalData)
|
Boolean
|
Implement this method to execute the given server. (Inherited from IExternalService )
|
IExternalService
|
|
M
GetDescription()
|
String
|
Implement this method to return a description of the service. (Inherited from IExternalService )
|
IExternalService
|
|
M
GetName()
|
String
|
Implement this method to return the name of the service. (Inherited from IExternalService )
|
IExternalService
|
|
M
GetServiceId()
|
ExternalServiceId
|
Implement this method to return the unique Id of the service. (Inherited from IExternalService )
|
IExternalService
|
|
M
GetVendorId()
|
String
|
Implement this method to return the vendor Id of the service. (Inherited from IExternalService )
|
IExternalService
|
|
M
IsValidServer(IExternalServer)
|
Boolean
|
Implement this method to check if the given instance represents a valid server of this service. (Inherited from IExternalService )
|
IExternalService
|
|
M
OnServersChanged(Document, ServerChangeCause, IList<Guid>)
|
None
|
Implement this method to handle situations when servers for the service have changed. (Inherited from IExternalService )
|
IExternalService
|
|
M
OnServersDisparity(Document, IList<Guid>)
|
DisparityResponse
|
Implements this method to get notified that the servers in a just
opened document differ from those currently set as active for the service. (Inherited from IExternalService )
|
IExternalService
|