CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.DataPortalServerResourceAttribute Class Reference

Specifies a server resource required by a business type so the data portal can route any calls to the correct server. More...

Inheritance diagram for Csla.DataPortalServerResourceAttribute:

Public Member Functions

 DataPortalServerResourceAttribute (int resourceId)
 Creates an instance of this attribute. More...
 

Properties

int ResourceId [get]
 Gets the resource id. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DataPortalServerResourceAttribute()

Csla.DataPortalServerResourceAttribute.DataPortalServerResourceAttribute ( int  resourceId)

Creates an instance of this attribute.

Parameters
resourceIdServer resource id

Definition at line 29 of file DataPortalServerResourceAttribute.cs.

Property Documentation

◆ ResourceId

int Csla.DataPortalServerResourceAttribute.ResourceId
get

Gets the resource id.

Definition at line 23 of file DataPortalServerResourceAttribute.cs.