Skip to content

4253f171 71af 35d6 e1b1 47af647eb205

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T).GetStaticBindingValue Method

Additional header content

Gets the static binding value by reflection.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected virtual string GetStaticBindingValue(
	string value
)

VB

Protected Overridable Function GetStaticBindingValue ( 
	value As String
) As String

Parameters

 

value
Type: System.String
The value.

Return Value

Type: String
A String that contains property, method or raw value.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseModel`1.GetStaticBindingValue(System.String)"]

See Also

Reference

BaseModel(T) Class
iTin.Export.Model Namespace

Clone this wiki locally