C# Class ASR.Reports.Items.ItemViewer

Inheritance: ASR.Interface.BaseViewer
Show file Open project: Sitecore/AdvancedSystemReporter

Public Properties

Property Type Description
COLUMNS_PARAMETER string
HEADERS_PARAMETER string
MAX_LENGHT_PARAMETER string

Public Methods

Method Description
Display ( DisplayElement dElement ) : void

Protected Methods

Method Description
GetFriendlyFieldValue ( string name, System.Item itemElement ) : string
formatDateField ( System.Item item, ID fieldID ) : string
getColumnText ( string name, System.Item itemElement ) : string

Private Methods

Method Description
getWorkflowInfo ( System.Item itemElement ) : string

Method Details

Display() public method

public Display ( DisplayElement dElement ) : void
dElement ASR.Interface.DisplayElement
return void

GetFriendlyFieldValue() protected method

protected GetFriendlyFieldValue ( string name, System.Item itemElement ) : string
name string
itemElement System.Item
return string

formatDateField() protected method

protected formatDateField ( System.Item item, ID fieldID ) : string
item System.Item
fieldID ID
return string

getColumnText() protected method

protected getColumnText ( string name, System.Item itemElement ) : string
name string
itemElement System.Item
return string

Property Details

COLUMNS_PARAMETER public static property

public static string COLUMNS_PARAMETER
return string

HEADERS_PARAMETER public static property

public static string HEADERS_PARAMETER
return string

MAX_LENGHT_PARAMETER public static property

public static string MAX_LENGHT_PARAMETER
return string