XafDataView Members
In This Article
#Constructors
Name | Description |
---|---|
Xaf |
Initializes a new instance of the Xaf |
#Properties
Name | Description |
---|---|
Allow |
Gets whether you can update data records. This method always returns false because the list represented by Xaf |
Allow |
Gets whether you can add data records. This method always returns false because the list represented by Xaf |
Allow |
Gets whether you can update data records. This method always returns false because the list represented by Xaf |
Count |
Gets the number of data records contained in the Xaf |
Criteria | Specifies criteria used to filter the data view at the server side. |
Expressions | Specifies data view column names and expressions used to compute column values. |
Is |
Gets a value indicating whether the data view has a fixed size. This property value is always false because the list represented by Xaf |
Is |
Gets a value that indicates whether or not the data records list cached by Xaf |
Is |
Gets a value indicating whether the list repersented by Xaf |
Is |
Gets a value indicating whether access to the data view is synchronized. This method always returns false |
Item[Int32] | Gets the data record at the specified index. |
Object |
Gets the Object Space used to query data by the current Xaf |
Object |
Gets the type of business objects that are queried by Xaf |
Sorting | Specifies the sorted columns within the data view. |
Sync |
Gets an object that can be used to synchronize access to the data view. Always returns the Xaf |
Top |
Specifies the number of data records retrieved by the Xaf |
#Methods
Name | Description |
---|---|
Add |
This method is required to provide IList support. It always throws a Not |
Clear() |
This method is required to provide the IList support. It always throws a Not |
Contains |
Determines whether the Xaf |
Copy |
Copies the data records to an array, starting at a particular array index. |
Dispose() |
Releases all resources used by the Xaf |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Finds the expression by its name in the current Xaf |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of a specific data record in the Xaf |
Insert |
This method is required to provide IList support. It always throws a Not |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() | Clears the data records cache. |
Remove |
This method is required to provide IList support. It always throws a Not |
Remove |
This method is required to provide IList support. It always throws a Not |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
List |
Occurs when the data records list is changed. |
See Also