CustomGetObjectsQueryEventArgs Class
Event arguments for CustomGetObjectsQuery and CustomGetObjectsQuery.
Namespace:
Xafari.BC
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
public class CustomGetObjectsQueryEventArgs : HandledEventArgs
Public Class CustomGetObjectsQueryEventArgs
Inherits HandledEventArgs
End Class
Name | Description | |
---|---|---|
![]() |
CustomGetObjectsQueryEventArgs(DataAccessor, bool) |
Name | Description | |
---|---|---|
![]() |
DataAccessor | This DataAccessor raises event. |
![]() |
DataType | Data type to customize query. |
![]() |
InTransaction | Gets inTransaction value. |
![]() |
Query | Query to customize. |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.BC.CustomGetObjectsQueryEventArgs