JAMS Developer Guide
BaseRef Class
Members 


MVPSI.JAMS Namespace : BaseRef Class
The BaseRef class is the base class for classes that describe a reference between JAMS objects.
Object Model
BaseRef Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public MustInherit Class BaseRef 
   Inherits BasePublicObject
'Usage
 
Dim instance As BaseRef
[System.Runtime.Serialization.DataContract()]
public abstract class BaseRef : BasePublicObject 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.BaseRef
         MVPSI.JAMS.AgentRef
         MVPSI.JAMS.BatchQueueRef
         MVPSI.JAMS.CredentialRef
         MVPSI.JAMS.FolderRef
         MVPSI.JAMS.JobRef
         MVPSI.JAMS.MethodRef
         MVPSI.JAMS.NamedTimeRef
         MVPSI.JAMS.ResourceRef
         MVPSI.JAMS.VariableRef

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

Reference

BaseRef Members
MVPSI.JAMS Namespace