Defines the interface for UserState object, the context of active user instance.
This is a special object that have all properties being 100% dynamic.
Access of any property will result in database query.
The actual user state is tracked in the databse for real time license control.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IUserState |
| Visual Basic |
|---|
Public Interface IUserState |
| Visual C++ |
|---|
public interface class IUserState |
See Also