NPersistence Reference Guide
Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied to an entity class or mapped superclass.

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

Syntax

   
 C# 
public sealed class EntityListeners : Attribute

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
EntityListeners()()()()
Initializes a new instance of the EntityListeners class
EntityListeners(array<Type>[]()[][])
Initializes a new instance of the EntityListeners class
Value
The callback listener classes///

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NPersistence..::..EntityListeners

See Also