SmartObjectGridViewServiceMethod Constructor
See Also 
SourceCode.SmartObjects.Authoring Namespace > SmartObjectGridViewServiceMethod Class : SmartObjectGridViewServiceMethod Constructor



executionBlock

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal executionBlock As ExecutionBlock _
)
Visual Basic (Usage) Copy Code
Dim executionBlock As ExecutionBlock
 
Dim instance As New SmartObjectGridViewServiceMethod(executionBlock)
C#  
public SmartObjectGridViewServiceMethod( 
   ExecutionBlock executionBlock
)
C++/CLI  
public:
SmartObjectGridViewServiceMethod( 
   ExecutionBlock^ executionBlock
)

Parameters

executionBlock

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