Core_CatalogWordFile.cd
上传用户:huiyue
上传日期:2022-04-08
资源大小:1429k
文件大小:3k
源码类别:

搜索引擎

开发平台:

ASP/ASPX

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ClassDiagram MajorVersion="1" MinorVersion="1">
  3.   <Font Name="Tahoma" Size="8.25" />
  4.   <Comment CommentText="This diagram is for the CodeProject article v5&#xD;&#xA;&#xD;&#xA;Introduces the WordFile class used for XmlSerialization of the Catalog&#xD;&#xA;&#xD;&#xA;">
  5.     <Position X="0.5" Y="0.5" Height="1.885" Width="1.617" />
  6.   </Comment>
  7.   <Class Name="Searcharoo.Common.Word">
  8.     <Position X="5.25" Y="0.5" Width="1.5" />
  9.     <TypeIdentifier>
  10.       <FileName>CommonWord.cs</FileName>
  11.       <HashCode>AAIACIAAAAAAAAAEAAAAAAAACAAAAAAAAAAACAAAAIA=</HashCode>
  12.     </TypeIdentifier>
  13.     <ShowAsAssociation>
  14.       <Property Name="Files" />
  15.     </ShowAsAssociation>
  16.     <Members>
  17.       <Field Name="_FileCollection" Hidden="true" />
  18.       <Field Name="_Text" Hidden="true" />
  19.       <Method Name="ToString" Hidden="true" />
  20.     </Members>
  21.   </Class>
  22.   <Class Name="Searcharoo.Common.File">
  23.     <Position X="7.5" Y="1" Width="1.5" />
  24.     <TypeIdentifier>
  25.       <FileName>CommonFile.cs</FileName>
  26.       <HashCode>QAAAAAgAAAAggEAEAAAAAAIAAIAQAAAECAAAAAAAAAA=</HashCode>
  27.     </TypeIdentifier>
  28.     <Members>
  29.       <Field Name="_CrawledDate" Hidden="true" />
  30.       <Field Name="_Description" Hidden="true" />
  31.       <Field Name="_Size" Hidden="true" />
  32.       <Field Name="_Title" Hidden="true" />
  33.       <Field Name="_Url" Hidden="true" />
  34.       <Method Name="ToString" Hidden="true" />
  35.     </Members>
  36.   </Class>
  37.   <Class Name="Searcharoo.Common.Catalog">
  38.     <Position X="2.5" Y="0.75" Width="2" />
  39.     <TypeIdentifier>
  40.       <FileName>CommonCatalog.cs</FileName>
  41.       <HashCode>AAIggIAAAAAAAQAEAAAAAABAAAAABAAAAAQAAgAgAog=</HashCode>
  42.     </TypeIdentifier>
  43.     <ShowAsAssociation>
  44.       <Field Name="_WordfileArray" />
  45.       <Property Name="Words" />
  46.       <Property Name="Files" />
  47.       <Property Name="WordFiles" />
  48.     </ShowAsAssociation>
  49.     <Members>
  50.       <Field Name="_Index" Hidden="true" />
  51.       <Method Name="ToString" Hidden="true" />
  52.     </Members>
  53.     <AssociationLine Name="_WordfileArray" Type="Searcharoo.Common.CatalogWordFile" ManuallyRouted="true" FixedFromPoint="true" FixedToPoint="true">
  54.       <Path>
  55.         <Point X="4.5" Y="3.625" />
  56.         <Point X="5.125" Y="3.625" />
  57.         <Point X="5.125" Y="3.625" />
  58.         <Point X="5.75" Y="3.625" />
  59.       </Path>
  60.     </AssociationLine>
  61.   </Class>
  62.   <Class Name="Searcharoo.Common.CatalogWordFile">
  63.     <Position X="5.75" Y="3" Width="1.5" />
  64.     <TypeIdentifier>
  65.       <FileName>CommonCatalogWordFile.cs</FileName>
  66.       <HashCode>AAAAAAAAAAAAAAAAIAAEAAAAAAAAAAAIAAAACAAAAAA=</HashCode>
  67.     </TypeIdentifier>
  68.     <Members>
  69.       <Field Name="_fileIds" Hidden="true" />
  70.       <Field Name="_text" Hidden="true" />
  71.     </Members>
  72.   </Class>
  73. </ClassDiagram>