DocsMarshal
/
Types
/
DocsMarshal.Entities.Interfaces.IQueryProfile
interface
IQueryProfile
Implemented interfaces:
IQuery<S,W,O>
Derived types:
QueryProfile
Properties
IDictionary
<
Int32
,
String
>
AvaiableClassTypes
{ get; }
IDictionary
<
Int32
,
String
>
AvaiableDomains
{ get; }
IDictionary
<
Int32
,
String
>
AvaiableObjectStates
{ get; }
List
<
QueryDynAss
>
DynAsses
{ get; set; }
List
<
FieldDescriptor
>
FieldsDescriptor
{ get; }
List
<
Language
>
Languages
{ get; }
List
<
DomainClassTypeObjectStateGrantForUser
>
ReadGrant
{ get; }
IDictionary
<
Int32
,
String
>
SelectableClassTypes
{ get; }
IDictionary
<
Int32
,
String
>
SelectableDomains
{ get; }
IDictionary
<
Int32
,
String
>
SelectableObjectStates
{ get; }
DMCollection<
Int32
>
SelectedClassTypeId
{ get; }
DMCollection<
Int32
>
SelectedDomainId
{ get; }
DMCollection<
Int32
>
SelectedObjectStateId
{ get; }
Boolean
ShowLanguages
{ get; }
Top