Empeld
Empeld plugin documentation.
pluginbase.Objects.Syncable.ValidateAttribute Class Reference

Defines how validation occurs on a syncable More...

Inheritance diagram for pluginbase.Objects.Syncable.ValidateAttribute:
pluginbase.Objects.Syncable.Validators.ValidateVectorDeltaAttribute

Public Member Functions

 ValidateAttribute (SyncableEndpoint validateBy=SyncableEndpoint.Server)
 Initializes a new instance of the pluginbase.Objects.Syncable.ValidateAttribute class. More...
 

Properties

SyncableEndpoint ValidateBy [get]
 Which endpoint does the validation More...
 

Detailed Description

Defines how validation occurs on a syncable

Constructor & Destructor Documentation

◆ ValidateAttribute()

pluginbase.Objects.Syncable.ValidateAttribute.ValidateAttribute ( SyncableEndpoint  validateBy = SyncableEndpoint.Server)

Initializes a new instance of the pluginbase.Objects.Syncable.ValidateAttribute class.

Parameters
validateByValidate by.
20  {
21  ValidateBy = validateBy;
22  }
SyncableEndpoint ValidateBy
Which endpoint does the validation
Definition: ValidateAttribute.cs:13

Property Documentation

◆ ValidateBy

SyncableEndpoint pluginbase.Objects.Syncable.ValidateAttribute.ValidateBy
get

Which endpoint does the validation


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