NameGenerationService Class
Members See Also 
SourceCode.Workflow.Authoring.Design Namespace : NameGenerationService Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class NameGenerationService 
   Inherits SourceCode.Framework.Design.NameCreationService
Visual Basic (Usage) Copy Code
Dim instance As NameGenerationService
C#  
public sealed class NameGenerationService : SourceCode.Framework.Design.NameCreationService 
C++/CLI  
public ref class NameGenerationService sealed : public SourceCode.Framework.Design.NameCreationService 

Inheritance Hierarchy

System.Object
   SourceCode.Framework.Design.NameCreationService
      SourceCode.Workflow.Authoring.Design.NameGenerationService

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also