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 | |
---|---|---|
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
|
RefreshSelection() | Refreshes the selection. |
|
SelectEntity(Object) | Instructs the Dashboard to select the specified business object. |
|
SelectEntity(String) | Instructs the Dashboard to select an object based on the specified ID. |
|
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