C# Class ASR.Reports.Items.ItemViewer

Inheritance: ASR.Interface.BaseViewer
Afficher le fichier Open project: Sitecore/AdvancedSystemReporter

Méthodes publiques

Свойство Type Description
COLUMNS_PARAMETER string
HEADERS_PARAMETER string
MAX_LENGHT_PARAMETER string

Méthodes publiques

Méthode Description
Display ( DisplayElement dElement ) : void

Méthodes protégées

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

Private Methods

Méthode Description
getWorkflowInfo ( System.Item itemElement ) : string

Method Details

Display() public méthode

public Display ( DisplayElement dElement ) : void
dElement ASR.Interface.DisplayElement
Résultat void

GetFriendlyFieldValue() protected méthode

protected GetFriendlyFieldValue ( string name, System.Item itemElement ) : string
name string
itemElement System.Item
Résultat string

formatDateField() protected méthode

protected formatDateField ( System.Item item, ID fieldID ) : string
item System.Item
fieldID ID
Résultat string

getColumnText() protected méthode

protected getColumnText ( string name, System.Item itemElement ) : string
name string
itemElement System.Item
Résultat string

Property Details

COLUMNS_PARAMETER public_oe static_oe property

public static string COLUMNS_PARAMETER
Résultat string

HEADERS_PARAMETER public_oe static_oe property

public static string HEADERS_PARAMETER
Résultat string

MAX_LENGHT_PARAMETER public_oe static_oe property

public static string MAX_LENGHT_PARAMETER
Résultat string