示例#1
0
 public attributeControl(TreeNode node, AttributeMetadata[] attributes, FetchXmlBuilder fetchXmlBuilder, TreeBuilderControl tree)
 {
     InitializeComponent();
     this.attributes = attributes;
     allattributes   = fetchXmlBuilder.GetAllAttribues(node.LocalEntityName()).ToArray();
     InitializeFXB(null, fetchXmlBuilder, tree, node);
 }