Public Member Functions | |
| void | RemoveEmailRegistration () |
| void | RemoveEmailRegistration (String rid) |
| bool | AddEmailRegistration (String name, String email, String city, String state, String country) |
| bool | ConfirmRegistrationWithId (String id) |
| bool | ConfirmRegistrationWithLogin (String user_name, String password) |
| String | Translate (String in_value) |
| void | RenderUserControl (System.IO.TextWriter writer) |
Protected Member Functions | |
| void | Page_Load (object sender, EventArgs e) |
Properties | |
| String | Message [get, set] |
| Core.Web.Feed.ProductFeedFactory | Factory [get] |
| Core.Web.Feed.Interfaces.IResource | Resource [get] |
| bool | IsAuthorized [get] |
Private Attributes | |
| String | resource_id = null |
| Core.Web.Feed.Interfaces.IResource | current_resource = null |
| String | registration_id = null |
| bool | show_post_template = false |
| String | message = null |
| void Core.Web.Feed.Controls.ResourceRegistrationControl.Page_Load | ( | object | sender, | |
| EventArgs | e | |||
| ) | [protected] |
| void Core.Web.Feed.Controls.ResourceRegistrationControl.RemoveEmailRegistration | ( | ) |
| void Core.Web.Feed.Controls.ResourceRegistrationControl.RemoveEmailRegistration | ( | String | rid | ) |
| bool Core.Web.Feed.Controls.ResourceRegistrationControl.AddEmailRegistration | ( | String | name, | |
| String | email, | |||
| String | city, | |||
| String | state, | |||
| String | country | |||
| ) |
| bool Core.Web.Feed.Controls.ResourceRegistrationControl.ConfirmRegistrationWithId | ( | String | id | ) |
| bool Core.Web.Feed.Controls.ResourceRegistrationControl.ConfirmRegistrationWithLogin | ( | String | user_name, | |
| String | password | |||
| ) |
| String Core.Web.Feed.Controls.ResourceRegistrationControl.Translate | ( | String | in_value | ) |
| void Core.Web.Feed.Controls.ResourceRegistrationControl.RenderUserControl | ( | System.IO.TextWriter | writer | ) |
String Core.Web.Feed.Controls.ResourceRegistrationControl.resource_id = null [private] |
Core.Web.Feed.Interfaces.IResource Core.Web.Feed.Controls.ResourceRegistrationControl.current_resource = null [private] |
String Core.Web.Feed.Controls.ResourceRegistrationControl.registration_id = null [private] |
bool Core.Web.Feed.Controls.ResourceRegistrationControl.show_post_template = false [private] |
String Core.Web.Feed.Controls.ResourceRegistrationControl.message = null [private] |
String Core.Web.Feed.Controls.ResourceRegistrationControl.Message [get, set] |
Core.Web.Feed.ProductFeedFactory Core.Web.Feed.Controls.ResourceRegistrationControl.Factory [get] |
Core.Web.Feed.Interfaces.IResource Core.Web.Feed.Controls.ResourceRegistrationControl.Resource [get] |
bool Core.Web.Feed.Controls.ResourceRegistrationControl.IsAuthorized [get] |