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.Blazor.CslaValidator Class Reference

Class offering integration of CSLA validation into Blazor edit forms This is a component with no visible behaviour; it simply requests hook up of validation More...

Inheritance diagram for Csla.Blazor.CslaValidator:

Protected Member Functions

override void OnInitialized ()
 Override to do work after initialization More...
 

Properties

EditContext CurrentEditContext [getset]
 Gets or sets the current edit context for the component More...
 

Detailed Description

Class offering integration of CSLA validation into Blazor edit forms This is a component with no visible behaviour; it simply requests hook up of validation

Definition at line 14 of file CslaValidator.cs.

Member Function Documentation

◆ OnInitialized()

override void Csla.Blazor.CslaValidator.OnInitialized ( )
protected

Override to do work after initialization

Definition at line 26 of file CslaValidator.cs.

Property Documentation

◆ CurrentEditContext

EditContext Csla.Blazor.CslaValidator.CurrentEditContext
getset

Gets or sets the current edit context for the component

Definition at line 21 of file CslaValidator.cs.