odd method
if (range.FieldLabel == (new dictType(typeId(CustAccount) >> 16).label()))
SysDictField dictField;
SysDictType dictType;
;
dictField = new SysDictField(range.Table_Id,range.Field_Id);
if (dictField.typeId())
{
dictType = new SysDictType(dictField.typeId());
if(dictType.name() == "CustAccount")
{
}
}
SysDictField dictField;
;
dictField = new SysDictField(range.Table_Id, range.Field_Id);
if (dictField.typeId() == typeId2ExtendedTypeId(typeid(CustAccount)))
{
}
typeId2ExtendedTypeId(typeid(CustAccount));
posted on 2011-11-23 05:52 lingdanglfw 阅读(154) 评论(0) 编辑 收藏 举报