SmartMethod Class
Members See Also 
SourceCode.SmartObjects.Client Namespace : SmartMethod Class



Glossary Item Box

Object Model

SmartMethod Class BaseContainer Class PropertyReferenceCollection Class SmartProperty Class MetaData Class SmartParameterCollection Class SmartParameter Class SmartObject Class PropertyReferenceCollection Class SmartProperty Class PropertyReferenceCollection Class SmartProperty Class SmartObject Class

Syntax

Visual Basic (Declaration)  
<SerializableAttribute()>
Public Class SmartMethod 
   Inherits SmartMethodBase
   Implements SourceCode.SmartObjects.Client.BaseClasses.IDeepClone 
Visual Basic (Usage) Copy Code
Dim instance As SmartMethod
C++/CLI  
[Serializable()]
public ref class SmartMethod : public SmartMethodBase, SourceCode.SmartObjects.Client.BaseClasses.IDeepClone  

Inheritance Hierarchy

System.Object
   SourceCode.SmartObjects.Client.BaseClasses.BaseContainer
      SourceCode.SmartObjects.Client.SmartMethodBase
         SourceCode.SmartObjects.Client.SmartMethod

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