ListColumn<TBusinessObject> Class

 

Represents 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)

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

generic<typename TBusinessObject>
where TBusinessObject : ref class
public ref class ListColumn : MarshalByRefObject, IComparer

Type Parameters

TBusinessObject

Represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

NameDescription
System_CAPS_pubmethodListColumn<TBusinessObject>(String^, Converter<TBusinessObject, String^>^)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and a display value that is obtained from a delegate method. The delegate method converts the business object to a string that is used as the value that is displayed for business objects in the column.

System_CAPS_pubmethodListColumn<TBusinessObject>(String^, String^)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and the specified property name.

System_CAPS_pubmethodListColumn<TBusinessObject>(String^, String^, IFormatProvider^, String^)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and the specified property name. A format string and a format provider are also specified to format the column value.

NameDescription
System_CAPS_pubpropertyComparer

Gets or sets a delegate method that is used to define how the column sorts data.

System_CAPS_pubpropertyDefaultWidth

Gets or sets the default width of the ListColumn<TBusinessObject> in pixels.

System_CAPS_pubpropertyDisplayName

Gets the display name of the ListColumn<TBusinessObject> object.

System_CAPS_pubpropertyIconProvider

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.

System_CAPS_pubpropertyIsIconSpinning

Specifies whether the icon is spinning.

System_CAPS_pubpropertyIsRequired

Gets or sets whether the column is required to be displayed.

System_CAPS_pubpropertyIsVisibleByDefault

Gets or sets whether the column is visible by default.

System_CAPS_pubpropertySelectedIconProvider

Gets or sets the selected icon provider.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIComparer::Compare(Object^, Object^)

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

A ListColumn<TBusinessObject> object must be added to a ListColumnCollection<TBusinessObject> to be displayed in the list pane of the Dashboard.

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

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

Return to top

Community Additions

ADD
Show: