CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Security.ICslaPrincipal Interface Reference

Defines the base requirements for the interface of any CSLA principal object. More...

Inheritance diagram for Csla.Security.ICslaPrincipal:
Csla.Serialization.Mobile.IMobileObject Csla.Security.CslaClaimsPrincipal

Additional Inherited Members

- Public Member Functions inherited from Csla.Serialization.Mobile.IMobileObject
void GetState (SerializationInfo info)
 Method called by MobileFormatter when an object should serialize its data. More...
 
void GetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should serialize its child references. More...
 
void SetState (SerializationInfo info)
 Method called by MobileFormatter when an object should be deserialized. More...
 
void SetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should deserialize its child references. More...
 

Detailed Description

Defines the base requirements for the interface of any CSLA principal object.

Definition at line 16 of file ICslaPrincipal.cs.