User Tools

Site Tools


thinkgeo.mapsuite.giseditor.datarepositorygridcolumn

ThinkGeo.MapSuite.GisEditor.DataRepositoryGridColumn

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –>

Inheritance Hierarchy

*System.Object System.Windows.Threading.DispatcherObject *System.Windows.DependencyObject System.Windows.Controls.GridViewColumn *ThinkGeo.MapSuite.GisEditor.DataRepositoryGridColumn

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodDataRepositoryGridColumn
Public MethodDataRepositoryGridColumn String, Double
Public MethodDataRepositoryGridColumn String, Double, Func<DataRepositoryItem, Object>

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCheckAccess DispatcherObject
Public MethodClearValue DependencyPropertyKey DependencyObject
Public MethodClearValue DependencyProperty DependencyObject
Public MethodCoerceValue DependencyProperty DependencyObject
Public MethodEquals Object Object(overriden)
Public MethodGetHashCode Object(overriden)
Public MethodGetLocalValueEnumerator DependencyObject
Public MethodGetType Object
Public MethodGetValue DependencyProperty DependencyObject
Public MethodInvalidateProperty DependencyProperty DependencyObject
Public MethodReadLocalValue DependencyProperty DependencyObject
Public MethodSetCurrentValue DependencyProperty, Object DependencyObject
Public MethodSetValue DependencyProperty, Object DependencyObject
Public MethodSetValue DependencyPropertyKey, Object DependencyObject
Public MethodToString Object(overriden)
Public MethodVerifyAccess DispatcherObject

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodOnHeaderStringFormatChanged String, String GridViewColumn
Protected MethodOnPropertyChanged DependencyPropertyChangedEventArgs DependencyObject
Protected MethodOnPropertyChanged PropertyChangedEventArgs GridViewColumn

Public Properties

Name Return DeclaringType Summary
Public PropertyActualWidth Double GridViewColumn
Public PropertyCellContentConvertHandler Func<DataRepositoryItem,Object>
Public PropertyCellTemplate DataTemplate GridViewColumn
Public PropertyCellTemplateSelector DataTemplateSelector GridViewColumn
Public PropertyDependencyObjectType DependencyObjectType DependencyObject
Public PropertyDispatcher Dispatcher DispatcherObject
Public PropertyDisplayMemberBinding BindingBase GridViewColumn
Public PropertyHeader Object GridViewColumn
Public PropertyHeaderContainerStyle Style GridViewColumn
Public PropertyHeaderStringFormat String GridViewColumn
Public PropertyHeaderTemplate DataTemplate GridViewColumn
Public PropertyHeaderTemplateSelector DataTemplateSelector GridViewColumn
Public PropertyIsSealed Boolean DependencyObject
Public PropertyWidth Double GridViewColumn

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

DataRepositoryGridColumn()

Parameters

Name Type Description

Go Back

DataRepositoryGridColumn(String, Double)

Parameters

Name Type Description
header String<!– System.String –>
width Double<!– System.Double –>

Go Back

DataRepositoryGridColumn(String, Double, Func<DataRepositoryItem, Object>)

Parameters

Name Type Description
header String<!– System.String –>
width Double<!– System.Double –>
cellContentConverter Func<DataRepositoryItem,Object><!– System.Func{ThinkGeo.MapSuite.GisEditor.DataRepositoryItem,System.Object} –>

Go Back

Protected Constructors

Public Methods

CheckAccess()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– System.Windows.Threading.DispatcherObject –> Go Back

ClearValue(DependencyPropertyKey)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key DependencyPropertyKey<!– System.Windows.DependencyPropertyKey –>

<!– System.Windows.DependencyObject –> Go Back

ClearValue(DependencyProperty)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>

<!– System.Windows.DependencyObject –> Go Back

CoerceValue(DependencyProperty)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>

<!– System.Windows.DependencyObject –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object(overriden) –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetLocalValueEnumerator()

Return Value

Return Type Description
LocalValueEnumerator<!– System.Windows.LocalValueEnumerator –>

Parameters

Name Type Description

<!– System.Windows.DependencyObject –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetValue(DependencyProperty)

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>

<!– System.Windows.DependencyObject –> Go Back

InvalidateProperty(DependencyProperty)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>

<!– System.Windows.DependencyObject –> Go Back

ReadLocalValue(DependencyProperty)

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>

<!– System.Windows.DependencyObject –> Go Back

SetCurrentValue(DependencyProperty, Object)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>
value Object<!– System.Object –>

<!– System.Windows.DependencyObject –> Go Back

SetValue(DependencyProperty, Object)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
dp DependencyProperty<!– System.Windows.DependencyProperty –>
value Object<!– System.Object –>

<!– System.Windows.DependencyObject –> Go Back

SetValue(DependencyPropertyKey, Object)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key DependencyPropertyKey<!– System.Windows.DependencyPropertyKey –>
value Object<!– System.Object –>

<!– System.Windows.DependencyObject –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

VerifyAccess()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Windows.Threading.DispatcherObject –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnHeaderStringFormatChanged(String, String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
oldHeaderStringFormat String<!– System.String –>
newHeaderStringFormat String<!– System.String –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

OnPropertyChanged(DependencyPropertyChangedEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –>

<!– System.Windows.DependencyObject –> Go Back

OnPropertyChanged(PropertyChangedEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

Public Properties

ActualWidth

Return Value

Return Type
Double<!– System.Double –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

CellContentConvertHandler

Return Value

Return Type
Func<DataRepositoryItem,Object><!– System.Func{ThinkGeo.MapSuite.GisEditor.DataRepositoryItem,System.Object} –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryGridColumn –> Go Back

CellTemplate

Return Value

Return Type
DataTemplate<!– System.Windows.DataTemplate –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

CellTemplateSelector

Return Value

Return Type
DataTemplateSelector<!– System.Windows.Controls.DataTemplateSelector –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

DependencyObjectType

Return Value

Return Type
DependencyObjectType<!– System.Windows.DependencyObjectType –>

<!– System.Windows.DependencyObject –> Go Back

Dispatcher

Return Value

Return Type
Dispatcher<!– System.Windows.Threading.Dispatcher –>

<!– System.Windows.Threading.DispatcherObject –> Go Back

DisplayMemberBinding

Return Value

Return Type
BindingBase<!– System.Windows.Data.BindingBase –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

Return Value

Return Type
Object<!– System.Object –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

HeaderContainerStyle

Return Value

Return Type
Style<!– System.Windows.Style –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

HeaderStringFormat

Return Value

Return Type
String<!– System.String –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

HeaderTemplate

Return Value

Return Type
DataTemplate<!– System.Windows.DataTemplate –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

HeaderTemplateSelector

Return Value

Return Type
DataTemplateSelector<!– System.Windows.Controls.DataTemplateSelector –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

IsSealed

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– System.Windows.DependencyObject –> Go Back

Width

Return Value

Return Type
Double<!– System.Double –>

<!– System.Windows.Controls.GridViewColumn –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.giseditor.datarepositorygridcolumn.txt · Last modified: 2017/03/16 21:59 (external edit)