コード例 #1
0
        public IStartIndexElement GetOpensearch_StartIndexElement()
        {
            IStartIndexElement element = FeedComponentFactory.Create <IStartIndexElement>();

            element.Value = this.StartIndex;

            return(element);
        }
コード例 #2
0
        public ITotalResultsElement GetOpensearch_TotalResultsElement()
        {
            ITotalResultsElement element = FeedComponentFactory.Create <ITotalResultsElement>();

            element.Value = this.TotalResults;

            return(element);
        }
コード例 #3
0
        public IItemsPerPageElement GetOpensearch_ItemsPerPageElement()
        {
            IItemsPerPageElement element = FeedComponentFactory.Create <IItemsPerPageElement>();

            element.Value = this.ItemsPerPage;

            return(element);
        }