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);
        }