Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ServerViewProperty Constructors

The ServerViewProperty stores information that specifies values to be loaded from the data server - property names, criteria, and sort order.
Name Parameters Description
ServerViewProperty() none Uses default settings to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, CriteriaOperator) name, sorting, property Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, String) name, sorting, property Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, String) name, property Uses specified name and property values to initialize a new ServerViewProperty instance.
See Also