Exemple #1
0
        public override bool Equals(object obj)
        {
            UIElementDataListColumnEntityProvideAttribute attr = obj as UIElementDataListColumnEntityProvideAttribute;

            if (attr == null)
            {
                return(false);
            }
            return(this.Code == attr.Code);
        }
 public UIElementDataListColumnEntityAbstract CreateInstance(UIElementDataListColumnEntityProvideAttribute attribute)
 {
     return(CreateInstance(attribute.Code));
 }