ABB.Swum.SwumRule.ToString C# (CSharp) Method

ToString() public method

Returns a string representing the type of the rule.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return this.GetType().ToString();
        }
    }