Beispiel #1
0
        public DependGroup AddDependGroup(string fieldId, string value)
        {
            DependGroup   dependGroup   = new DependGroup();
            DependExpress dependExpress = dependGroup.AddDependExpress();

            dependExpress.FieldId = fieldId;
            dependExpress.Value   = value;
            this.SetDependGroup(dependGroup);
            return(dependGroup);
        }