Ejemplo n.º 1
0
        /// <summary>
        /// Ensures that the object's fields and children are
        /// pre-loaded before any updates or reads.
        /// </summary>
        public void EnsurePreLoad()
        {
            if (!isPlaceHolder)
            {
                return;
            }

            YariMediaRecordManager._fill(this);
            isPlaceHolder = false;
        }
Ejemplo n.º 2
0
 public YariMediaRecord(int id)
 {
     this.iD  = id;
     isSynced = YariMediaRecordManager._fill(this);
 }