Specifies a server resource required by a business type so the data portal can route any calls to the correct server. More...
Public Member Functions | |
DataPortalServerResourceAttribute (int resourceId) | |
Creates an instance of this attribute. More... | |
Properties | |
int | ResourceId [get] |
Gets the resource id. More... | |
Specifies a server resource required by a business type so the data portal can route any calls to the correct server.
Definition at line 18 of file DataPortalServerResourceAttribute.cs.
Csla.DataPortalServerResourceAttribute.DataPortalServerResourceAttribute | ( | int | resourceId | ) |
Creates an instance of this attribute.
resourceId | Server resource id |
Definition at line 29 of file DataPortalServerResourceAttribute.cs.
|
get |
Gets the resource id.
Definition at line 23 of file DataPortalServerResourceAttribute.cs.