C# Class Zetbox.Client.Models.ColumnDisplayModel

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
Create ( GridDisplayConfiguration mode ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, WidthHint requestedWidth ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, int requestedWidthAbsoulte ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, string header ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, string header, ControlKind kind, ControlKind gridPreviewKind, WidthHint requestedWidth, int requestedWidthAbsolute ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, string header, WidthHint requestedWidth ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( GridDisplayConfiguration mode, string header, int requestedWidthAbsoulte ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object property or property path

Create ( Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

Create ( WidthHint requestedWidth, Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

Create ( int requestedWidthAbsoulte, Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

Create ( string header, ControlKind kind, ControlKind gridPreviewKind, WidthHint requestedWidth, int requestedWidthAbsolute, string vmPropPath ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a view model property or path to a property

Create ( string header, ControlKind kind, WidthHint requestedWidth, string vmPropPath ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a view model property or path to a property

Create ( string header, ControlKind kind, int requestedWidthAbsolute, string vmPropPath ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a view model property or path to a property

Create ( string header, ControlKind kind, string vmPropPath ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a view model property or path to a property

Create ( string header, Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

Create ( string header, WidthHint requestedWidth, Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

Create ( string header, int requestedWidthAbsoulte, Method m ) : ColumnDisplayModel

Creates a ColumnDisplayModel for a zetbox object method

ExtractFormattedValue ( Zetbox.Client.Presentables.DataObjectViewModel obj ) : string
FormatDynamicOrderByExpression ( ) : string
ToString ( ) : string

Private Methods

Méthode Description
ColumnDisplayModel ( ) : System
GetStandInValue ( System.Property p ) : string

Method Details

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, WidthHint requestedWidth ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
requestedWidth WidthHint Requested list column width
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, int requestedWidthAbsoulte ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
requestedWidthAbsoulte int Requested list column width in absolute toolkit units
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, string header ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
header string Label for the list header
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, string header, ControlKind kind, ControlKind gridPreviewKind, WidthHint requestedWidth, int requestedWidthAbsolute ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
header string Label for the list header
kind ControlKind The requested editor kind or null if default should be used
gridPreviewKind ControlKind The requested preview kind or null if default should be used
requestedWidth WidthHint Requested list column width
requestedWidthAbsolute int Requested list column width in absolute toolkit units
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, string header, WidthHint requestedWidth ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
header string Label for the list header
requestedWidth WidthHint Requested list column width
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object property or property path
public static Create ( GridDisplayConfiguration mode, string header, int requestedWidthAbsoulte ) : ColumnDisplayModel
mode GridDisplayConfiguration Requested mode (readonly, editable)
header string Label for the list header
requestedWidthAbsoulte int Requested list column width in absolute toolkit units
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( Method m ) : ColumnDisplayModel
m Method method to build column for
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( WidthHint requestedWidth, Method m ) : ColumnDisplayModel
requestedWidth WidthHint Requested list column width
m Method method to build column for
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( int requestedWidthAbsoulte, Method m ) : ColumnDisplayModel
requestedWidthAbsoulte int Requested list column width in absolute toolkit units
m Method method to build column for
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a view model property or path to a property
public static Create ( string header, ControlKind kind, ControlKind gridPreviewKind, WidthHint requestedWidth, int requestedWidthAbsolute, string vmPropPath ) : ColumnDisplayModel
header string Label for the list header
kind ControlKind The requested editor kind or null if default should be used
gridPreviewKind ControlKind The requested preview kind or null if default should be used
requestedWidth WidthHint Requested list column width
requestedWidthAbsolute int Requested list column width in absolute toolkit units
vmPropPath string Path to the viewmodels property
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a view model property or path to a property
public static Create ( string header, ControlKind kind, WidthHint requestedWidth, string vmPropPath ) : ColumnDisplayModel
header string Label for the list header
kind ControlKind The requested editor kind or null if default should be used
requestedWidth WidthHint Requested list column width
vmPropPath string Path to the viewmodels property
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a view model property or path to a property
public static Create ( string header, ControlKind kind, int requestedWidthAbsolute, string vmPropPath ) : ColumnDisplayModel
header string Label for the list header
kind ControlKind The requested editor kind or null if default should be used
requestedWidthAbsolute int Requested list column width in absolute toolkit units
vmPropPath string Path to the viewmodels property
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a view model property or path to a property
public static Create ( string header, ControlKind kind, string vmPropPath ) : ColumnDisplayModel
header string Label for the list header
kind ControlKind The requested editor kind or null if default should be used
vmPropPath string Path to the viewmodels property
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( string header, Method m ) : ColumnDisplayModel
header string Label for the list header
m Method method to build column for
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( string header, WidthHint requestedWidth, Method m ) : ColumnDisplayModel
header string Label for the list header
requestedWidth WidthHint Requested list column width
m Method method to build column for
Résultat ColumnDisplayModel

Create() public static méthode

Creates a ColumnDisplayModel for a zetbox object method
public static Create ( string header, int requestedWidthAbsoulte, Method m ) : ColumnDisplayModel
header string Label for the list header
requestedWidthAbsoulte int Requested list column width in absolute toolkit units
m Method method to build column for
Résultat ColumnDisplayModel

ExtractFormattedValue() public méthode

public ExtractFormattedValue ( Zetbox.Client.Presentables.DataObjectViewModel obj ) : string
obj Zetbox.Client.Presentables.DataObjectViewModel
Résultat string

FormatDynamicOrderByExpression() public static méthode

public static FormatDynamicOrderByExpression ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string