//////////////////////////////////////////////////////////////////////////////////////////////////// /// \fn public static List<MethodInfo> GetEndInputOperations() /// /// \brief Gets end input operations. /// /// \par Description. /// /// \par Algorithm. /// /// \par Usage Notes. /// /// \author Ilanh /// \date 17/01/2018 /// /// \return The end input operations. //////////////////////////////////////////////////////////////////////////////////////////////////// public static List <MethodInfo> GetEndInputOperations() { if (methodLists is null) { methodLists = new MethodsLists(); } return(methodLists.endInputOperationMethods); }
//////////////////////////////////////////////////////////////////////////////////////////////////// /// \fn public static List<MethodInfo> GetElementWindowPrmsMethods() /// /// \brief Gets element window prms methods. /// /// \par Description. /// /// \par Algorithm. /// /// \par Usage Notes. /// /// \author Ilanh /// \date 17/01/2018 /// /// \return The element window prms methods. //////////////////////////////////////////////////////////////////////////////////////////////////// public static List <MethodInfo> GetElementWindowPrmsMethods() { if (methodLists is null) { methodLists = new MethodsLists(); } return(methodLists.elementWindowPrmsMethod); }