NPersistence Reference Guide
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public sealed class Access : Attribute

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Access()()()()
Initializes a new instance of the Access class
Access(AccessType)
Initializes a new instance of the Access class
Value
(Required) Specification of field- or property-based access.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NPersistence..::..Access

See Also