Beispiel #1
0
 /// <summary>
 /// Begin editing this instance
 /// </summary>
 protected void BeginEdit()
 {
     if (!this.IsEditing)
     {
         this._editSession = EditSession.Begin(this);
     }
 }