C# Class Serenity.PropertyGrid.PropertyItemHelper

Exibir arquivo Open project: volkanceylan/Serenity

Private Properties

Property Type Description
GetBasedOnRow Serenity.Data.Row

Public Methods

Method Description
GetCustomFieldPropertyItem ( ICustomFieldDefinition definition, Field basedOnField ) : PropertyItem
GetCustomFieldPropertyItems ( IEnumerable definitions, Row row, string fieldPrefix ) : List
GetPropertyItemsFor ( Type type ) : List

Private Methods

Method Description
GetBasedOnRow ( Type type ) : Row

Method Details

GetCustomFieldPropertyItem() public static method

public static GetCustomFieldPropertyItem ( ICustomFieldDefinition definition, Field basedOnField ) : PropertyItem
definition ICustomFieldDefinition
basedOnField Serenity.Data.Field
return Serenity.ComponentModel.PropertyItem

GetCustomFieldPropertyItems() public static method

public static GetCustomFieldPropertyItems ( IEnumerable definitions, Row row, string fieldPrefix ) : List
definitions IEnumerable
row Serenity.Data.Row
fieldPrefix string
return List

GetPropertyItemsFor() public static method

public static GetPropertyItemsFor ( Type type ) : List
type System.Type
return List