Partager via


ListColumnV2<TBusinessObject> Constructor

 

Creates a new instance of the ListColumnV2<TBusinessObject> object.

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

Overload List

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.

See Also

ListColumnV2<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top