Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Internal / GrammarBuilding / GrammarBuilderDictation.cs / 1 / GrammarBuilderDictation.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- #define CODE_ANALYSIS using System.Speech.Recognition; using System.Speech.Internal.SrgsParser; using System.Diagnostics; namespace System.Speech.Internal.GrammarBuilding { ////// /// internal sealed class GrammarBuilderDictation : GrammarBuilderBase { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// internal GrammarBuilderDictation () : this (null) { } ////// /// /// internal GrammarBuilderDictation (string category) { _category = category; } #endregion //******************************************************************** // // Public Methods // //******************************************************************* #region Public Methods /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.Equals"]/*' /> public override bool Equals (object obj) { GrammarBuilderDictation refObj = obj as GrammarBuilderDictation; if (refObj == null) { return false; } return _category == refObj._category; } /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.GetHashCode"]/*' /> public override int GetHashCode () { return _category == null ? 0 : _category.GetHashCode (); } #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods ////// /// ///internal override GrammarBuilderBase Clone () { return new GrammarBuilderDictation (_category); } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Return the IRuleRef to the dictation grammar return CreateRuleRefToDictation (elementFactory, parent); } #endregion //******************************************************************* // // Internal Properties // //******************************************************************** #region Internal Properties override internal string DebugSummary { get { string category = _category != null ? ":" + _category : string.Empty; return "dictation" + category; } } #endregion //******************************************************************* // // Private Methods // //******************************************************************* #region Private Methods /// /// /// /// /// ///private IRuleRef CreateRuleRefToDictation (IElementFactory elementFactory, IElement parent) { Uri ruleUri; if (!string.IsNullOrEmpty (_category) && _category == "spelling") { ruleUri = new Uri ("grammar:dictation#spelling", UriKind.RelativeOrAbsolute); } else { ruleUri = new Uri ("grammar:dictation", UriKind.RelativeOrAbsolute); } return elementFactory.CreateRuleRef (parent, ruleUri, null, null); } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields /// /// /// private readonly string _category; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- #define CODE_ANALYSIS using System.Speech.Recognition; using System.Speech.Internal.SrgsParser; using System.Diagnostics; namespace System.Speech.Internal.GrammarBuilding { ////// /// internal sealed class GrammarBuilderDictation : GrammarBuilderBase { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// internal GrammarBuilderDictation () : this (null) { } ////// /// /// internal GrammarBuilderDictation (string category) { _category = category; } #endregion //******************************************************************** // // Public Methods // //******************************************************************* #region Public Methods /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.Equals"]/*' /> public override bool Equals (object obj) { GrammarBuilderDictation refObj = obj as GrammarBuilderDictation; if (refObj == null) { return false; } return _category == refObj._category; } /// TODOC <_include file='doc\SpeechAudioFormatInfo.uex' path='docs/doc[@for="SpeechAudioFormatInfo.GetHashCode"]/*' /> public override int GetHashCode () { return _category == null ? 0 : _category.GetHashCode (); } #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods ////// /// ///internal override GrammarBuilderBase Clone () { return new GrammarBuilderDictation (_category); } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Return the IRuleRef to the dictation grammar return CreateRuleRefToDictation (elementFactory, parent); } #endregion //******************************************************************* // // Internal Properties // //******************************************************************** #region Internal Properties override internal string DebugSummary { get { string category = _category != null ? ":" + _category : string.Empty; return "dictation" + category; } } #endregion //******************************************************************* // // Private Methods // //******************************************************************* #region Private Methods /// /// /// /// /// ///private IRuleRef CreateRuleRefToDictation (IElementFactory elementFactory, IElement parent) { Uri ruleUri; if (!string.IsNullOrEmpty (_category) && _category == "spelling") { ruleUri = new Uri ("grammar:dictation#spelling", UriKind.RelativeOrAbsolute); } else { ruleUri = new Uri ("grammar:dictation", UriKind.RelativeOrAbsolute); } return elementFactory.CreateRuleRef (parent, ruleUri, null, null); } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields /// /// /// private readonly string _category; #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
- KeyManager.cs
- OutputCacheSettings.cs
- sqlinternaltransaction.cs
- HeaderedContentControl.cs
- ResolveNameEventArgs.cs
- BufferModeSettings.cs
- CompilationSection.cs
- ListDictionaryInternal.cs
- XmlReaderSettings.cs
- TextEndOfLine.cs
- WebServiceReceiveDesigner.cs
- MgmtConfigurationRecord.cs
- CancellationToken.cs
- DataControlLinkButton.cs
- ProcessModelInfo.cs
- NegationPusher.cs
- ScriptingWebServicesSectionGroup.cs
- EntityExpressionVisitor.cs
- DataKey.cs
- DeferredReference.cs
- AssociatedControlConverter.cs
- unsafenativemethodstextservices.cs
- ConnectionManagementElementCollection.cs
- StringComparer.cs
- ClrProviderManifest.cs
- SynchronousReceiveBehavior.cs
- TypeListConverter.cs
- ISessionStateStore.cs
- SafeCryptContextHandle.cs
- BindingBase.cs
- RSAProtectedConfigurationProvider.cs
- XamlPoint3DCollectionSerializer.cs
- BamlVersionHeader.cs
- WebPartConnectionsCancelEventArgs.cs
- PageParserFilter.cs
- ColorConverter.cs
- MachinePropertyVariants.cs
- InvokeCompletedEventArgs.cs
- SymLanguageType.cs
- coordinatorfactory.cs
- CatalogZone.cs
- TextTreeFixupNode.cs
- AmbientLight.cs
- FigureHelper.cs
- CancelEventArgs.cs
- InputBindingCollection.cs
- LinkLabelLinkClickedEvent.cs
- ToolStripDropDownMenu.cs
- MarkupProperty.cs
- Range.cs
- InvalidComObjectException.cs
- WebMessageEncodingBindingElement.cs
- SqlClientMetaDataCollectionNames.cs
- HatchBrush.cs
- ServerIdentity.cs
- RightsManagementEncryptedStream.cs
- BindingListCollectionView.cs
- BufferModesCollection.cs
- AppSecurityManager.cs
- ThicknessConverter.cs
- MsmqAppDomainProtocolHandler.cs
- CompleteWizardStep.cs
- xmlsaver.cs
- HttpContext.cs
- CodeTypeParameterCollection.cs
- AdornerHitTestResult.cs
- OdbcConnectionHandle.cs
- path.cs
- DataGridViewDataErrorEventArgs.cs
- Base64Decoder.cs
- RegularExpressionValidator.cs
- ToolStripPanelRow.cs
- ExceptionWrapper.cs
- ActivityStateQuery.cs
- InstanceContext.cs
- DataObjectPastingEventArgs.cs
- TabletDeviceInfo.cs
- SafeHandles.cs
- EventProviderWriter.cs
- MenuCommandService.cs
- HttpListenerRequest.cs
- XmlWriter.cs
- XmlAutoDetectWriter.cs
- NameSpaceExtractor.cs
- AsyncSerializedWorker.cs
- IntegerValidatorAttribute.cs
- XMLDiffLoader.cs
- webproxy.cs
- IDispatchConstantAttribute.cs
- Decoder.cs
- MarkupObject.cs
- DataGridViewRow.cs
- StickyNoteHelper.cs
- AddingNewEventArgs.cs
- FastPropertyAccessor.cs
- DesignerToolStripControlHost.cs
- _UncName.cs
- RegexGroup.cs
- AccessDataSourceWizardForm.cs
- SimpleWebHandlerParser.cs