ListColumnV2<TBusinessObject> Class
Represents additional features for a column in the list pane of the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::ListColumn<TBusinessObject>
Microsoft.WindowsServerSolutions.Administration.ObjectModel::ListColumnV2<TBusinessObject>
| Name | Description | |
|---|---|---|
![]() | ListColumnV2<TBusinessObject>(String^, Converter<TBusinessObject, String^>^) | Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name and display value provider. |
![]() | ListColumnV2<TBusinessObject>(String^, String^) | Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name and property name. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | AvailabilityProvider | Gets or sets the availablity provider. |
![]() | Comparer | Gets or sets a delegate method that is used to define how the column sorts data.(Inherited from ListColumn<TBusinessObject>.) |
![]() | DefaultWidth | Gets or sets the default width of the ListColumn<TBusinessObject> in pixels.(Inherited from ListColumn<TBusinessObject>.) |
![]() | DisplayName | Gets the display name of the ListColumn<TBusinessObject> object.(Inherited from ListColumn<TBusinessObject>.) |
![]() | 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>.) |
![]() | IsIconSpinning | Specifies whether the icon is spinning.(Inherited from ListColumn<TBusinessObject>.) |
![]() | IsRequired | Gets or sets whether the column is required to be displayed.(Inherited from ListColumn<TBusinessObject>.) |
![]() | IsVisibleByDefault | Gets or sets whether the column is visible by default.(Inherited from ListColumn<TBusinessObject>.) |
![]() | SelectedIconProvider | Gets or sets the selected icon provider.(Inherited from ListColumn<TBusinessObject>.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




