Empeld
Empeld plugin documentation.
pluginbase.Objects.Syncable.IValidatedNetSyncable Interface Reference

An interface that describes a syncable that has the ability to be validated and allows for validator attributes More...

Inheritance diagram for pluginbase.Objects.Syncable.IValidatedNetSyncable:
pluginbase.Objects.Syncable.ValidatedSyncableBase< T, TBase >

Public Member Functions

void AddValidator (ValidateAttribute validator)
 A generic way to have a validator bind to the object used on creation Normally object is horrendous, but since attributes don't allow for generics, we're trapped More...
 

Detailed Description

An interface that describes a syncable that has the ability to be validated and allows for validator attributes

Member Function Documentation

◆ AddValidator()

void pluginbase.Objects.Syncable.IValidatedNetSyncable.AddValidator ( ValidateAttribute  validator)

A generic way to have a validator bind to the object used on creation Normally object is horrendous, but since attributes don't allow for generics, we're trapped

Parameters
validatorValidator.

The documentation for this interface was generated from the following file: