﻿<?xml version="1.0"?>
<doc>
<assembly>
<name>
Vascor.EnterpriseOptions.Library
</name>
</assembly>
<members>
<member name="M:Vascor.EnterpriseOptions.Library.SysError.Log(System.String,System.String,System.Web.UI.Page,System.String,System.String,System.Boolean,System.String)">
 <summary>
 Log the exception to the server filesystem and send an email if specified. Specifically for 
 a UI.Page.
 </summary>
 <param name="strApplicationCode"></param>
 <param name="strLoginName"></param>
 <param name="objPage"></param>
 <param name="strLogPath"></param>
 <param name="strNotificationList"></param>
 <param name="blnSendMail"></param>
 <param name="strSessionID"></param>
 <remarks>
 05/20/2008
 Justin Bailey
 Added xml comments--no code change.
 
 08/12/2008
 Justin Bailey
 Added IsNothing check on objParmVal Enumerator as it was failing.
 'TODO: Determine why the MoveNext trigger is failing.
 
 12/01/2008
 Justin Bailey
 Refactored to use StringBuilder and include the Assemblies
 loaded in the execution context of the current AppDomain.
 Moved file writing to after the string is built to reduce
 the amount of time the streamwriter is open.
 
 02/18/2009
 Justin Bailey
 Added line breaks at the end of ErrMsg and Form Contents.
 </remarks>
</member>
<member name="M:Vascor.EnterpriseOptions.Library.SysError.Log(System.String,System.Web.HttpRequest,System.String,System.String,System.Boolean,System.String)">
 <summary>
 Log the exception to a local file and send an email if specified. Specifically for 
 WebServices or other native HttpRequest objects NOT a UI.Page.
 </summary>
 <param name="strApplicationCode"></param>
 <param name="objRequest"></param>
 <param name="strLogPath"></param>
 <param name="strNotificationList"></param>
 <param name="blnSendMail"></param>
 <param name="strSessionID"></param>
 <remarks>
 05/20/2008
 Justin Bailey
 Added. Refactored slightly to take advantage of 2.0 elements. Copied from above--the results 
 being quite similar to the base method it is shadowing. 'TODO: JPB: Refactor these methods so 
 that there isn't duplicate code. Also possibly remove this and just call the base method.
 
 02/18/2009
 Justin Bailey
 Added line breaks at the end of ErrMsg and Form Contents.
 </remarks>
</member>
<member name="M:Vascor.EnterpriseOptions.Library.Utility.CurrencyToIndianWord(System.Int32)">
 <summary>
   Function for conversion of a Currency to words
   Parameter - accept a Currency
   Returns the number in words format

 from code project
 </summary>
 <param name="MyNumber"></param>
 <returns></returns>
 <remarks>
 03/18/2015
 Samantha Aldridge
 added from code project for accounting india 
 </remarks>
</member>
</members>
</doc>
