MethodDefinitionType Enumeration
See Also 
SourceCode.SmartObjects.Authoring Namespace : MethodDefinitionType Enumeration



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Enum MethodDefinitionType 
   Inherits System.Enum
Visual Basic (Usage) Copy Code
Dim instance As MethodDefinitionType
C#  
public enum MethodDefinitionType : System.Enum 
C++/CLI  
public enum class MethodDefinitionType : public System.Enum 

Members

Member Description
create  
delete  
execute  
list  
read  
update  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.SmartObjects.Authoring.MethodDefinitionType

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