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.DataPortalServerRoutingTagAttribute Class Reference

Specifies a routing tag for use by the server-side data portal. More...

Inheritance diagram for Csla.DataPortalServerRoutingTagAttribute:

Public Member Functions

 DataPortalServerRoutingTagAttribute (string tag)
 Creates an instance of this attribute. More...
 

Properties

string RoutingTag [getset]
 Gets or sets the routing tag (can not contain '-'). More...
 

Detailed Description

Specifies a routing tag for use by the server-side data portal.

Definition at line 16 of file DataPortalServerRoutingTagAttribute.cs.

Constructor & Destructor Documentation

◆ DataPortalServerRoutingTagAttribute()

Csla.DataPortalServerRoutingTagAttribute.DataPortalServerRoutingTagAttribute ( string  tag)

Creates an instance of this attribute.

Parameters
tagRouting tag value (can not contain '-')

Definition at line 39 of file DataPortalServerRoutingTagAttribute.cs.

Property Documentation

◆ RoutingTag

string Csla.DataPortalServerRoutingTagAttribute.RoutingTag
getset

Gets or sets the routing tag (can not contain '-').

Definition at line 23 of file DataPortalServerRoutingTagAttribute.cs.