Empeld
Empeld plugin documentation.
|
An interface that describes a syncable that has the ability to be validated and allows for validator attributes More...
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... | |
An interface that describes a syncable that has the ability to be validated and allows for validator attributes
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
validator | Validator. |