//------------------------------------------------------------------------------ // // このコードはツールによって生成されました。 // ランタイム バージョン:2.0.50727.42 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // //------------------------------------------------------------------------------ // // このソース コードは xsd によって自動生成されました。Version=2.0.50727.42 です。 // namespace Yahoo.us.WebSearchResponse { using System.Xml.Serialization; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:yahoo:srch", IsNullable=false)] public partial class ResultSet { private ResultType[] resultField; private string totalResultsAvailableField; private string totalResultsReturnedField; private string firstResultPositionField; /// [System.Xml.Serialization.XmlElementAttribute("Result")] public ResultType[] Result { get { return this.resultField; } set { this.resultField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string totalResultsAvailable { get { return this.totalResultsAvailableField; } set { this.totalResultsAvailableField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string totalResultsReturned { get { return this.totalResultsReturnedField; } set { this.totalResultsReturnedField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string firstResultPosition { get { return this.firstResultPositionField; } set { this.firstResultPositionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srch")] public partial class ResultType { private string titleField; private string summaryField; private string urlField; private string clickUrlField; private string modificationDateField; private string mimeTypeField; private CacheType cacheField; /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string Summary { get { return this.summaryField; } set { this.summaryField = value; } } /// public string Url { get { return this.urlField; } set { this.urlField = value; } } /// public string ClickUrl { get { return this.clickUrlField; } set { this.clickUrlField = value; } } /// public string ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// public string MimeType { get { return this.mimeTypeField; } set { this.mimeTypeField = value; } } /// public CacheType Cache { get { return this.cacheField; } set { this.cacheField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srch")] public partial class CacheType { private string urlField; private string sizeField; /// public string Url { get { return this.urlField; } set { this.urlField = value; } } /// public string Size { get { return this.sizeField; } set { this.sizeField = value; } } } }