Click or drag to resize

IObjectWithRequiredFields Interface

Interface for all records that have RequiredFieldsFromUser

Namespace:  PsrApi.Data.Authentication.Interfaces
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public interface IObjectWithRequiredFields

The IObjectWithRequiredFields type exposes the following members.

Properties
  NameDescription
Public propertyRequiredFieldsFromUser
Data that are required from the user
Top
See Also