Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- NotifyCollectionChangedEventArgs.cs
- ColorContext.cs
- PriorityItem.cs
- SqlMethods.cs
- PrintControllerWithStatusDialog.cs
- EntityDescriptor.cs
- Permission.cs
- BitmapEffectInputData.cs
- CodeBlockBuilder.cs
- ProgressiveCrcCalculatingStream.cs
- CharacterShapingProperties.cs
- SystemDiagnosticsSection.cs
- PackWebRequest.cs
- RoutedEventArgs.cs
- SimpleLine.cs
- LinqDataSourceContextData.cs
- ScrollBarRenderer.cs
- Paragraph.cs
- SqlExpressionNullability.cs
- FormViewUpdateEventArgs.cs
- MatrixConverter.cs
- FormCollection.cs
- DataTableMappingCollection.cs
- EnumUnknown.cs
- EventArgs.cs
- ClipboardProcessor.cs
- CompilerScopeManager.cs
- MissingMemberException.cs
- CaseKeyBox.xaml.cs
- KeyBinding.cs
- ExpressionHelper.cs
- Exceptions.cs
- IPAddress.cs
- BinaryObjectReader.cs
- ContentHostHelper.cs
- XmlNamedNodeMap.cs
- BindingExpression.cs
- MenuItemCollectionEditorDialog.cs
- _OSSOCK.cs
- InstanceCreationEditor.cs
- WorkflowIdleElement.cs
- MetadataConversionError.cs
- FileEnumerator.cs
- DtdParser.cs
- InfoCardSymmetricCrypto.cs
- WebPartDisplayMode.cs
- ContextBase.cs
- HostedTransportConfigurationBase.cs
- TemplateNodeContextMenu.cs
- VisualTarget.cs
- EdmComplexPropertyAttribute.cs
- PersonalizableTypeEntry.cs
- ObjectStateFormatter.cs
- TextEditorLists.cs
- PropertyPathConverter.cs
- WaitHandle.cs
- SafeFileMappingHandle.cs
- ComNativeDescriptor.cs
- XamlSerializerUtil.cs
- SubstitutionList.cs
- RemotingSurrogateSelector.cs
- SafeSecurityHandles.cs
- SuppressMergeCheckAttribute.cs
- WindowsStartMenu.cs
- ListBox.cs
- BamlBinaryReader.cs
- GridViewCellAutomationPeer.cs
- DbProviderFactories.cs
- OperationCanceledException.cs
- TransformerTypeCollection.cs
- CodeParameterDeclarationExpression.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SoapCommonClasses.cs
- DupHandleConnectionReader.cs
- Drawing.cs
- ListViewCancelEventArgs.cs
- GridItemProviderWrapper.cs
- Translator.cs
- EventItfInfo.cs
- RequiredFieldValidator.cs
- SerializerWriterEventHandlers.cs
- CqlWriter.cs
- RulePatternOps.cs
- TextTreeRootTextBlock.cs
- ConsumerConnectionPointCollection.cs
- ActionItem.cs
- UnsafeNativeMethods.cs
- Visual3D.cs
- RequestChannel.cs
- _ChunkParse.cs
- VirtualPathProvider.cs
- BinaryMethodMessage.cs
- EncoderExceptionFallback.cs
- AnnotationHelper.cs
- MappingException.cs
- SqlOuterApplyReducer.cs
- wmiprovider.cs
- RealizationDrawingContextWalker.cs
- InfoCardListRequest.cs
- XmlEntityReference.cs