CalDavSynchronizer.Ui.SystrayNotification.ViewModels.ProfileStatusViewModel.Update C# (CSharp) Метод

Update() публичный Метод

public Update ( Contracts profile ) : void
profile Contracts
Результат void
    public void Update (Contracts.Options profile)
    {
      ProfileName = profile.Name;
      IsActive = !profile.Inactive;
    }

Same methods

ProfileStatusViewModel::Update ( GenSync.Logging.SynchronizationReport report ) : void