InterfaceIHtmlRecorderHost
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.UI.RecordingSurface
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[ServiceContract(Namespace = "http://artoftest.webaii.designcanvas.11", CallbackContract = typeof(IRecorderHostEventCallbacks))]
[ServiceKnownType("GetKnownTypes", typeof(Loader))]
public interface IHtmlRecorderHost : IRecorderHost
Derived Classes:
Inherited Members
Methods
GetHostType()
Get the host type.
GetSerializableTypes()
The client cannot instantiate all the types in its running assemblies, so we'll just inform it of the types that are serializable
GetUserSettings()
Get the current user settings from the host.
Declaration
cs-api-definition
[OperationContract]
UserSettings GetUserSettings()
Returns