NPersistence Reference Guide
Is used to specify callback methods for the corresponding lifecycle event.

This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class.

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

Syntax

   
 C# 
public sealed class PostUpdate : Attribute

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PostUpdate()()()()
Initializes a new instance of the PostUpdate class

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NPersistence..::..PostUpdate

See Also