Partager via


ListColumnV2<TBusinessObject> Class

 

Represents additional features for a column in the list pane of the Dashboard.

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

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.ListColumn<TBusinessObject>
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.ListColumnV2<TBusinessObject>

Syntax

public class ListColumnV2<TBusinessObject> : ListColumn<TBusinessObject>, 
    IComparer
where TBusinessObject : class
generic<typename TBusinessObject>
where TBusinessObject : ref class
public ref class ListColumnV2 : ListColumn<TBusinessObject>, 
    IComparer
Public Class ListColumnV2(Of TBusinessObject As Class)
    Inherits ListColumn(Of TBusinessObject)
    Implements IComparer

Type Parameters

  • TBusinessObject
    The type of business object.

Constructors

Name Description
System_CAPS_pubmethod ListColumnV2<TBusinessObject>(String, Converter<TBusinessObject, String>)

Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name and display value provider.

System_CAPS_pubmethod ListColumnV2<TBusinessObject>(String, String)

Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name and property name.

System_CAPS_pubmethod ListColumnV2<TBusinessObject>(String, String, IFormatProvider, String)

Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name, property name, format provider, and format.

Properties

Name Description
System_CAPS_pubproperty AvailabilityProvider

Gets or sets the availablity provider.

System_CAPS_pubproperty Comparer

Gets or sets a delegate method that is used to define how the column sorts data.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty DefaultWidth

Gets or sets the default width of the ListColumn<TBusinessObject> in pixels.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty DisplayName

Gets the display name of the ListColumn<TBusinessObject> object.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty IconProvider

Gets or sets the delegate method that is used to associate an instance of a business object to the Icon that is displayed with the business object value.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty IsIconSpinning

Specifies whether the icon is spinning.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty IsRequired

Gets or sets whether the column is required to be displayed.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty IsVisibleByDefault

Gets or sets whether the column is visible by default.(Inherited from ListColumn<TBusinessObject>.)

System_CAPS_pubproperty SelectedIconProvider

Gets or sets the selected icon provider.(Inherited from ListColumn<TBusinessObject>.)

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

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 GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IComparer.Compare(Object, Object)

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.(Inherited from ListColumn<TBusinessObject>.)

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 Namespace

Return to top