Exemplo n.º 1
0
        public static Type ExtAttrType(OrgType type)
        {
            OrgTypeInfo typeInfo = null;

            if (_registry.TryGetValue(type, out typeInfo))
            {
                return(typeInfo.ExtAttrType);
            }
            return(null);
        }
Exemplo n.º 2
0
        public static bool HasExtAttr(OrgType type)
        {
            OrgTypeInfo typeInfo = null;

            if (_registry.TryGetValue(type, out typeInfo))
            {
                return(typeInfo.HasExtAttr);
            }
            return(false);
        }