ListObject Class
Contains the context of a list item from an adorned page. The ListObject provides the object identifier of an item in the list.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObject
Syntax
[SerializableAttribute]
public abstract class ListObject : MarshalByRefObject
[SerializableAttribute]
public ref class ListObject abstract : MarshalByRefObject
<SerializableAttribute>
Public MustInherit Class ListObject
Inherits MarshalByRefObject
Properties
Name | Description | |
---|---|---|
Id | Gets the ID. |
Methods
Name | Description | |
---|---|---|
AddMetadata(String, String) | Adds a key and value pair of metadata that can be used to track the state within the list object. |
|
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject.CreateObjRef(Type).) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetMetadata(String) | Returns the metadata value that is associated with the specified key. |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
RefreshUnderlyingObject() | Refreshes the object that this class represents. |
|
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.Adorners Namespace
Return to top