Compartilhar via


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
System_CAPS_pubproperty Id

Gets the ID.

Methods

Name Description
System_CAPS_pubmethod AddMetadata(String, String)

Adds a key and value pair of metadata that can be used to track the state within the list object.

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetMetadata(String)

Returns the metadata value that is associated with the specified key.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod RefreshUnderlyingObject()

Refreshes the object that this class represents.

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.Adorners Namespace

Return to top