Click or drag to resize

IUserInfo Interface


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public interface IUserInfo : IOwner, 
	ILynceeDataSet

The IUserInfo type exposes the following members.

Properties
 NameDescription
Public propertyDefaultImagePath 
Public propertyDefaultSequencePath 
Public propertyDescription 
Public propertyLevel 
Public propertyName 
Public propertyOwnerId
(Inherited from IOwner)
Public propertyOwnerLevel
(Inherited from IOwner)
Public propertyOwnerName
(Inherited from IOwner)
Public propertyPasswordHash 
Public propertyPrimaryKey
(Inherited from ILynceeDataSet)
Public propertyUserId 
Top
Methods
 NameDescription
Public methodInit
(Inherited from ILynceeDataSet)
Top
See Also