Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaNotation.cs / 1305376 / XmlSchemaNotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WhitespaceReader.cs
- ServiceHttpModule.cs
- DataGridHeaderBorder.cs
- XmlElementCollection.cs
- MultiAsyncResult.cs
- SoapSchemaImporter.cs
- XmlNodeWriter.cs
- WebBrowsableAttribute.cs
- LogEntrySerializer.cs
- WindowsListViewGroupHelper.cs
- ModelTypeConverter.cs
- StorageFunctionMapping.cs
- TextModifierScope.cs
- XPathExpr.cs
- DataControlField.cs
- GroupQuery.cs
- DataGridViewRowEventArgs.cs
- GlyphingCache.cs
- AddInIpcChannel.cs
- FormsAuthenticationTicket.cs
- SiblingIterators.cs
- WebPartMinimizeVerb.cs
- Oid.cs
- TraceLog.cs
- Form.cs
- HtmlCalendarAdapter.cs
- GridViewDesigner.cs
- ToolStripItemCollection.cs
- DocumentViewerAutomationPeer.cs
- WmlFormAdapter.cs
- FrameworkPropertyMetadata.cs
- MonitorWrapper.cs
- ResourceDefaultValueAttribute.cs
- NonBatchDirectoryCompiler.cs
- MultiPageTextView.cs
- Socket.cs
- NullRuntimeConfig.cs
- OrthographicCamera.cs
- CodeNamespace.cs
- DataRelationCollection.cs
- Animatable.cs
- SweepDirectionValidation.cs
- CreateUserWizard.cs
- PermissionToken.cs
- AssociatedControlConverter.cs
- SafeMemoryMappedViewHandle.cs
- XmlSchemaComplexContentExtension.cs
- Math.cs
- CounterSample.cs
- webeventbuffer.cs
- VerifyHashRequest.cs
- SessionPageStateSection.cs
- BuildProvider.cs
- ContextMenuAutomationPeer.cs
- Int32Animation.cs
- ListViewDesigner.cs
- ArgumentsParser.cs
- SqlUserDefinedAggregateAttribute.cs
- BrushMappingModeValidation.cs
- GetLastErrorDetailsRequest.cs
- CodeNamespaceCollection.cs
- XamlFilter.cs
- StrokeCollectionConverter.cs
- DataGridPagerStyle.cs
- Int16Storage.cs
- DragDeltaEventArgs.cs
- ContextStack.cs
- BrowserInteropHelper.cs
- Geometry.cs
- TokenBasedSet.cs
- TableCell.cs
- _LocalDataStoreMgr.cs
- TraceUtils.cs
- SafeFileHandle.cs
- ResourcesBuildProvider.cs
- SqlSelectStatement.cs
- ValidationEventArgs.cs
- WindowsRichEditRange.cs
- DataGridItemCollection.cs
- ColumnHeader.cs
- OrthographicCamera.cs
- RsaKeyIdentifierClause.cs
- CustomTypeDescriptor.cs
- DrawingDrawingContext.cs
- SqlVersion.cs
- JoinElimination.cs
- ExpressionEditorAttribute.cs
- TextShapeableCharacters.cs
- ProfileSettings.cs
- SoapFormatter.cs
- ItemsControlAutomationPeer.cs
- EntitySetBaseCollection.cs
- hwndwrapper.cs
- StrongName.cs
- WindowPatternIdentifiers.cs
- EdgeModeValidation.cs
- SecuritySessionClientSettings.cs
- ExpressionList.cs
- MultiTrigger.cs
- DataSourceConverter.cs