C# Class Zetbox.Client.Models.ColumnDisplayModel

Show file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method 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

Method Description
ColumnDisplayModel ( ) : System
GetStandInValue ( System.Property p ) : string

Method Details

Create() public static method

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

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

Create() public static method

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
return ColumnDisplayModel

ExtractFormattedValue() public method

public ExtractFormattedValue ( Zetbox.Client.Presentables.DataObjectViewModel obj ) : string
obj Zetbox.Client.Presentables.DataObjectViewModel
return string

FormatDynamicOrderByExpression() public static method

public static FormatDynamicOrderByExpression ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string