
Public Member Functions | |
| ProductFeedFactory (String app_path, String in_path) | |
| override int | ReloadFeed () |
| XmlDocument | GetLayoutTemplate (String layout_id) |
| override IFeed | CreateFeed () |
| override void | AddNewFeed (IFeed in_feed, System.Xml.XmlDocument xml_document) |
| override void | HandleReloadFeed () |
Public Attributes | |
| const String | XML_ELEMENT_RESOURCES = "Resources" |
| const String | XML_ELEMENT_RESOURCE = "Resource" |
| const String | XML_ELEMENT_RELEASE = "Release" |
| const String | XML_ELEMENT_META = "Meta" |
| const String | XML_ELEMENT_NAME = "Name" |
| const String | XML_ELEMENT_SHORT_NAME = "Short-Name" |
| const String | XML_ELEMENT_ID = "Id" |
| const String | XML_ELEMENT_TYPE = "Type" |
| const String | XML_ELEMENT_LOCAL_FILE = "LocalFile" |
| const String | XML_ELEMENT_PROXY_FILE = "ProxyFile" |
| const String | XML_ELEMENT_ACCESS = "Access" |
| const String | XML_ELEMENT_AUTHENTICATION = "Authentication" |
| const String | XML_ELEMENT_ALLOW = "Allow" |
| const String | XML_ELEMENT_REGISTRATION_URL = "Registration-Url" |
| const String | XML_ELEMENT_WEB_APPLICATION_URL = "Web-Application-Url" |
| const String | XML_ELEMENT_REGISTRATION_TEMPLATE = "Registration-Template" |
| const String | XML_ELEMENT_POST_REGISTRATION_TEMPLATE = "Post-Registration-Template" |
| const String | XML_ELEMENT_PENDING_REGISTRATION_TEMPLATE = "Pending-Registration-Template" |
| const String | XML_ELEMENT_RESOURCE_VERSION = "Resource-Version" |
| const String | XML_ELEMENT_PRODUCT_HOME = "Product-Home" |
| const String | XML_ELEMENT_PRODUCT_NAME = "Product-Name" |
| const String | XML_ELEMENT_RESOURCE_THUMBNAIL = "Resource-Thumbnail" |
| const String | XML_ELEMENT_PRODUCT_VERSION = "Product-Version" |
| const String | XML_ELEMENT_PRODUCT_ID = "Product-Id" |
| const String | ROOT_PATH = "Products" |
Properties | |
| override String | RootPath [get] |
| Core.Web.Feed.ProductFeedFactory.ProductFeedFactory | ( | String | app_path, | |
| String | in_path | |||
| ) |
| override int Core.Web.Feed.ProductFeedFactory.ReloadFeed | ( | ) | [virtual] |
Reimplemented from Core.Web.Feed.FeedFactory.
| XmlDocument Core.Web.Feed.ProductFeedFactory.GetLayoutTemplate | ( | String | layout_id | ) |
| override IFeed Core.Web.Feed.ProductFeedFactory.CreateFeed | ( | ) | [virtual] |
Reimplemented from Core.Web.Feed.FeedFactory.
| override void Core.Web.Feed.ProductFeedFactory.AddNewFeed | ( | IFeed | in_feed, | |
| System.Xml.XmlDocument | xml_document | |||
| ) | [virtual] |
Reimplemented from Core.Web.Feed.FeedFactory.
| override void Core.Web.Feed.ProductFeedFactory.HandleReloadFeed | ( | ) | [virtual] |
Reimplemented from Core.Web.Feed.FeedFactory.
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_RESOURCES = "Resources" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_RESOURCE = "Resource" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_RELEASE = "Release" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_META = "Meta" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_NAME = "Name" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_SHORT_NAME = "Short-Name" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_ID = "Id" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_TYPE = "Type" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_LOCAL_FILE = "LocalFile" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PROXY_FILE = "ProxyFile" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_ACCESS = "Access" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_AUTHENTICATION = "Authentication" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_ALLOW = "Allow" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_REGISTRATION_URL = "Registration-Url" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_WEB_APPLICATION_URL = "Web-Application-Url" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_REGISTRATION_TEMPLATE = "Registration-Template" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_POST_REGISTRATION_TEMPLATE = "Post-Registration-Template" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PENDING_REGISTRATION_TEMPLATE = "Pending-Registration-Template" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_RESOURCE_VERSION = "Resource-Version" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PRODUCT_HOME = "Product-Home" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PRODUCT_NAME = "Product-Name" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_RESOURCE_THUMBNAIL = "Resource-Thumbnail" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PRODUCT_VERSION = "Product-Version" |
| const String Core.Web.Feed.ProductFeedFactory.XML_ELEMENT_PRODUCT_ID = "Product-Id" |
| const String Core.Web.Feed.ProductFeedFactory.ROOT_PATH = "Products" |
override String Core.Web.Feed.ProductFeedFactory.RootPath [get] |
Reimplemented from Core.Web.Feed.FeedFactory.