DevForce Help Reference
ClientCanSaveAttribute Class
Members 


Can be used to indicate the authorized access to save operations on an entity type.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ClientCanSaveAttribute 
   Inherits OperationAuthorizationAttribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As ClientCanSaveAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class ClientCanSaveAttribute : OperationAuthorizationAttribute, System.Runtime.InteropServices._Attribute  
Remarks
You can decorate your auto-generated entity classes with this attribute by setting the "Can save" property in the Entity Data Model designer for an entity.
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.EntityModel.OperationAuthorizationAttribute
         IdeaBlade.EntityModel.ClientCanSaveAttribute

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

ClientCanSaveAttribute Members
IdeaBlade.EntityModel Namespace

Send Feedback