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



Glossary Item Box

Object Model

SmartListMethod Class BaseContainer Class Filter 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 SmartListMethod 
   Inherits SmartMethodBase
   Implements SourceCode.SmartObjects.Client.BaseClasses.IDeepClone 
Visual Basic (Usage) Copy Code
Dim instance As SmartListMethod
C++/CLI  
[Serializable()]
public ref class SmartListMethod : public SmartMethodBase, SourceCode.SmartObjects.Client.BaseClasses.IDeepClone  

Inheritance Hierarchy

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

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