POST UserRole/getClassProfileList

系统参数:加载

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProfileResModel
NameDescriptionTypeAdditional information
result

Collection of t_ClassProfile

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": [
    {
      "fType": "sample string 1",
      "fKey": "sample string 2",
      "fValue": "sample string 3",
      "fDescription": "sample string 4",
      "fVisible": true,
      "fCtlType": 6,
      "fSearch": 7,
      "fCapWidth": 8,
      "fLeft": 9,
      "fTop": 10,
      "fWidth": 11,
      "fHeight": 12
    },
    {
      "fType": "sample string 1",
      "fKey": "sample string 2",
      "fValue": "sample string 3",
      "fDescription": "sample string 4",
      "fVisible": true,
      "fCtlType": 6,
      "fSearch": 7,
      "fCapWidth": 8,
      "fLeft": 9,
      "fTop": 10,
      "fWidth": 11,
      "fHeight": 12
    }
  ],
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<ProfileResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
  <Msg>sample string 2</Msg>
  <error>1</error>
  <result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_ClassProfile>
      <d2p1:fCapWidth>8</d2p1:fCapWidth>
      <d2p1:fCtlType>6</d2p1:fCtlType>
      <d2p1:fDescription>sample string 4</d2p1:fDescription>
      <d2p1:fHeight>12</d2p1:fHeight>
      <d2p1:fKey>sample string 2</d2p1:fKey>
      <d2p1:fLeft>9</d2p1:fLeft>
      <d2p1:fSearch>7</d2p1:fSearch>
      <d2p1:fTop>10</d2p1:fTop>
      <d2p1:fType>sample string 1</d2p1:fType>
      <d2p1:fValue>sample string 3</d2p1:fValue>
      <d2p1:fVisible>true</d2p1:fVisible>
      <d2p1:fWidth>11</d2p1:fWidth>
    </d2p1:t_ClassProfile>
    <d2p1:t_ClassProfile>
      <d2p1:fCapWidth>8</d2p1:fCapWidth>
      <d2p1:fCtlType>6</d2p1:fCtlType>
      <d2p1:fDescription>sample string 4</d2p1:fDescription>
      <d2p1:fHeight>12</d2p1:fHeight>
      <d2p1:fKey>sample string 2</d2p1:fKey>
      <d2p1:fLeft>9</d2p1:fLeft>
      <d2p1:fSearch>7</d2p1:fSearch>
      <d2p1:fTop>10</d2p1:fTop>
      <d2p1:fType>sample string 1</d2p1:fType>
      <d2p1:fValue>sample string 3</d2p1:fValue>
      <d2p1:fVisible>true</d2p1:fVisible>
      <d2p1:fWidth>11</d2p1:fWidth>
    </d2p1:t_ClassProfile>
  </result>
</ProfileResModel>