Click or drag to resize

IOwner Interface

Interface for all the database tables whose elements have an owner. Only the owner or a higher level user can edit or delete them

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 IOwner : ILynceeDataSet

The IOwner type exposes the following members.

Properties
 NameDescription
Public propertyOwnerId 
Public propertyOwnerLevel 
Public propertyOwnerName 
Public propertyPrimaryKey
(Inherited from ILynceeDataSet)
Top
Methods
 NameDescription
Public methodInit
(Inherited from ILynceeDataSet)
Top
See Also