private void SetInnerType(siteMapType ContentField)
 {
     this.ContentField = ((siteMapType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemple #2
0
 private void SetInnerType(TMapping contentField)
 {
     _contentField = ((TMapping)(XTypedServices.GetCloneIfRooted(contentField)));
     XTypedServices.SetName(this, _contentField);
 }
Exemple #3
0
 private void SetInnerType(TEdmx contentField)
 {
     Content = ((TEdmx)(XTypedServices.GetCloneIfRooted(contentField)));
     XTypedServices.SetName(this, Content);
 }