Artemis.ViewModels.Profiles.LayerConditionViewModel.Delete C# (CSharp) Méthode

Delete() public méthode

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