Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaIdentityConstraint.cs / 1 / XmlSchemaIdentityConstraint.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated { string name; XmlSchemaXPath selector; XmlSchemaObjectCollection fields = new XmlSchemaObjectCollection(); XmlQualifiedName qualifiedName = XmlQualifiedName.Empty; CompiledIdentityConstraint compiledConstraint = null; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlElement("selector", typeof(XmlSchemaXPath))] public XmlSchemaXPath Selector { get { return selector; } set { selector = value; } } ///[To be supplied.] ////// /// [XmlElement("field", typeof(XmlSchemaXPath))] public XmlSchemaObjectCollection Fields { get { return fields; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlQualifiedName QualifiedName { get { return qualifiedName; } } internal void SetQualifiedName(XmlQualifiedName value) { qualifiedName = value; } [XmlIgnore] internal CompiledIdentityConstraint CompiledConstraint { get { return compiledConstraint; } set { compiledConstraint = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } ///[To be supplied.] ////// /// public class XmlSchemaXPath : XmlSchemaAnnotated { string xpath; ///[To be supplied.] ////// /// [XmlAttribute("xpath"), DefaultValue("")] public string XPath { get { return xpath; } set { xpath = value; } } } ///[To be supplied.] ////// /// public class XmlSchemaUnique : XmlSchemaIdentityConstraint { } ///[To be supplied.] ////// /// public class XmlSchemaKey : XmlSchemaIdentityConstraint { } ///[To be supplied.] ////// /// public class XmlSchemaKeyref : XmlSchemaIdentityConstraint { XmlQualifiedName refer = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("refer")] public XmlQualifiedName Refer { get { return refer; } set { refer = (value == null ? XmlQualifiedName.Empty : 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.Collections; using System.ComponentModel; using System.Xml.Serialization; ////// /// public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated { string name; XmlSchemaXPath selector; XmlSchemaObjectCollection fields = new XmlSchemaObjectCollection(); XmlQualifiedName qualifiedName = XmlQualifiedName.Empty; CompiledIdentityConstraint compiledConstraint = null; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlElement("selector", typeof(XmlSchemaXPath))] public XmlSchemaXPath Selector { get { return selector; } set { selector = value; } } ///[To be supplied.] ////// /// [XmlElement("field", typeof(XmlSchemaXPath))] public XmlSchemaObjectCollection Fields { get { return fields; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlQualifiedName QualifiedName { get { return qualifiedName; } } internal void SetQualifiedName(XmlQualifiedName value) { qualifiedName = value; } [XmlIgnore] internal CompiledIdentityConstraint CompiledConstraint { get { return compiledConstraint; } set { compiledConstraint = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } ///[To be supplied.] ////// /// public class XmlSchemaXPath : XmlSchemaAnnotated { string xpath; ///[To be supplied.] ////// /// [XmlAttribute("xpath"), DefaultValue("")] public string XPath { get { return xpath; } set { xpath = value; } } } ///[To be supplied.] ////// /// public class XmlSchemaUnique : XmlSchemaIdentityConstraint { } ///[To be supplied.] ////// /// public class XmlSchemaKey : XmlSchemaIdentityConstraint { } ///[To be supplied.] ////// /// public class XmlSchemaKeyref : XmlSchemaIdentityConstraint { XmlQualifiedName refer = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("refer")] public XmlQualifiedName Refer { get { return refer; } set { refer = (value == null ? XmlQualifiedName.Empty : 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
- VersionPair.cs
- LayoutEditorPart.cs
- MonitorWrapper.cs
- NoResizeHandleGlyph.cs
- SqlDataSourceDesigner.cs
- CopyAttributesAction.cs
- NumericExpr.cs
- DataBoundControlDesigner.cs
- ManagedIStream.cs
- Control.cs
- Menu.cs
- Dictionary.cs
- PtsCache.cs
- ReadOnlyHierarchicalDataSource.cs
- ParameterModifier.cs
- WebServiceErrorEvent.cs
- X509Utils.cs
- RemoteWebConfigurationHostStream.cs
- ThreadPool.cs
- XmlSchemaComplexContentRestriction.cs
- BrowserCapabilitiesFactoryBase.cs
- _ScatterGatherBuffers.cs
- AffineTransform3D.cs
- SiteMapNodeItem.cs
- JoinCqlBlock.cs
- Rule.cs
- QuotaExceededException.cs
- TextLineResult.cs
- XComponentModel.cs
- WebDescriptionAttribute.cs
- TypeDelegator.cs
- MobileControlDesigner.cs
- CustomSignedXml.cs
- PerformanceCounterPermissionEntryCollection.cs
- LongTypeConverter.cs
- BuildProvider.cs
- MulticastNotSupportedException.cs
- XamlSerializer.cs
- ResumeStoryboard.cs
- UnsafeNativeMethodsMilCoreApi.cs
- TextDecorationCollectionConverter.cs
- Avt.cs
- ControlIdConverter.cs
- SRef.cs
- MbpInfo.cs
- SqlDataSourceStatusEventArgs.cs
- ButtonColumn.cs
- ProfileEventArgs.cs
- storepermissionattribute.cs
- IsolatedStorage.cs
- ProxyWebPartConnectionCollection.cs
- LicenseException.cs
- DbParameterCollection.cs
- BroadcastEventHelper.cs
- ResourceAttributes.cs
- TabItemWrapperAutomationPeer.cs
- NavigationHelper.cs
- RoleManagerModule.cs
- OleServicesContext.cs
- HijriCalendar.cs
- DBPropSet.cs
- MetaTableHelper.cs
- DrawingAttributes.cs
- RichTextBoxAutomationPeer.cs
- IDispatchConstantAttribute.cs
- EventRouteFactory.cs
- RsaSecurityKey.cs
- ToolBar.cs
- DefaultDialogButtons.cs
- ArgIterator.cs
- DBSchemaTable.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- NotifyIcon.cs
- StateMachineHistory.cs
- OleDbDataAdapter.cs
- EntityKeyElement.cs
- XmlDocument.cs
- SqlClientWrapperSmiStreamChars.cs
- FontWeights.cs
- BreakSafeBase.cs
- NullableLongMinMaxAggregationOperator.cs
- SafeRightsManagementSessionHandle.cs
- ResourcePermissionBaseEntry.cs
- NativeCompoundFileAPIs.cs
- JsonFormatWriterGenerator.cs
- Solver.cs
- ActivityPropertyReference.cs
- SelectionItemPattern.cs
- GifBitmapDecoder.cs
- DataGridViewBindingCompleteEventArgs.cs
- ObservableDictionary.cs
- XmlSchemaSimpleContentExtension.cs
- Error.cs
- HtmlTextArea.cs
- Update.cs
- CodeBinaryOperatorExpression.cs
- httpapplicationstate.cs
- ByteAnimationUsingKeyFrames.cs
- Currency.cs
- EntityDesignerDataSourceView.cs