Beispiel #1
0
 protected void UpdateProperty(InternalPropertyData d, bool push = false)
 {
     lock (d)
     {
         d.Data.SerializedData = InternalExtensions.Serialize(d.Descriptor.Property.GetValue(this), this._Context.Host.Serializer);
         d.IsPushed            = push;
     }
 }
Beispiel #2
0
 public virtual bool ShouldPushUpdates(InternalPropertyData property)
 {
     return(true);
 }