YAMP.BaseFunction.BaseFunction C# (CSharp) Method

BaseFunction() public method

Creates a function class with the name chosen by convention.
public BaseFunction ( ) : System
return System
        public BaseFunction()
        {
            _name = GetType().Name.RemoveFunctionConvention().ToLower();
        }

Same methods

BaseFunction::BaseFunction ( String name ) : System