Exemplo n.º 1
0
        private void _BizStructure(BizStructureSchema schema)
        {
            this._Schema = schema;

            string[] names = schema.GetNames();
            if (names != null)
            {
                foreach (string name in names)
                {
                    this.AddValue(name, schema.GetItem(name).DefaultValue);
                }
            }
        }