Artemis.ViewModels.Profiles.LayerConditionViewModel.Delete C# (CSharp) Метод

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

Delete the current model from the parent
public Delete ( ) : void
Результат void
        public void Delete()
        {
            _conditionModel.DeleteCondition(this, LayerConditionModel);
        }