LeanEngine.Engine.DataValidCheck C# (CSharp) Method

DataValidCheck() private method

private DataValidCheck ( LeanEngine.Entity.Flow flow ) : void
flow LeanEngine.Entity.Flow
return void
        private void DataValidCheck(Flow flow)
        {
            if (flow.FlowStrategy == null)
            {
                throw new BusinessException("FlowStrategy is key infomation, just tell me the strategy!");
            }
        }

Same methods

Engine::DataValidCheck ( ItemFlow itemFlow ) : void