Dev2.DataList.FindRecsetOptions.FindAll C# (CSharp) Method

FindAll() public static method

Find all AbstractRecsetSearchValidation objects
public static FindAll ( ) : IList
return IList
        public static IList<IFindRecsetOptions> FindAll()
        {
            return _options.Values.ToList();
        }
    }