/// <summary> /// Ensures that the object's fields and children are /// pre-loaded before any updates or reads. /// </summary> public void EnsurePreLoad() { if (!isPlaceHolder) { return; } DojoPromotionFlagManager._fill(this); isPlaceHolder = false; }
public DojoPromotionFlag(int id) { this.iD = id; isSynced = DojoPromotionFlagManager._fill(this); }