WorkflowDesignerLoader Class
.NET Framework 3.0
Provides common designer loader functionality that can be used to implement custom workflow designer loaders.
Namespace: System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Designer loader classes are used to load the designer and save any changes to the state of the designer when the user so instructs. The WorkflowDesignerLoader class can be implemented to support custom loading of a workflow designer and workflow designer components. A workflow designer loader is also responsible for writing changes to an open document back to the storage the loader used when loading the document after the Flush method is called.
Notes to Inheritors: When you inherit from WorkflowDesignerLoader, you must override the following members: FileName, ForceReload, GetFileReader and GetFileWriter. System.Object
System.ComponentModel.Design.Serialization.DesignerLoader
System.ComponentModel.Design.Serialization.BasicDesignerLoader
System.Workflow.ComponentModel.Design.WorkflowDesignerLoader
System.ComponentModel.Design.Serialization.DesignerLoader
System.ComponentModel.Design.Serialization.BasicDesignerLoader
System.Workflow.ComponentModel.Design.WorkflowDesignerLoader
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: