Exemplo n.º 1
0
 private void SetInnerType(DatabaseType ContentField)
 {
     this.ContentField = (DatabaseType) XTypedServices.GetCloneIfRooted(ContentField);
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 public Database(DatabaseType content)
 {
     this.SetInnerType(content);
 }