/// <summary> /// Updates this instance of value. Returns true on success. /// </summary> /// <returns>bool</returns> private bool Update() { return(DBItemFieldValues.Update( this.ValueGuid, this.SiteGuid, this.FeatureGuid, this.ModuleGuid, this.ItemGuid, this.FieldGuid, this.FieldValue)); }
/// <summary> /// Updates this instance of value. Returns true on success. /// </summary> /// <returns>bool</returns> private bool Update() { return(DBItemFieldValues.Update( this.valueGuid, this.siteGuid, this.featureGuid, this.moduleGuid, this.itemGuid, this.fieldGuid, this.fieldValue)); }