Skip to main content
.NET 6.0+

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