C# Class Subtext.Web.Admin.Pages.EditImage

Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
Advanced global::Subtext.Web.Admin.WebUI.AdvancedPanel
ImageDetails global::Subtext.Web.Admin.WebUI.AdvancedPanel
ImageFile global::System.Web.UI.HtmlControls.HtmlInputFile
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
_galleryTitle string
_image Image
_imageID int
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList
ckbPublished global::System.Web.UI.WebControls.CheckBox
ddlGalleries global::System.Web.UI.WebControls.DropDownList
lbkAddImage global::System.Web.UI.WebControls.Button
lkbUpdateImage global::System.Web.UI.WebControls.LinkButton
lnkThumbnail global::System.Web.UI.WebControls.HyperLink
txbTitle global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Type Description
BindImage void
InitializeComponent void
ReplaceImage void
UpdateImage void

Méthodes publiques

Méthode Description
DataBind ( ) : void
EditImage ( ) : System

Méthodes protégées

Méthode Description
EvalImageNavigateUrl ( object imageObject ) : string
EvalImageUrl ( object imageObject ) : string
GetImageGalleryUrl ( ) : string
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetGalleryInfo ( Image image ) : void
lbkReplaceImage_Click ( object sender, EventArgs e ) : void
lkbUpdateImage_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BindImage ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReplaceImage ( ) : void
UpdateImage ( ) : void

Method Details

DataBind() public méthode

public DataBind ( ) : void
Résultat void

EditImage() public méthode

public EditImage ( ) : System
Résultat System

EvalImageNavigateUrl() protected méthode

protected EvalImageNavigateUrl ( object imageObject ) : string
imageObject object
Résultat string

EvalImageUrl() protected méthode

protected EvalImageUrl ( object imageObject ) : string
imageObject object
Résultat string

GetImageGalleryUrl() protected méthode

protected GetImageGalleryUrl ( ) : string
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SetGalleryInfo() protected méthode

protected SetGalleryInfo ( Image image ) : void
image Image
Résultat void

lbkReplaceImage_Click() protected méthode

protected lbkReplaceImage_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

lkbUpdateImage_Click() protected méthode

protected lkbUpdateImage_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Advanced protected_oe property

Advanced control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel Advanced
Résultat global::Subtext.Web.Admin.WebUI.AdvancedPanel

ImageDetails protected_oe property

ImageDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel ImageDetails
Résultat global::Subtext.Web.Admin.WebUI.AdvancedPanel

ImageFile protected_oe property

ImageFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputFile ImageFile
Résultat global::System.Web.UI.HtmlControls.HtmlInputFile

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
Résultat global::Subtext.Web.Admin.WebUI.MessagePanel

_galleryTitle protected_oe property

protected string _galleryTitle
Résultat string

_image protected_oe property

protected Image _image
Résultat Image

_imageID protected_oe property

protected int _imageID
Résultat int

categoryLinks protected_oe property

categoryLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.CategoryLinkList categoryLinks
Résultat global::Subtext.Web.Admin.UserControls.CategoryLinkList

ckbPublished protected_oe property

ckbPublished control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox ckbPublished
Résultat global::System.Web.UI.WebControls.CheckBox

ddlGalleries protected_oe property

ddlGalleries control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlGalleries
Résultat global::System.Web.UI.WebControls.DropDownList

lbkAddImage protected_oe property

lbkAddImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lbkAddImage
Résultat global::System.Web.UI.WebControls.Button

lkbUpdateImage protected_oe property

lkbUpdateImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lkbUpdateImage
Résultat global::System.Web.UI.WebControls.LinkButton

lnkThumbnail protected_oe property

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

txbTitle protected_oe property

txbTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbTitle
Résultat global::System.Web.UI.WebControls.TextBox