XPObjectSourceProperty Members
Stores information on persistent object’s properties loaded to XPObjectSource.Constructors
| Name | Description |
|---|---|
| XPObjectSourceProperty() | Initializes a new instance of the XPObjectSourceProperty class. |
Properties
| Name | Description |
|---|---|
| Fetch | Specifies if the current XPObjectSourceProperty should be loaded from the data source. |
| Group | Specifies if the XPObjectSourcePropertiesCollection should be sorted by the current XPObjectSourceProperty. |
| Name | Specifies the property name. |
| Property | Specifies the CriteriaOperator used to calculate the property value. |
| PropertyString | Specifies the string criteria used to calculate the property value. |
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. |
See Also