博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
odd method
阅读量:6167 次
发布时间:2019-06-21

本文共 578 字,大约阅读时间需要 1 分钟。

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));

 

     

 

 

转载于:https://www.cnblogs.com/lingdanglfw/archive/2011/11/23/2259687.html

你可能感兴趣的文章
Dev GridControl导出
查看>>
开始翻译Windows Phone 8 Development for Absolute Beginners教程
查看>>
Python tablib模块
查看>>
站立会议02
查看>>
Windows和Linux如何使用Java代码实现关闭进程
查看>>
0428继承性 const static
查看>>
第一课:从一个简单的平方根运算学习平方根---【重温数学】
查看>>
NET反射系统
查看>>
Oracle12C本地用户的创建和登录
查看>>
使用JS制作一个鼠标可拖的DIV(一)——鼠标拖动
查看>>
ios开发之--MJRefresh的简单使用
查看>>
Ionic3与Angular4新特性
查看>>
论文查重福利
查看>>
关注云端搜索技术:elasticsearch,nutch,hadoop,nosql,mongodb,hbase,cassandra 及Hadoop优化...
查看>>
python之面向对象之反射运用
查看>>
stark组件之分页【模仿Django的admin】
查看>>
块UI样式编辑器下实现NX的功能
查看>>
KMP HDOJ 4300 Clairewd's message
查看>>
NetCore偶尔有用篇:NetCore项目WebApi返回Json属性大小写
查看>>
11.Bean2Document-BEAN转document
查看>>