Empeld
Empeld plugin documentation.
|
Interface for syncable objects that can have a validator attached to them More...
Public Member Functions | |
bool | Validate (T current, T proposed, DecodeContext context) |
Validate a change of a previous to a new proposed value More... | |
Properties | |
SyncableEndpoint | ValidateBy [get] |
Which endpoint does the validation More... | |
Interface for syncable objects that can have a validator attached to them
bool pluginbase.Objects.Syncable.IValidator< in in T >.Validate | ( | T | current, |
T | proposed, | ||
DecodeContext | context | ||
) |
Validate a change of a previous to a new proposed value
current | If set to true current. |
proposed | If set to true proposed. |
context | If set to true context. |
|
get |
Which endpoint does the validation
The validate endpoint.