Artemis.ViewModels.Profiles.LayerConditionViewModel.Delete C# (CSharp) Method

Delete() public method

Delete the current model from the parent
public Delete ( ) : void
return void
        public void Delete()
        {
            _conditionModel.DeleteCondition(this, LayerConditionModel);
        }