Exemplo n.º 1
0
 /// <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));
 }
Exemplo n.º 2
0
 /// <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));
 }