Click here to Skip to main content
15,885,782 members
Articles / Web Development / ASP.NET

RSS 2.0 Framework

Rate me:
Please Sign up or sign in to vote.
4.92/5 (67 votes)
19 Jan 2013LGPL37 min read 507.2K   15.2K   361  
RSS 2.0 framework implements the RSS 2.0 specification in strongly typed classes. The framework enables you to create and consume valid RSS 2.0 feeds in your code in just a few minutes.
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Raccoom.Xml.Editors</name>
    </assembly>
    <members>
        <member name="T:Raccoom.Windows.Forms.FormPublish">
            <summary>
            RssGeneratorPublishDialog let you specifiy your credentials to publish the rss channel on the net.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormPublish.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormPublish.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormPublish.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Raccoom.Windows.Forms.FormWindowKindRss">
            <summary>
            RSS 2.0 Generator Form was basically created as non sophisticated demo application for the RSS.NET classes. After some hours of coding the generator transformed to a RSS 2.0 Editor. The editor provides three different views: <list><item>edit view</item><item>preview mode</item><item>xml view</item></list>. The editor can load and save rss xml documents from local storage or from the intranet/internet.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormWindowKindRss._refreshViews">
            <summary>Flag specify that views have to refresh cause data changes</summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss.LoadChannel(System.String)">
            <summary>
            Create a new RssChannel and update the UI
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss.PopulateListView">
            <summary>
            Refresh the listview with the current rss channel items.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss._rssChannel_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Rss channel is dirty
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss._lvFeed_DoubleClick(System.Object,System.EventArgs)">
            <summary>
            user clicked on a rss channel item in the listview. If the item link is set, load it.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindRss.Raccoom#Windows#Forms#IChildWindow#Show">
            <summary>
            RSS 2.0 Generator Form was basically created as non sophisticated demo application for the RSS.NET classes. After some hours of coding the generator transformed to a RSS 2.0 Editor. The editor provides three different views: <list><item>edit view</item><item>preview mode</item><item>xml view</item></list>. The editor can load and save rss xml documents from local storage or from the intranet/internet.
            </summary>
        </member>
        <member name="T:NJFLib.Controls.VisualStyles">
            <summary>
            Enumeration to sepcify the visual style to be applied to the CollapsibleSplitter control
            </summary>
        </member>
        <member name="T:NJFLib.Controls.SplitterState">
            <summary>
            Enumeration to specify the current animation state of the control.
            </summary>
        </member>
        <member name="T:NJFLib.Controls.CollapsibleSplitter">
            <summary>
            A custom collapsible splitter that can resize, hide and show associated form controls
            </summary>
            <remarks>Windows Forms Collapsible Splitter Control for .Net
            (c)Copyright 2002-2003 NJF (furty74@yahoo.com). All rights reserved.</remarks>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.IsCollapsed">
            <summary>
            The initial state of the Splitter. Set to True if the control to hide is not visible by default
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.ControlToHide">
            <summary>
            The System.Windows.Forms.Control that the splitter will collapse
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.UseAnimations">
            <summary>
            Determines if the collapse and expanding actions will be animated
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.AnimationDelay">
            <summary>
            The delay in millisenconds between animation steps
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.AnimationStep">
            <summary>
            The amount of pixels moved in each animation step
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.ExpandParentForm">
            <summary>
            When true the entire parent form will be expanded and collapsed, otherwise just the contol to expand will be changed
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.VisualStyle">
            <summary>
            The visual style that will be painted on the control
            </summary>
        </member>
        <member name="P:NJFLib.Controls.CollapsibleSplitter.BorderStyle3D">
            <summary>
            An optional border style to paint on the control. Set to Flat for no border
            </summary>
        </member>
        <member name="T:NJFLib.Controls.CollapsibleSplitterDesigner">
            <summary>
            A simple designer class for the CollapsibleSplitter control to remove 
            unwanted properties at design time.
            </summary>
        </member>
        <member name="T:Raccoom.Xml.Gui.Startup">
            <summary>
            Summary description for Startup.
            </summary>
        </member>
        <member name="M:Raccoom.Xml.Gui.Startup.Main">
            <summary>
            The main entry point for the application.
            </summary>
        </member>
        <member name="T:Actions.Action">
            <summary>
            Action.
            </summary>
        </member>
        <member name="F:Actions.Action.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Actions.Action.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Actions.Action.Text">
            <summary>
            The text used in controls associated to this Action.
            </summary>
        </member>
        <member name="P:Actions.Action.Enabled">
            <summary>
            Indicates whether the associated components are enabled.
            </summary>
        </member>
        <member name="P:Actions.Action.Checked">
            <summary>
            Indicates whether the associated components are checked.
            </summary>
        </member>
        <member name="P:Actions.Action.Shortcut">
            <summary>
            Indicates the shorcut for this Action.
            </summary>
        </member>
        <member name="P:Actions.Action.Visible">
            <summary>
            Indicates whether the associated components are visibled or hidden.
            </summary>
        </member>
        <member name="P:Actions.Action.Tag">
            <summary>
            User defined data associated with this Action.
            </summary>
        </member>
        <member name="P:Actions.Action.ImageIndex">
            <summary>
            Indicates the index of the image in the parent ActionList's ImageList this Action will use to obtains its image.
            </summary>
        </member>
        <member name="P:Actions.Action.Hint">
            <summary>
            Indicates the text that appears as a ToolTip for a control.
            </summary>
        </member>
        <member name="P:Actions.Action.Parent">
            <summary>
            The ActionList to which this action belongs
            </summary>
        </member>
        <member name="E:Actions.Action.Execute">
            <summary>
            This event is triggered when the path changes
            </summary>
        </member>
        <member name="E:Actions.Action.Update">
            <summary>
            This event is triggered when the path changes
            </summary>
        </member>
        <member name="P:Actions.Action.ShowTextOnToolBar">
            <summary>
            The ActionList to which this action belongs
            </summary>
        </member>
        <member name="T:Actions.ActionData">
            <summary>
            Internal data about a control used by an Action
            </summary>
        </member>
        <member name="T:Raccoom.Windows.Forms.UrlDragDropManager">
            <summary>
            Summary description for UrlDragDropManager.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.UrlDragDropManager.OnDragEnter(System.Object,System.Windows.Forms.DragEventArgs)">
            <summary>
            Allow draging of UniformResourceLocator (Hyperlinks)
            </summary>		
        </member>
        <member name="M:Raccoom.Windows.Forms.UrlDragDropManager.OnDragDrop(System.Object,System.Windows.Forms.DragEventArgs)">
            <summary>
            If valid UniformResourceLocator was dropped, load it
            </summary>
        </member>
        <member name="T:Actions.Design.ImageIndexEditorBase">
            <summary>
            The base class for the UITypeEditor for an index in an ImageList.
            </summary>
        </member>
        <member name="M:Actions.Design.ImageIndexEditorBase.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Indicates whether the specified context supports painting a representation of an object's value within the specified context.
            </summary>
            <param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
            <returns>true if PaintValue is implemented; otherwise, false.</returns>
        </member>
        <member name="M:Actions.Design.ImageIndexEditorBase.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
            <summary>
            Paints a representation of the value of an object using the specified PaintValueEventArgs.
            </summary>
            <param name="pe">A PaintValueEventArgs that indicates what to paint and where to paint it.</param>
        </member>
        <member name="M:Actions.Design.ImageIndexEditorBase.GetImage(System.ComponentModel.ITypeDescriptorContext,System.Int32)">
            <summary>
            Get the image corresponding to the corresponding index. The imageList is determined firstly by looking at property of type ImageList among the instance properties,
            secondly by looking at the properties of the "Parent" property of the instance
            </summary>
            <param name="context">The context of the call</param>
            <param name="index">The index of the image</param>
            <returns>The corresponding image or null</returns>
        </member>
        <member name="M:Actions.Design.ImageIndexEditorBase.GetImageList(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Abstract method which allow to find the ImageList for the given context
            </summary>
            <param name="context">The context of the call</param>
            <returns>An ImageList</returns>
        </member>
        <member name="T:Actions.Design.ImageIndexEditor">
            <summary>
            An UITypeEditor for an index in an ImageList. There is one in System.Windows.Form.Design but unfortunately it's a private class.
            </summary>
        </member>
        <member name="M:Actions.Design.ImageIndexEditor.GetImageList(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Finds the ImageList for the given context by looking first at property of type ImageList among the instance properties,
            and if the search was unsuccessful by looking at the properties of the "Parent" property of the instance
            </summary>
            <param name="context">The context of the call</param>
            <returns>An ImageList</returns>
        </member>
        <member name="T:Actions.ActionCollection">
            <summary>
            A collection that stores Action Actions.
            </summary>
        </member>
        <member name="M:Actions.ActionCollection.#ctor(Actions.ActionList)">
            <summary>
             Initializes a new instance of ActionCollection.
            </summary>
        </member>
        <member name="M:Actions.ActionCollection.#ctor(Actions.ActionCollection)">
            <summary>
            Initialises a new instance of ActionCollection based on another ActionCollection.
            </summary>
            <param name='value'>An ActionCollection from which the contents are copied</param>
        </member>
        <member name="M:Actions.ActionCollection.#ctor(Actions.Action[])">
            <summary>
            Initialises a new instance of ActionCollection containing any array of Actions.
            </summary>
            <param name='value'>An array of Actions with which to intialize the collection</param>
        </member>
        <member name="M:Actions.ActionCollection.Add(Actions.Action)">
            <summary>
            Adds a Action with the specified value to the ActionCollection.
            </summary>
            <param name='value'>The Action to add.</param>
            <returns>The index at which the new element was inserted.</returns>
        </member>
        <member name="M:Actions.ActionCollection.AddRange(Actions.Action[])">
            <summary>
            Copies the elements of an array to the end of the ActionCollection.
            </summary>
            <param name='value'> An array of Actions containing the objects to add to the collection.</param>
        </member>
        <member name="M:Actions.ActionCollection.AddRange(Actions.ActionCollection)">
            <summary>
            Adds the contents of another ActionCollection to the end of the collection.
            </summary>
            <param name='value'>An ActionCollection containing the objects to add to the collection.</param>
        </member>
        <member name="M:Actions.ActionCollection.Contains(Actions.Action)">
            <summary>
            Returns true if this ActionCollection contains the specified Action.
            </summary>
            <param name='value'>The Action to locate.</param>
        </member>
        <member name="M:Actions.ActionCollection.CopyTo(Actions.Action[],System.Int32)">
            <summary>
            Copies the ActionCollection values to a one-dimensional Array instance at the  specified index.
            </summary>
            <param name='array'>The one-dimensional Array that is the destination of the values copied from ActionCollection .</param>
            <param name='index'>The index in <paramref name='array'/> where copying begins.</param>
        </member>
        <member name="M:Actions.ActionCollection.IndexOf(Actions.Action)">
            <summary>Returns the index of an Action in the ActionCollection.</summary>
            <param name='value'>The Action to locate.</param>
            <returns>The index of the Action of <paramref name='value'/> in the ActionCollection, if found; otherwise, -1.</returns>
        </member>
        <member name="M:Actions.ActionCollection.Insert(System.Int32,Actions.Action)">
            <summary>Inserts a Action into the ActionCollection at the specified index.</summary>
            <param name='index'>The zero-based index where <paramref name='value'/> should be inserted.</param>
            <param name=' value'>The Action to insert.</param>
        </member>
        <member name="M:Actions.ActionCollection.GetEnumerator">
            <summary>Returns an enumerator that can iterate through  the ActionCollection.</summary>
        </member>
        <member name="M:Actions.ActionCollection.Remove(Actions.Action)">
            <summary>
            Removes a specific Action from the ActionCollection.
            </summary>
            <param name='value'>The Action to remove from the ActionCollection .</param>
        </member>
        <member name="P:Actions.ActionCollection.Parent">
            <summary>
            Returns the ActionList which owns this ActionCollection
            </summary>
        </member>
        <member name="P:Actions.ActionCollection.Null">
            <summary>
            Returns a reference to the "null" action of this collection (needed in design mode)
            </summary>
        </member>
        <member name="P:Actions.ActionCollection.Item(System.Int32)">
            <summary>
            Represents the entry at the specified index.
            </summary>
            <param name='index'>The zero-based index of the entry to locate in the collection.</param>
            <returns>The entry at the specified index of the collection.</returns>
        </member>
        <member name="T:Actions.ActionCollection.ActionEnumerator">
            <summary>
            An enumerator for an ActionCollection
            </summary>
        </member>
        <member name="T:Raccoom.Xml.Editors.RssCacheManager">
            <summary>
            Summary description for RssCacheManager.
            </summary>
        </member>
        <member name="M:Raccoom.Xml.Editors.RssCacheManager.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Xml.Editors.RssCacheManager.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Raccoom.Windows.Forms.FormWindowKindOpml">
            <summary>
            
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormWindowKindOpml._refreshViews">
            <summary>Flag specify that views have to refresh cause data changes</summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.LoadChannel(System.String)">
            <summary>
            Create a new RssChannel and update the UI
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.PopulateTreeViewRoot">
            <summary>
            Refresh the listview with the current rss channel items.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml._opmlDocument_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Rss channel is dirty
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml._lvFeed_DoubleClick(System.Object,System.EventArgs)">
            <summary>
            user clicked on a rss channel item in the listview. If the item link is set, load it.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.Raccoom#Windows#Forms#IChildWindow#Show">
            <summary>
            
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.TreeNodeOpml.AddDummyNode">
            <summary>
            Adds a dummy node to the parent node
            </summary>		
        </member>
        <member name="M:Raccoom.Windows.Forms.FormWindowKindOpml.TreeNodeOpml.RemoveDummyNode">
            <summary>
            Removes the dummy node from the parent node.
            </summary>		
        </member>
        <member name="T:Raccoom.Windows.Forms.FormAbout">
            <summary>
            A Form that fades into view at creation, and fades out of view at destruction.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormAbout.m_fadeInFlag">
            <summary>
            Flag to control whether the form fades in or out of view.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormAbout.m_fadeInOutTimer">
            <summary>
            Timer to drive the fading process.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormAbout.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.m_fadeInOutTimer_Tick(System.Object,System.EventArgs)">
            <summary>
            Timer tick event handler. Used to drive the fading activity.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout._DoNothing">
            <summary>
            The mysterious DoNothing method! What does it mean? Why is it 
            here? Will these questions ever be answered!!!
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.OnLoad(System.EventArgs)">
            <summary>
            Used to initiate the fade in process.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.OnClosing(System.ComponentModel.CancelEventArgs)">
            <summary>
            Used to control the fade out process.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormAbout.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Raccoom.Xml.Editors.RssUIManagerTest">
            <summary>
            Summary description for RssUIManagerTest.
            </summary>
        </member>
        <member name="M:Raccoom.Xml.Editors.RssUIManagerTest.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Xml.Editors.RssUIManagerTest.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Raccoom.Windows.Forms.MdiParent">
            <summary>
             
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.OpenDocument(System.String)">
            <summary>
            Create a new RssChannel and update the UI
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.QueryUIStatus">
            <summary>
            Update the UI depending on the current state
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.OnActionExecuted(System.Object,System.EventArgs)">
            <summary>
             Toolbar button click handler
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.TreeNodeOpml.AddDummyNode">
            <summary>
            Adds a dummy node to the parent node
            </summary>		
        </member>
        <member name="M:Raccoom.Windows.Forms.MdiParent.TreeNodeOpml.RemoveDummyNode">
            <summary>
            Removes the dummy node from the parent node.
            </summary>		
        </member>
        <member name="T:Actions.ActionConverter">
            <summary>
            <para>TypeConverter for an extender provider which provides an Action property which is one of the Action of an ActionCollection</para>
            <para>As I've found no way to get access to the associated collection, an Action provides information
            about the associated collection through the "Parent" property. As the Action item is initialised in the GetAction method of the extender provider,
            it's possible to get a reference to the ActionCollection (which is only needed for filling the list of 
            possible values) during the call to ConvertTo.</para>
            </summary>
        </member>
        <member name="M:Actions.ActionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Returns whether this converter can convert an object of one type to the type of this converter.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
            <param name="sourceType">A Type that represents the type you want to convert from.</param>
        </member>
        <member name="M:Actions.ActionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary>
            Converts the given value to the type of this converter.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
            <param name="culture">The CultureInfo to use as the current culture.</param>
            <param name="value">The Object to convert.</param>
            <returns>An Object that represents the converted value.</returns>
        </member>
        <member name="M:Actions.ActionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary>
            Converts the given value object to the specified type, using the specified context and culture information.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
            <param name="culture">A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed.</param>
            <param name="value">The Object to convert.</param>
            <param name="destinationType">The Type to convert the value parameter to.</param>
            <returns>An Object that represents the converted value.</returns>
        </member>
        <member name="M:Actions.ActionConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Returns whether this object supports a standard set of values that can be picked from a list.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
        </member>
        <member name="M:Actions.ActionConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Returns whether the collection of standard values returned from GetStandardValues is an exclusive list.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
        </member>
        <member name="M:Actions.ActionConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Returns a collection of standard values for the data type this type converter is designed for.
            </summary>
            <param name="context">An ITypeDescriptorContext that provides a format context.</param>
        </member>
        <member name="T:Actions.ActionCollectionEditor">
            <summary>
            Editor for an ActionCollection
            </summary>
        </member>
        <member name="M:Actions.ActionCollectionEditor.#ctor">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:Actions.ActionCollectionEditor.GetItems(System.Object)">
            <summary>
            Gets an array of objects containing the specified collection.
            </summary>
            <param name="editValue">The collection to edit</param>
            <returns>An array containing the collection objects.</returns>
        </member>
        <member name="M:Actions.ActionCollectionEditor.SetItems(System.Object,System.Object[])">
            <summary>
            Sets the specified array as the items of the collection.
            </summary>
            <param name="editValue">The collection to edit.</param>
            <param name="value">An array of objects to set as the collection items.</param>
            <returns>The newly created collection object or, otherwise, the collection indicated by the editValue parameter.</returns>
        </member>
        <member name="T:Raccoom.Windows.Forms.FormOpenUrl">
            <summary>
            RssGeneratorUrlDialog let you specify a valid url.
            </summary>
        </member>
        <member name="F:Raccoom.Windows.Forms.FormOpenUrl.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormOpenUrl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Raccoom.Windows.Forms.FormOpenUrl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Actions.ActionList">
            <summary>
            An ActionList is a list of Actions.
            </summary>
        </member>
        <member name="M:Actions.ActionList.#ctor(System.ComponentModel.IContainer)">
            <summary>
            Constructor
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Actions.ActionList.#ctor">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:Actions.ActionList.GetAction(System.ComponentModel.Component)">
            <summary>
            Indicates whether or not labels of ToolBar Buttons are displayed or not.
            </summary>
        </member>
        <member name="M:Actions.ActionList.SetAction(System.ComponentModel.Component,Actions.Action)">
            <summary>
            The set method of the extended property Action
            </summary>
        </member>
        <member name="M:Actions.ActionList.ShouldSerializeAction(System.Object)">
            <summary>
            We need only to serialize Components wich have associated to an Action
            </summary>
        </member>
        <member name="M:Actions.ActionList.CanExtend(System.Object)">
            <summary>
            Specifies whether this object can provide its extender properties to the specified object.
            </summary>
            <param name="target">The Object to receive the extender properties</param>
        </member>
        <member name="M:Actions.ActionList.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Actions.ActionList.Init">
            <summary>
            Common code for initialising the instance
            </summary>
        </member>
        <member name="M:Actions.ActionList.OnIdle(System.Object,System.EventArgs)">
            <summary>
            Occurs when the application is idle so that the action list can update the actions in the list.
            </summary>
            <param name="sender">The source of the event</param>
            <param name="e">An EventArgs that contains the event data</param>
        </member>
        <member name="M:Actions.ActionList.OnComponentDisposed(System.Object,System.EventArgs)">
            <summary>
            Cleans the action list when an associated component is destroyed
            </summary>
        </member>
        <member name="M:Actions.ActionList.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="P:Actions.ActionList.Count">
            <summary>
            The number of Actions in this ActionList
            </summary>
        </member>
        <member name="P:Actions.ActionList.Actions">
            <summary>
            The collection of Actions that makes up this ActionList
            </summary>
        </member>
        <member name="P:Actions.ActionList.ImageList">
            <summary>
            The ImageList from which this ActionList will get all of the action images.
            </summary>
        </member>
        <member name="P:Actions.ActionList.Tag">
            <summary>
            User defined data associated with this ActionList.
            </summary>
        </member>
        <member name="P:Actions.ActionList.ShowTextOnToolBar">
            <summary>
            User defined data associated with this ActionList.
            </summary>
        </member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer (Senior)
Switzerland Switzerland
My interest is in the future because I am going to spend the rest of my life there. (Charles Kettering)

Biography

  • 1996 - 1998 PC Board PPL, HTML, DHTML, Javascript and ASP
  • 1999 - 2001 coding Centura against Sql Database (SqlBase,MSSQL,Oracle)
  • 2002 - 2004 C# Windows Forms
  • 2005 - 2006 C# ASP.NET, Windows Forms
  • 2006 - 2009 C#, WCF, WF, WPF
  • 2010 - 2012 C#, Dynamics CRM, Sharepoint, Silverlight
  • 2013 - 2013 C#, WCF DS (OData), WF, WPF
  • 2014 - 2016 C#, Azure PaaS, Identity, OWIN, OData, Web Api
  • 2017 - now C#, aspnet.core, IdentityServer4, TypeScript & Angular @ Azure IaaS or PaaS

Interests

  • family & friends
  • chilaxing ,)
  • coding

Comments and Discussions