C# Class Microsoft.Data.Entity.Design.UI.Views.MappingDetails.Columns.PropertyColumn

Inheritance: Microsoft.Data.Entity.Design.UI.Views.MappingDetails.Columns.BaseColumn
Mostra file Open project: zzzprojects/EntityFramework-Classic

Public Methods

Method Description
GetValue ( object component ) : object
PropertyColumn ( ) : System

Private Methods

Method Description
EnsureTypeConverters ( MappingEFElement element ) : void
GetInPlaceEdit ( object component, string &alternateText ) : object
GetValueSupported ( object component ) : TreeGridDesignerValueSupportedStates
IsDeleteSupported ( object component ) : bool
SetValue ( object component, object value ) : void

Method Details

GetValue() public method

public GetValue ( object component ) : object
component object
return object

PropertyColumn() public method

public PropertyColumn ( ) : System
return System