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 / TagElement.cs / 1 / TagElement.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 TagElement : BuilderElements { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// /// internal TagElement (object value) { _value = value; } ////// /// /// /// internal TagElement (GrammarBuilderBase builder, object value) : this (value) { Add (builder); } ////// /// /// /// internal TagElement (GrammarBuilder builder, object value) : this (value) { 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) { TagElement refObj = obj as TagElement; if (refObj == null) { return false; } if (!base.Equals (obj)) { return false; } return _value.Equals (refObj._value); } /// 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 () { TagElement tag = new TagElement (_value); tag.CloneItems (this); return tag; } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Create the children elements IItem item = parent as IItem; if (item != null) { CreateChildrenElements (elementFactory, item, rule, ruleIds); } else { if (parent == rule) { CreateChildrenElements (elementFactory, rule, ruleIds); } else { System.Diagnostics.Debug.Assert (false); } } // Create the tag element at the end only if there were some children IPropertyTag tag = elementFactory.CreatePropertyTag (parent); tag.NameValue (parent, null, _value); return tag; } #endregion //******************************************************************* // // Internal Properties // //******************************************************************** #region Internal Properties override internal string DebugSummary { get { return base.DebugSummary + " {" + _value + "}"; } } #endregion //******************************************************************* // // Private Fields // //******************************************************************* #region Private Fields private readonly object _value; #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 TagElement : BuilderElements { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors ////// /// /// internal TagElement (object value) { _value = value; } ////// /// /// /// internal TagElement (GrammarBuilderBase builder, object value) : this (value) { Add (builder); } ////// /// /// /// internal TagElement (GrammarBuilder builder, object value) : this (value) { 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) { TagElement refObj = obj as TagElement; if (refObj == null) { return false; } if (!base.Equals (obj)) { return false; } return _value.Equals (refObj._value); } /// 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 () { TagElement tag = new TagElement (_value); tag.CloneItems (this); return tag; } /// /// /// /// /// /// /// ///internal override IElement CreateElement (IElementFactory elementFactory, IElement parent, IRule rule, IdentifierCollection ruleIds) { // Create the children elements IItem item = parent as IItem; if (item != null) { CreateChildrenElements (elementFactory, item, rule, ruleIds); } else { if (parent == rule) { CreateChildrenElements (elementFactory, rule, ruleIds); } else { System.Diagnostics.Debug.Assert (false); } } // Create the tag element at the end only if there were some children IPropertyTag tag = elementFactory.CreatePropertyTag (parent); tag.NameValue (parent, null, _value); return tag; } #endregion //******************************************************************* // // Internal Properties // //******************************************************************** #region Internal Properties override internal string DebugSummary { get { return base.DebugSummary + " {" + _value + "}"; } } #endregion //******************************************************************* // // Private Fields // //******************************************************************* #region Private Fields private readonly object _value; #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
- Decimal.cs
- StrongNameKeyPair.cs
- ControlBuilder.cs
- IconHelper.cs
- ParserContext.cs
- DataGridViewCellStyleEditor.cs
- UriTemplateTable.cs
- IImplicitResourceProvider.cs
- ConfigurationManagerInternal.cs
- PseudoWebRequest.cs
- WebHttpSecurityModeHelper.cs
- SqlCacheDependency.cs
- DetailsViewUpdatedEventArgs.cs
- TextEditorCharacters.cs
- ClonableStack.cs
- DomainConstraint.cs
- ProfileEventArgs.cs
- TypeResolver.cs
- DatePickerTextBox.cs
- XamlSerializationHelper.cs
- TextCompositionManager.cs
- Span.cs
- TrackingMemoryStream.cs
- Comparer.cs
- MarginsConverter.cs
- BindingList.cs
- Decorator.cs
- _AutoWebProxyScriptHelper.cs
- TextBoxDesigner.cs
- ProxyWebPartConnectionCollection.cs
- Identity.cs
- Deflater.cs
- AssemblyLoader.cs
- Tuple.cs
- SHA1Managed.cs
- DateTimeOffsetAdapter.cs
- ListBoxAutomationPeer.cs
- bindurihelper.cs
- CurrencyWrapper.cs
- OrderPreservingPipeliningSpoolingTask.cs
- ProtocolsConfigurationEntry.cs
- ConfigurationPropertyAttribute.cs
- MultiByteCodec.cs
- SchemaTypeEmitter.cs
- IteratorDescriptor.cs
- DocumentPaginator.cs
- SymbolDocumentInfo.cs
- XsltOutput.cs
- XmlHierarchyData.cs
- OleDbCommandBuilder.cs
- ScaleTransform3D.cs
- TextTreeDeleteContentUndoUnit.cs
- TypeBrowserDialog.cs
- LambdaCompiler.Statements.cs
- DPTypeDescriptorContext.cs
- TemplateApplicationHelper.cs
- input.cs
- ObjectViewFactory.cs
- ResXDataNode.cs
- DetailsViewModeEventArgs.cs
- DeclarativeCatalogPartDesigner.cs
- LicenseManager.cs
- MenuItem.cs
- PageScaling.cs
- PanningMessageFilter.cs
- StrokeCollectionDefaultValueFactory.cs
- SerializationInfoEnumerator.cs
- MethodImplAttribute.cs
- ConnectionPointCookie.cs
- WindowsGraphicsWrapper.cs
- ToolStripItemTextRenderEventArgs.cs
- ControlValuePropertyAttribute.cs
- HttpRuntimeSection.cs
- ListComponentEditor.cs
- ProjectionCamera.cs
- ItemCollection.cs
- TransformCollection.cs
- PersonalizationStateInfoCollection.cs
- CompModSwitches.cs
- StreamAsIStream.cs
- MetroSerializationManager.cs
- StorageEntityTypeMapping.cs
- SQLBoolean.cs
- Activity.cs
- StorageAssociationTypeMapping.cs
- LayoutManager.cs
- TreeViewItem.cs
- SaveFileDialogDesigner.cs
- HierarchicalDataBoundControl.cs
- SQlBooleanStorage.cs
- EventBookmark.cs
- CodeAttributeArgumentCollection.cs
- SplineKeyFrames.cs
- XmlSchemaDocumentation.cs
- MatrixTransform3D.cs
- DependencyPropertyDescriptor.cs
- Timer.cs
- HostSecurityManager.cs
- TempEnvironment.cs
- ReachVisualSerializerAsync.cs