C# Class DynamicData.ForeignKeyField

Inheritance: System.Web.DynamicData.FieldTemplateUserControl
Mostrar archivo Open project: anurse/ReviewR

Protected Properties

Property Type Description
HyperLink1 global::System.Web.UI.WebControls.HyperLink

Protected Methods

Method Description
GetDisplayString ( ) : string
GetNavigateUrl ( ) : string

Method Details

GetDisplayString() protected method

protected GetDisplayString ( ) : string
return string

GetNavigateUrl() protected method

protected GetNavigateUrl ( ) : string
return string

Property Details

HyperLink1 protected_oe property

HyperLink1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HyperLink1
return global::System.Web.UI.WebControls.HyperLink