Skip to main content
.NET 6.0+

ServerViewProperty Members

The ServerViewProperty stores information that specifies values to be loaded from the data server - property names, criteria, and sort order.

Constructors

Name Description
ServerViewProperty() Uses default settings to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, CriteriaOperator) Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, SortDirection, String) Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
ServerViewProperty(String, String) Uses specified name and property values to initialize a new ServerViewProperty instance.

Properties

Name Description
Name Gets or sets the property’s name.
Property Gets or sets the criteria to calculate property values.
Sorting Gets or sets the sort order for the property values to be retrieved from the data server.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when the Name, Property, or Sorting property’s value changes.
See Also