3 types derived from XmlSchemaIdentityConstraint
System.Xml (3)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (3)
101public class XmlSchemaUnique : XmlSchemaIdentityConstraint { 108public class XmlSchemaKey : XmlSchemaIdentityConstraint { 115public class XmlSchemaKeyref : XmlSchemaIdentityConstraint {
41 references to XmlSchemaIdentityConstraint
System.Data (10)
fx\src\data\System\Data\XMLSchema.cs (10)
115public XmlSchemaIdentityConstraint constraint; 116public ConstraintTable(DataTable t, XmlSchemaIdentityConstraint c) { 1013internal DataColumn[] BuildKey(XmlSchemaIdentityConstraint keyNode, DataTable table){ 1178internal void HandleConstraint(XmlSchemaIdentityConstraint keyNode){ 1301foreach (XmlSchemaIdentityConstraint key in dsElement.Constraints) { 1429foreach (XmlSchemaIdentityConstraint key in dsElement.Constraints) { 1453foreach (XmlSchemaIdentityConstraint key in dsElement.Constraints) { 2331foreach (XmlSchemaIdentityConstraint key in node.Constraints) { 2388private String GetTableNamespace(XmlSchemaIdentityConstraint key) { 2408private String GetTableName(XmlSchemaIdentityConstraint key) {
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
58{ typeof(XmlSchemaIdentityConstraint), ErrorHandler }, 108{ typeof(XmlSchemaIdentityConstraint), ErrorHandler },
System.Xml (29)
System\Xml\Schema\BaseProcessor.cs (1)
124else if (item is XmlSchemaIdentityConstraint) {
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
45public CompiledIdentityConstraint(XmlSchemaIdentityConstraint constraint, XmlNamespaceManager nsmgr) {
System\Xml\Schema\Preprocessor.cs (3)
1195XmlSchemaIdentityConstraint identityConstraint = (XmlSchemaIdentityConstraint)element.Constraints[i]; 1201private void PreprocessIdentityConstraint(XmlSchemaIdentityConstraint constraint) {
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
189foreach (XmlSchemaIdentityConstraint identityConstraint in this.schema.IdentityConstraints.Values) { 309((XmlSchemaIdentityConstraint)element.Constraints[i]).CompiledConstraint = null; 1742private void CompileIdentityConstraint (XmlSchemaIdentityConstraint xi) { 1759XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.schema.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 1904XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
885PreprocessIdentityConstraint((XmlSchemaIdentityConstraint)element.Constraints[i]); 889private void PreprocessIdentityConstraint(XmlSchemaIdentityConstraint constraint) {
System\Xml\Schema\SchemaSetCompiler.cs (8)
92foreach (XmlSchemaIdentityConstraint ic in schema.IdentityConstraints.Values) { 183foreach (XmlSchemaIdentityConstraint identityConstraint in identityConstraints.Values) { 310((XmlSchemaIdentityConstraint)element.Constraints[i]).CompiledConstraint = null; 2088private void CompileIdentityConstraint (XmlSchemaIdentityConstraint xi) { 2105XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.identityConstraints[((XmlSchemaKeyref)xi).Refer]; 2259XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints[i];
System\Xml\Schema\XsdBuilder.cs (2)
660private XmlSchemaIdentityConstraint identityConstraint; 1024this.identityConstraint = (XmlSchemaIdentityConstraint)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
103else if (o is XmlSchemaIdentityConstraint) { 104return ((XmlSchemaIdentityConstraint)o).QualifiedName; 314else if (t == typeof(XmlSchemaIdentityConstraint)) { 315Write48_XmlSchemaIdentityConstraint((XmlSchemaIdentityConstraint)o); 876void Write48_XmlSchemaIdentityConstraint(XmlSchemaIdentityConstraint o) {