EntitySelector Class

 

Represents a component service that instructs the Dashboard to select objects.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices.EntitySelector

Syntax

public sealed class EntitySelector : MarshalByRefObject
public ref class EntitySelector sealed : MarshalByRefObject
Public NotInheritable Class EntitySelector
    Inherits MarshalByRefObject

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod RefreshSelection()

Refreshes the selection.

System_CAPS_pubmethod SelectEntity(Object)

Instructs the Dashboard to select the specified business object.

System_CAPS_pubmethod SelectEntity(String)

Instructs the Dashboard to select an object based on the specified ID.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace

Return to top