Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Internal / GrammarBuilding / itemelement.cs / 1 / itemelement.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System.Collections.Generic; using System.Diagnostics; using System.Speech.Recognition; using System.Speech.Internal.SrgsParser; using System.Text; namespace System.Speech.Internal.GrammarBuilding { ////// /// #if VSCOMPILE [DebuggerDisplay ("{DebugSummary}")] #endif internal sealed class ItemElement : BuilderElements { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// /// internal ItemElement (GrammarBuilderBase builder) : this (builder, 1, 1) { } ////// /// /// /// internal ItemElement (int minRepeat, int maxRepeat) : this ((GrammarBuilderBase) null, minRepeat, maxRepeat) { } ////// /// /// /// /// internal ItemElement (GrammarBuilderBase builder, int minRepeat, int maxRepeat) { if (builder != null) { Add (builder); } _minRepeat = minRepeat; _maxRepeat = maxRepeat; } ////// /// /// /// /// internal ItemElement (Listbuilders, int minRepeat, int maxRepeat) { foreach (GrammarBuilderBase builder in builders) { Items.Add (builder); } _minRepeat = minRepeat; _maxRepeat = maxRepeat; } /// /// /// /// internal ItemElement (GrammarBuilder builders) { foreach (GrammarBuilderBase builder in builders.InternalBuilder.Items) { Items.Add (builder); } } #endregion //******************************************************************** // // Public Methods // //******************************************************************* #region Public Methods /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.Equals"]/*' /> public override bool Equals (object obj) { ItemElement refObj = obj as ItemElement; if (refObj == null) { return false; } if (!base.Equals (obj)) { return false; } return _minRepeat == refObj._minRepeat && _maxRepeat == refObj._maxRepeat; } /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.GetHashCode"]/*' /> public override int GetHashCode () { return base.GetHashCode (); } #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods ////// /// ///internal override GrammarBuilderBase Clone () { ItemElement item = new ItemElement (_minRepeat, _maxRepeat); item.CloneItems (this); return item; } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Create and return the real item (the item including the grammar) // for the current grammar IItem item = elementFactory.CreateItem (parent, rule, _minRepeat, _maxRepeat, 0.5f, 1f); // Create the children elements CreateChildrenElements (elementFactory, item, rule, ruleIds); return item; } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields private readonly int _minRepeat = 1; private readonly int _maxRepeat = 1; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System.Collections.Generic; using System.Diagnostics; using System.Speech.Recognition; using System.Speech.Internal.SrgsParser; using System.Text; namespace System.Speech.Internal.GrammarBuilding { ////// /// #if VSCOMPILE [DebuggerDisplay ("{DebugSummary}")] #endif internal sealed class ItemElement : BuilderElements { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// /// internal ItemElement (GrammarBuilderBase builder) : this (builder, 1, 1) { } ////// /// /// /// internal ItemElement (int minRepeat, int maxRepeat) : this ((GrammarBuilderBase) null, minRepeat, maxRepeat) { } ////// /// /// /// /// internal ItemElement (GrammarBuilderBase builder, int minRepeat, int maxRepeat) { if (builder != null) { Add (builder); } _minRepeat = minRepeat; _maxRepeat = maxRepeat; } ////// /// /// /// /// internal ItemElement (Listbuilders, int minRepeat, int maxRepeat) { foreach (GrammarBuilderBase builder in builders) { Items.Add (builder); } _minRepeat = minRepeat; _maxRepeat = maxRepeat; } /// /// /// /// internal ItemElement (GrammarBuilder builders) { foreach (GrammarBuilderBase builder in builders.InternalBuilder.Items) { Items.Add (builder); } } #endregion //******************************************************************** // // Public Methods // //******************************************************************* #region Public Methods /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.Equals"]/*' /> public override bool Equals (object obj) { ItemElement refObj = obj as ItemElement; if (refObj == null) { return false; } if (!base.Equals (obj)) { return false; } return _minRepeat == refObj._minRepeat && _maxRepeat == refObj._maxRepeat; } /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.GetHashCode"]/*' /> public override int GetHashCode () { return base.GetHashCode (); } #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods ////// /// ///internal override GrammarBuilderBase Clone () { ItemElement item = new ItemElement (_minRepeat, _maxRepeat); item.CloneItems (this); return item; } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Create and return the real item (the item including the grammar) // for the current grammar IItem item = elementFactory.CreateItem (parent, rule, _minRepeat, _maxRepeat, 0.5f, 1f); // Create the children elements CreateChildrenElements (elementFactory, item, rule, ruleIds); return item; } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields private readonly int _minRepeat = 1; private readonly int _maxRepeat = 1; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UserControlBuildProvider.cs
- PtsHelper.cs
- IndexerNameAttribute.cs
- MetaChildrenColumn.cs
- XmlArrayItemAttribute.cs
- HttpWebRequestElement.cs
- SpecularMaterial.cs
- PreservationFileWriter.cs
- NegationPusher.cs
- Point3DCollectionValueSerializer.cs
- SafeEventLogWriteHandle.cs
- APCustomTypeDescriptor.cs
- InfiniteTimeSpanConverter.cs
- AssemblyResourceLoader.cs
- SchemaElementDecl.cs
- OleDbEnumerator.cs
- TemplateNameScope.cs
- TextWriterTraceListener.cs
- HtmlInputText.cs
- QilStrConcatenator.cs
- MediaPlayerState.cs
- SqlTransaction.cs
- RichTextBoxAutomationPeer.cs
- HttpInputStream.cs
- MsmqAppDomainProtocolHandler.cs
- ImageCreator.cs
- httpapplicationstate.cs
- RefreshEventArgs.cs
- Camera.cs
- ValueTypeIndexerReference.cs
- AssemblyNameProxy.cs
- xdrvalidator.cs
- CodeTypeDeclarationCollection.cs
- MethodExpr.cs
- StandardBindingImporter.cs
- BufferedWebEventProvider.cs
- AnnotationMap.cs
- ManipulationCompletedEventArgs.cs
- Converter.cs
- TextBoxLine.cs
- ApplicationServiceManager.cs
- TypeDescriptorContext.cs
- Number.cs
- SqlNotificationEventArgs.cs
- CommandLineParser.cs
- OracleEncoding.cs
- ComponentEvent.cs
- LinqExpressionNormalizer.cs
- ServiceDesigner.xaml.cs
- SqlGatherProducedAliases.cs
- ForEachAction.cs
- clipboard.cs
- DefaultParameterValueAttribute.cs
- LinqDataView.cs
- SystemKeyConverter.cs
- XsltFunctions.cs
- PolyBezierSegment.cs
- GraphicsPathIterator.cs
- SqlSupersetValidator.cs
- SQLMembershipProvider.cs
- SpellerError.cs
- _CookieModule.cs
- FileDialog_Vista.cs
- printdlgexmarshaler.cs
- PasswordDeriveBytes.cs
- SortDescriptionCollection.cs
- SoapInteropTypes.cs
- NestedContainer.cs
- NodeLabelEditEvent.cs
- ConnectionProviderAttribute.cs
- HttpWriter.cs
- HttpFileCollection.cs
- SqlClientFactory.cs
- CommandBindingCollection.cs
- ManipulationDeltaEventArgs.cs
- EntityKey.cs
- UnrecognizedPolicyAssertionElement.cs
- SqlCommand.cs
- CompilerErrorCollection.cs
- ProvidePropertyAttribute.cs
- GenericArgumentsUpdater.cs
- MasterPageBuildProvider.cs
- XPathArrayIterator.cs
- AppSettingsReader.cs
- ClockController.cs
- SqlInternalConnection.cs
- BitVec.cs
- HttpWriter.cs
- BindingList.cs
- TableDetailsCollection.cs
- BinarySerializer.cs
- CheckBox.cs
- EUCJPEncoding.cs
- StringAnimationBase.cs
- WebConfigurationManager.cs
- _NTAuthentication.cs
- SizeAnimation.cs
- ColumnReorderedEventArgs.cs
- MexHttpBindingElement.cs
- EncoderParameters.cs