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