DevForce Help Reference
EnableClientAccessAttribute Class
Members 


Marks a class as containing methods providing CRUD access to POCO types.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class EnableClientAccessAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As EnableClientAccessAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class EnableClientAccessAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Remarks
Provider classes containing methods to support CRUD operations on POCO types must be marked with EnableClientAccess attribute so that DevForce will discover these support methods.

Be sure to place your provider class in an assembly which will be deployed to your BOS in n-tier implementations.

(Same purpose as similar attribute in the System.Web.Ria namespace)
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Core.DomainServices.EnableClientAccessAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EnableClientAccessAttribute Members
IdeaBlade.Core.DomainServices Namespace

Send Feedback