Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / SrgsGrammar / SrgsText.cs / 1 / SrgsText.cs
//---------------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // // // Description: // // History: // 5/1/2004 jeanfp Created from the Kurosawa Code //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Speech.Internal; using System.Speech.Internal.SrgsParser; using System.Xml; #pragma warning disable 1634, 1691 // Allows suppression of certain PreSharp messages. namespace System.Speech.Recognition.SrgsGrammar { /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText"]/*' /> [Serializable] [DebuggerDisplay ("{DebuggerDisplayString ()}")] public class SrgsText : SrgsElement, IElementText { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.SrgsText1"]/*' /> public SrgsText () { } #pragma warning disable 56507 /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.SrgsText2"]/*' /> public SrgsText (string text) { Helpers.ThrowIfNull (text, "text"); Text = text; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.Text"]/*' /> public string Text { get { return _text; } set { Helpers.ThrowIfNull (value, "value"); // Parse the text to check for errors XmlParser.ParseText (null, value, null, null, -1f, null); _text = value; } } #pragma warning restore 56507 #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods internal override void WriteSrgs (XmlWriter writer) { // Write _text if any if (_text != null && _text.Length > 0) { writer.WriteString (_text); } } internal override string DebuggerDisplayString () { return "'" + _text + "'"; } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields private string _text = string.Empty; #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // // // Description: // // History: // 5/1/2004 jeanfp Created from the Kurosawa Code //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Speech.Internal; using System.Speech.Internal.SrgsParser; using System.Xml; #pragma warning disable 1634, 1691 // Allows suppression of certain PreSharp messages. namespace System.Speech.Recognition.SrgsGrammar { /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText"]/*' /> [Serializable] [DebuggerDisplay ("{DebuggerDisplayString ()}")] public class SrgsText : SrgsElement, IElementText { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.SrgsText1"]/*' /> public SrgsText () { } #pragma warning disable 56507 /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.SrgsText2"]/*' /> public SrgsText (string text) { Helpers.ThrowIfNull (text, "text"); Text = text; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region public Properties /// TODOC <_include file='doc\SrgsText.uex' path='docs/doc[@for="SrgsText.Text"]/*' /> public string Text { get { return _text; } set { Helpers.ThrowIfNull (value, "value"); // Parse the text to check for errors XmlParser.ParseText (null, value, null, null, -1f, null); _text = value; } } #pragma warning restore 56507 #endregion //******************************************************************** // // Internal Methods // //******************************************************************** #region Internal Methods internal override void WriteSrgs (XmlWriter writer) { // Write _text if any if (_text != null && _text.Length > 0) { writer.WriteString (_text); } } internal override string DebuggerDisplayString () { return "'" + _text + "'"; } #endregion //******************************************************************* // // Private Fields // //******************************************************************** #region Private Fields private string _text = string.Empty; #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
- RequestResizeEvent.cs
- ResourcePermissionBaseEntry.cs
- DesignerLoader.cs
- UriTemplateMatchException.cs
- StringAttributeCollection.cs
- FontStyle.cs
- MsmqBindingFilter.cs
- TdsValueSetter.cs
- RegexCaptureCollection.cs
- WebHttpSecurityElement.cs
- DocumentPageViewAutomationPeer.cs
- XmlTextAttribute.cs
- TokenizerHelper.cs
- SimpleApplicationHost.cs
- Rotation3DAnimation.cs
- InvalidProgramException.cs
- SessionEndingEventArgs.cs
- XPathNavigatorKeyComparer.cs
- WindowsPrincipal.cs
- DataBoundControl.cs
- TextSchema.cs
- ProxyGenerationError.cs
- BinaryUtilClasses.cs
- NamedPipeTransportSecurityElement.cs
- EpmContentSerializerBase.cs
- SerializationEventsCache.cs
- XmlSerializerSection.cs
- DataGridViewIntLinkedList.cs
- PageThemeBuildProvider.cs
- PropertyChangeTracker.cs
- BlockingCollection.cs
- HuffModule.cs
- QueryContinueDragEventArgs.cs
- XmlSchemaComplexContentExtension.cs
- XmlObjectSerializer.cs
- ImageInfo.cs
- XmlWrappingWriter.cs
- RectAnimationBase.cs
- TextAdaptor.cs
- AutoGeneratedField.cs
- InkSerializer.cs
- CounterCreationDataConverter.cs
- WebPartMinimizeVerb.cs
- MethodAccessException.cs
- TypeExtensionSerializer.cs
- Trigger.cs
- QilInvoke.cs
- TraceXPathNavigator.cs
- UIPermission.cs
- ExtendedProtectionPolicy.cs
- HttpContext.cs
- ConfigurationValidatorBase.cs
- UserControlCodeDomTreeGenerator.cs
- RepeatInfo.cs
- IPHostEntry.cs
- NoClickablePointException.cs
- MSAAWinEventWrap.cs
- AutomationIdentifier.cs
- PerformanceCounterManager.cs
- SqlNodeTypeOperators.cs
- HMACSHA256.cs
- KnownTypeAttribute.cs
- StringUtil.cs
- RootProfilePropertySettingsCollection.cs
- HwndAppCommandInputProvider.cs
- ImageDrawing.cs
- RecipientInfo.cs
- CodeSnippetExpression.cs
- SqlMultiplexer.cs
- CharStorage.cs
- DropSource.cs
- Socket.cs
- Single.cs
- MetafileHeader.cs
- EntityStoreSchemaFilterEntry.cs
- DelegateSerializationHolder.cs
- ErrorProvider.cs
- ConfigDefinitionUpdates.cs
- AlphaSortedEnumConverter.cs
- ContextMenuStripActionList.cs
- RadioButtonList.cs
- RequestDescription.cs
- EntitySet.cs
- DeflateEmulationStream.cs
- ConnectionStringSettings.cs
- JsonXmlDataContract.cs
- ReaderWriterLockWrapper.cs
- DataMisalignedException.cs
- RankException.cs
- DbConnectionPoolCounters.cs
- AsmxEndpointPickerExtension.cs
- DataProtection.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- SymbolTable.cs
- MemberInfoSerializationHolder.cs
- cookieexception.cs
- ZoneIdentityPermission.cs
- LocalValueEnumerator.cs
- AxDesigner.cs
- AssemblyNameProxy.cs