Summa.Data.Item.Item C# (CSharp) Method

Item() public method

public Item ( string the_uri, string feeduri ) : System
the_uri string
feeduri string
return System
        public Item(string the_uri, string feeduri)
        {
            Uri = the_uri;
            FeedUri = feeduri;
        }
Item