POST Visual/getQueryList
查询列表列信息
Request Information
URI Parameters
None.
Body Parameters
VisualQueryReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fClassId | string |
None. |
|
| listDetail | Collection of QueryDetail |
None. |
|
| fSchemeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fClassId": "sample string 1",
"listDetail": [
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
},
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
}
],
"fSchemeId": 2
}
application/xml, text/xml
Sample:
<VisualQueryReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
<fClassId>sample string 1</fClassId>
<fSchemeId>2</fSchemeId>
<listDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
</listDetail>
</VisualQueryReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QueryListResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fTitle | string |
None. |
|
| result | Collection of t_ClassInfoVisList |
None. |
|
| listDic | Collection of DicDetail |
None. |
|
| fRowHeight | integer |
None. |
|
| fPageSize | integer |
None. |
|
| fPageSizeList | Collection of integer |
None. |
|
| listEntrySel | Collection of EntrySel |
None. |
|
| fEntryField | string |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fTitle": "sample string 1",
"result": [
{
"fHide": true,
"fIsEntry": true,
"fVisAppIndex": 3,
"fVisibleInLeftList": true,
"fFilterIndex": 5,
"fVisibleListTop": 6,
"fVisibleListLeft": 7,
"fVisibleListWidth": 8.0,
"fVisibleListHeight": 9.0,
"fFormat": "sample string 10",
"fAction": "sample string 11",
"fBillTypeId": 12,
"fCaption": "sample string 13",
"fCapWidth": 14,
"fColumn": "sample string 15",
"fContainer": "sample string 16",
"fCtlType": 17,
"fDecimal": "sample string 18",
"fDefaultValue": "sample string 19",
"fEnableIndex": 20,
"fFieldLength": "sample string 21",
"fFieldName": "sample string 22",
"fFieldType": "sample string 23",
"fFilter": "sample string 24",
"fFont": "sample string 25",
"fHeight": 26,
"fIndex": 27,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 31",
"fJoinMode": 32,
"fLeft": 33,
"fLine": 34,
"fList": "sample string 35",
"fListAction": "sample string 36",
"fListWidth": 37.0,
"fListCtlType": 38,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 41,
"fRelation": "sample string 42",
"fSaveRule": "sample string 43",
"fScale": "sample string 44",
"fSearch": 45,
"fSearchType": 46,
"fSrcTable": "sample string 47",
"fSrvOtherField": "sample string 48",
"fSrcTableAlias": "sample string 49",
"fSrvDspField": "sample string 50",
"fSrvValueField": "sample string 51",
"fTabIndex": 52,
"fTop": 53,
"fVisIndex": 54,
"fWidth": 55,
"fListStyle": "sample string 56",
"fEntryStyle": "sample string 57",
"fFormStyle": "sample string 58",
"fIsPublish": true,
"fAlign": 60,
"fFreeze": 61,
"fVisible": 62,
"fSignKey": "sample string 63",
"fRegExType": "sample string 64",
"fRegEx": "sample string 65",
"fCaptcha": true,
"fCapListWidth": 67.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 69",
"fCoverCorpSbj": true,
"fConditioinId": 71,
"fCopy": true,
"fImpCaption": "sample string 73",
"fImpSrvDspField": "sample string 74",
"fEntrySelBillTypeId": 75,
"fEntryFieldName": "sample string 76",
"fSearchTypeId": 77,
"fIsUseCanModify": true,
"fGroupType": 79,
"fShowInLeftTree": true,
"fImageMaxWidth": 81,
"fImageMaxHeight": 82,
"fRegMessage": "sample string 83",
"fTarDecimalField": "sample string 84",
"fTarEnableField": "sample string 85",
"fTarMustInputField": "sample string 86",
"fTarClearField": "sample string 87",
"fTarSearchField": "sample string 88",
"fMaxDynCnt": 89,
"fDynRowPageIndex": 90,
"fDynColPageIndexs": "sample string 91",
"fNeedDyn": true,
"fDynCaption": "sample string 93",
"fZeroShow": true,
"fGroupHead": "sample string 95",
"fGroupBy": "sample string 96",
"fDtlColumn": 97,
"fFixedRowPageIndex": "sample string 98",
"fIsAmount": true,
"fDtlColumnDec": 100.0
},
{
"fHide": true,
"fIsEntry": true,
"fVisAppIndex": 3,
"fVisibleInLeftList": true,
"fFilterIndex": 5,
"fVisibleListTop": 6,
"fVisibleListLeft": 7,
"fVisibleListWidth": 8.0,
"fVisibleListHeight": 9.0,
"fFormat": "sample string 10",
"fAction": "sample string 11",
"fBillTypeId": 12,
"fCaption": "sample string 13",
"fCapWidth": 14,
"fColumn": "sample string 15",
"fContainer": "sample string 16",
"fCtlType": 17,
"fDecimal": "sample string 18",
"fDefaultValue": "sample string 19",
"fEnableIndex": 20,
"fFieldLength": "sample string 21",
"fFieldName": "sample string 22",
"fFieldType": "sample string 23",
"fFilter": "sample string 24",
"fFont": "sample string 25",
"fHeight": 26,
"fIndex": 27,
"fIsSql": true,
"fSave": true,
"fIsMe": true,
"fJoin": "sample string 31",
"fJoinMode": 32,
"fLeft": 33,
"fLine": 34,
"fList": "sample string 35",
"fListAction": "sample string 36",
"fListWidth": 37.0,
"fListCtlType": 38,
"fMustInput": true,
"fNeedCount": true,
"fPageIndex": 41,
"fRelation": "sample string 42",
"fSaveRule": "sample string 43",
"fScale": "sample string 44",
"fSearch": 45,
"fSearchType": 46,
"fSrcTable": "sample string 47",
"fSrvOtherField": "sample string 48",
"fSrcTableAlias": "sample string 49",
"fSrvDspField": "sample string 50",
"fSrvValueField": "sample string 51",
"fTabIndex": 52,
"fTop": 53,
"fVisIndex": 54,
"fWidth": 55,
"fListStyle": "sample string 56",
"fEntryStyle": "sample string 57",
"fFormStyle": "sample string 58",
"fIsPublish": true,
"fAlign": 60,
"fFreeze": 61,
"fVisible": 62,
"fSignKey": "sample string 63",
"fRegExType": "sample string 64",
"fRegEx": "sample string 65",
"fCaptcha": true,
"fCapListWidth": 67.0,
"fIsFieldAuth": true,
"fY1SQL": "sample string 69",
"fCoverCorpSbj": true,
"fConditioinId": 71,
"fCopy": true,
"fImpCaption": "sample string 73",
"fImpSrvDspField": "sample string 74",
"fEntrySelBillTypeId": 75,
"fEntryFieldName": "sample string 76",
"fSearchTypeId": 77,
"fIsUseCanModify": true,
"fGroupType": 79,
"fShowInLeftTree": true,
"fImageMaxWidth": 81,
"fImageMaxHeight": 82,
"fRegMessage": "sample string 83",
"fTarDecimalField": "sample string 84",
"fTarEnableField": "sample string 85",
"fTarMustInputField": "sample string 86",
"fTarClearField": "sample string 87",
"fTarSearchField": "sample string 88",
"fMaxDynCnt": 89,
"fDynRowPageIndex": 90,
"fDynColPageIndexs": "sample string 91",
"fNeedDyn": true,
"fDynCaption": "sample string 93",
"fZeroShow": true,
"fGroupHead": "sample string 95",
"fGroupBy": "sample string 96",
"fDtlColumn": 97,
"fFixedRowPageIndex": "sample string 98",
"fIsAmount": true,
"fDtlColumnDec": 100.0
}
],
"listDic": [
{
"fPageIndex": 1,
"fTitle": "sample string 2",
"fIsEntry": true
},
{
"fPageIndex": 1,
"fTitle": "sample string 2",
"fIsEntry": true
}
],
"fRowHeight": 2,
"fPageSize": 3,
"fPageSizeList": [
1,
2
],
"listEntrySel": [
{
"fPageIndex": 1,
"fFieldName": "sample string 2",
"fEntrySelBillTypeId": 3,
"fEntryFieldName": "sample string 4"
},
{
"fPageIndex": 1,
"fFieldName": "sample string 2",
"fEntrySelBillTypeId": 3,
"fEntryFieldName": "sample string 4"
}
],
"fEntryField": "sample string 4",
"error": 5,
"Msg": "sample string 6"
}
application/xml, text/xml
Sample:
<QueryListResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 6</Msg>
<error>5</error>
<fEntryField>sample string 4</fEntryField>
<fPageSize>3</fPageSize>
<fPageSizeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</fPageSizeList>
<fRowHeight>2</fRowHeight>
<fTitle>sample string 1</fTitle>
<listDic xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:DicDetail>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:DicDetail>
<d2p1:DicDetail>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:DicDetail>
</listDic>
<listEntrySel xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:EntrySel>
<d2p1:fEntryFieldName>sample string 4</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>3</d2p1:fEntrySelBillTypeId>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
</d2p1:EntrySel>
<d2p1:EntrySel>
<d2p1:fEntryFieldName>sample string 4</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>3</d2p1:fEntrySelBillTypeId>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
</d2p1:EntrySel>
</listEntrySel>
<result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassInfoVisList>
<d2p1:fAction>sample string 11</d2p1:fAction>
<d2p1:fAlign>60</d2p1:fAlign>
<d2p1:fBillTypeId>12</d2p1:fBillTypeId>
<d2p1:fCapListWidth>67</d2p1:fCapListWidth>
<d2p1:fCapWidth>14</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 13</d2p1:fCaption>
<d2p1:fColumn>sample string 15</d2p1:fColumn>
<d2p1:fConditioinId>71</d2p1:fConditioinId>
<d2p1:fContainer>sample string 16</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>17</d2p1:fCtlType>
<d2p1:fDecimal>sample string 18</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 19</d2p1:fDefaultValue>
<d2p1:fDtlColumn>97</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>100</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 93</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 91</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>90</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>20</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 76</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>75</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 57</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 21</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 22</d2p1:fFieldName>
<d2p1:fFieldType>sample string 23</d2p1:fFieldType>
<d2p1:fFilter>sample string 24</d2p1:fFilter>
<d2p1:fFilterIndex>0</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 98</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 25</d2p1:fFont>
<d2p1:fFormStyle>sample string 58</d2p1:fFormStyle>
<d2p1:fFormat>sample string 10</d2p1:fFormat>
<d2p1:fFreeze>61</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 96</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 95</d2p1:fGroupHead>
<d2p1:fGroupType>79</d2p1:fGroupType>
<d2p1:fHeight>26</d2p1:fHeight>
<d2p1:fImageMaxHeight>82</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>81</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 73</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 74</d2p1:fImpSrvDspField>
<d2p1:fIndex>27</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 31</d2p1:fJoin>
<d2p1:fJoinMode>32</d2p1:fJoinMode>
<d2p1:fLeft>33</d2p1:fLeft>
<d2p1:fLine>34</d2p1:fLine>
<d2p1:fList>sample string 35</d2p1:fList>
<d2p1:fListAction>sample string 36</d2p1:fListAction>
<d2p1:fListCtlType>38</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 56</d2p1:fListStyle>
<d2p1:fListWidth>37</d2p1:fListWidth>
<d2p1:fMaxDynCnt>89</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>41</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 65</d2p1:fRegEx>
<d2p1:fRegExType>sample string 64</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 83</d2p1:fRegMessage>
<d2p1:fRelation>sample string 42</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 43</d2p1:fSaveRule>
<d2p1:fScale>sample string 44</d2p1:fScale>
<d2p1:fSearch>45</d2p1:fSearch>
<d2p1:fSearchType>46</d2p1:fSearchType>
<d2p1:fSearchTypeId>77</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 63</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 47</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 49</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 50</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 48</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 51</d2p1:fSrvValueField>
<d2p1:fTabIndex>52</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 87</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 84</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 85</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 86</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 88</d2p1:fTarSearchField>
<d2p1:fTop>53</d2p1:fTop>
<d2p1:fVisIndex>54</d2p1:fVisIndex>
<d2p1:fVisible>62</d2p1:fVisible>
<d2p1:fWidth>55</d2p1:fWidth>
<d2p1:fY1SQL>sample string 69</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
<d2p1:fFilterIndex>5</d2p1:fFilterIndex>
<d2p1:fHide>false</d2p1:fHide>
<d2p1:fVisAppIndex>3</d2p1:fVisAppIndex>
<d2p1:fVisibleInLeftList>true</d2p1:fVisibleInLeftList>
<d2p1:fVisibleListHeight>9</d2p1:fVisibleListHeight>
<d2p1:fVisibleListLeft>7</d2p1:fVisibleListLeft>
<d2p1:fVisibleListTop>6</d2p1:fVisibleListTop>
<d2p1:fVisibleListWidth>8</d2p1:fVisibleListWidth>
<d2p1:fHide>true</d2p1:fHide>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
</d2p1:t_ClassInfoVisList>
<d2p1:t_ClassInfoVisList>
<d2p1:fAction>sample string 11</d2p1:fAction>
<d2p1:fAlign>60</d2p1:fAlign>
<d2p1:fBillTypeId>12</d2p1:fBillTypeId>
<d2p1:fCapListWidth>67</d2p1:fCapListWidth>
<d2p1:fCapWidth>14</d2p1:fCapWidth>
<d2p1:fCaptcha>true</d2p1:fCaptcha>
<d2p1:fCaption>sample string 13</d2p1:fCaption>
<d2p1:fColumn>sample string 15</d2p1:fColumn>
<d2p1:fConditioinId>71</d2p1:fConditioinId>
<d2p1:fContainer>sample string 16</d2p1:fContainer>
<d2p1:fCopy>true</d2p1:fCopy>
<d2p1:fCoverCorpSbj>true</d2p1:fCoverCorpSbj>
<d2p1:fCtlType>17</d2p1:fCtlType>
<d2p1:fDecimal>sample string 18</d2p1:fDecimal>
<d2p1:fDefaultValue>sample string 19</d2p1:fDefaultValue>
<d2p1:fDtlColumn>97</d2p1:fDtlColumn>
<d2p1:fDtlColumnDec>100</d2p1:fDtlColumnDec>
<d2p1:fDynCaption>sample string 93</d2p1:fDynCaption>
<d2p1:fDynColPageIndexs>sample string 91</d2p1:fDynColPageIndexs>
<d2p1:fDynRowPageIndex>90</d2p1:fDynRowPageIndex>
<d2p1:fEnableIndex>20</d2p1:fEnableIndex>
<d2p1:fEntryFieldName>sample string 76</d2p1:fEntryFieldName>
<d2p1:fEntrySelBillTypeId>75</d2p1:fEntrySelBillTypeId>
<d2p1:fEntryStyle>sample string 57</d2p1:fEntryStyle>
<d2p1:fFieldLength>sample string 21</d2p1:fFieldLength>
<d2p1:fFieldName>sample string 22</d2p1:fFieldName>
<d2p1:fFieldType>sample string 23</d2p1:fFieldType>
<d2p1:fFilter>sample string 24</d2p1:fFilter>
<d2p1:fFilterIndex>0</d2p1:fFilterIndex>
<d2p1:fFixedRowPageIndex>sample string 98</d2p1:fFixedRowPageIndex>
<d2p1:fFont>sample string 25</d2p1:fFont>
<d2p1:fFormStyle>sample string 58</d2p1:fFormStyle>
<d2p1:fFormat>sample string 10</d2p1:fFormat>
<d2p1:fFreeze>61</d2p1:fFreeze>
<d2p1:fGroupBy>sample string 96</d2p1:fGroupBy>
<d2p1:fGroupHead>sample string 95</d2p1:fGroupHead>
<d2p1:fGroupType>79</d2p1:fGroupType>
<d2p1:fHeight>26</d2p1:fHeight>
<d2p1:fImageMaxHeight>82</d2p1:fImageMaxHeight>
<d2p1:fImageMaxWidth>81</d2p1:fImageMaxWidth>
<d2p1:fImpCaption>sample string 73</d2p1:fImpCaption>
<d2p1:fImpSrvDspField>sample string 74</d2p1:fImpSrvDspField>
<d2p1:fIndex>27</d2p1:fIndex>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFieldAuth>true</d2p1:fIsFieldAuth>
<d2p1:fIsMe>true</d2p1:fIsMe>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fIsSql>true</d2p1:fIsSql>
<d2p1:fIsUseCanModify>true</d2p1:fIsUseCanModify>
<d2p1:fJoin>sample string 31</d2p1:fJoin>
<d2p1:fJoinMode>32</d2p1:fJoinMode>
<d2p1:fLeft>33</d2p1:fLeft>
<d2p1:fLine>34</d2p1:fLine>
<d2p1:fList>sample string 35</d2p1:fList>
<d2p1:fListAction>sample string 36</d2p1:fListAction>
<d2p1:fListCtlType>38</d2p1:fListCtlType>
<d2p1:fListStyle>sample string 56</d2p1:fListStyle>
<d2p1:fListWidth>37</d2p1:fListWidth>
<d2p1:fMaxDynCnt>89</d2p1:fMaxDynCnt>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNeedDyn>true</d2p1:fNeedDyn>
<d2p1:fPageIndex>41</d2p1:fPageIndex>
<d2p1:fRegEx>sample string 65</d2p1:fRegEx>
<d2p1:fRegExType>sample string 64</d2p1:fRegExType>
<d2p1:fRegMessage>sample string 83</d2p1:fRegMessage>
<d2p1:fRelation>sample string 42</d2p1:fRelation>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSaveRule>sample string 43</d2p1:fSaveRule>
<d2p1:fScale>sample string 44</d2p1:fScale>
<d2p1:fSearch>45</d2p1:fSearch>
<d2p1:fSearchType>46</d2p1:fSearchType>
<d2p1:fSearchTypeId>77</d2p1:fSearchTypeId>
<d2p1:fShowInLeftTree>true</d2p1:fShowInLeftTree>
<d2p1:fSignKey>sample string 63</d2p1:fSignKey>
<d2p1:fSrcTable>sample string 47</d2p1:fSrcTable>
<d2p1:fSrcTableAlias>sample string 49</d2p1:fSrcTableAlias>
<d2p1:fSrvDspField>sample string 50</d2p1:fSrvDspField>
<d2p1:fSrvOtherField>sample string 48</d2p1:fSrvOtherField>
<d2p1:fSrvValueField>sample string 51</d2p1:fSrvValueField>
<d2p1:fTabIndex>52</d2p1:fTabIndex>
<d2p1:fTarClearField>sample string 87</d2p1:fTarClearField>
<d2p1:fTarDecimalField>sample string 84</d2p1:fTarDecimalField>
<d2p1:fTarEnableField>sample string 85</d2p1:fTarEnableField>
<d2p1:fTarMustInputField>sample string 86</d2p1:fTarMustInputField>
<d2p1:fTarSearchField>sample string 88</d2p1:fTarSearchField>
<d2p1:fTop>53</d2p1:fTop>
<d2p1:fVisIndex>54</d2p1:fVisIndex>
<d2p1:fVisible>62</d2p1:fVisible>
<d2p1:fWidth>55</d2p1:fWidth>
<d2p1:fY1SQL>sample string 69</d2p1:fY1SQL>
<d2p1:fZeroShow>true</d2p1:fZeroShow>
<d2p1:fFilterIndex>5</d2p1:fFilterIndex>
<d2p1:fHide>false</d2p1:fHide>
<d2p1:fVisAppIndex>3</d2p1:fVisAppIndex>
<d2p1:fVisibleInLeftList>true</d2p1:fVisibleInLeftList>
<d2p1:fVisibleListHeight>9</d2p1:fVisibleListHeight>
<d2p1:fVisibleListLeft>7</d2p1:fVisibleListLeft>
<d2p1:fVisibleListTop>6</d2p1:fVisibleListTop>
<d2p1:fVisibleListWidth>8</d2p1:fVisibleListWidth>
<d2p1:fHide>true</d2p1:fHide>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
</d2p1:t_ClassInfoVisList>
</result>
</QueryListResModel>