예제 #1
0
        public XmlScopeKeyData RegisterKey(XmlSchemaKey schemaKeyInfo)
        {
            if (this.ScopeData == null)
            {
                this.ScopeData = new XmlScopeData(this);
            }

            return(this.ScopeData.RegisterKey(schemaKeyInfo));
        }
예제 #2
0
 public XmlScopeKeyData(XmlScopeData scopeData, XmlSchemaKey keyInfo)
 {
     this.ScopeData = scopeData;
     this.KeyInfo   = keyInfo;
 }