BenSelect Documentation
EmployeeColumnScriptEvent Class
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace : EmployeeColumnScriptEvent Class
Class EmployeeColumnScriptEvent

Object Model

EmployeeColumnScriptEvent ClassCensusDataRowView ClassCensusDataRowView ClassSoftwareVersion Class

Public Fields

 NameDescription
public FieldSkipRowGets or sets a value indicating whether [skip row]. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public FieldValueValue of report cell (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
Top

Public Properties

 NameDescription
public PropertyColumnNameGets or sets the name of the column. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public PropertyEmployeeGets the Employee record  
public PropertyGlobalsList of Global variables (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public PropertyRecordGets the current record in result table (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public PropertyScriptScript (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public PropertySoftwareVersionApplication software version (Inherited from Selerix.Foundation.Interfaces.Services.Event)
Top

Public Methods

 NameDescription
public MethodAddDaysReturns a new DateTime that adds the specified number of days to the value. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodAddMonthsReturns a new DateTime that adds the specified number of months to the value. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodAddYearsReturns a new DateTime that adds the specified number of years to the value. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodCeilingReturns the smallest integral value that is greater than or equal to the specified decimal number. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodConcatConcatenates the elements of a specified String array. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodDaysInMonthReturns the number of days in the specified month and year. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodDebugOverloaded. Prints the specified message into debug window. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodFloorRounds a specified Decimal number to the closest integer toward negative infinity. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodFormatReplaces the format item in a specified string with the string representation of a corresponding object in a specified array. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodFormatPhoneFormats the phone. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodFormatSSNFormats the SSN. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodGetGets the specified column name. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodGetDateGets the date. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodGetNumberGets the number. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodGetTextGets the text. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodIndexOfReports the zero-based index of the first occurrence of the specified string (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodInsertReturns a new string in which a specified string is inserted at a specified index position. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodLastIndexOfReports the zero-based index position of the last occurrence of a specified string (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodLeftRetrieves a substring from this instance. The substring starts at zero character position and has a specified length. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodLenReturn number of characters (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodMidRetrieves a substring from this instance. The substring starts at a specified character position and has a specified length. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodModval % divisor (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodPadLeftReturns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodPadRightReturns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodRemoveReturns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodReplaceReturns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodRightRetrieves a substring from this instance. The substring starts at at a specified character position. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodRoundRounds a Decimal value to a specified number of decimal places. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodSubstringRetrieves a substring from this instance. The substring starts at a specified character position and has a specified length. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodTextTexts the specified value. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodThrowErrorOverloaded. Throws a JScript exception with a customizable error message. (Inherited from Selerix.Foundation.Interfaces.Services.Event)
public MethodTodayGets a DateTime object that is set to the current date and time on this computer, expressed as the local time. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodToLowerReturns a copy of this string converted to lowercase. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodToUpperThe uppercase equivalent of the current string. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodTrimRemoves all leading and trailing white-space characters from the current String object. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodTrimEndRemoves all trailing occurrences of a set of characters specified in an array from the current String object. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
public MethodTrimStartRemoves all leading occurrences of a set of characters specified in an array from the current String object. (Inherited from Selerix.BusinessObjects.View.Census.ColumnScriptEvent)
Top

Inheritance Hierarchy

System.Object
   Selerix.Foundation.Interfaces.Services.Event
      Selerix.BusinessObjects.View.Census.ColumnScriptEvent
         Selerix.BusinessObjects.View.Census.EmployeeColumnScriptEvent
            Selerix.BusinessObjects.View.Census.DependentColumnScriptEvent

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.