根据指定的参数来构造一个 CodeInfo 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public CodeInfo( FieldType type, Object value, string desc ) |
参数
- type
- Type: SuperMap.Data..::.FieldType
代码的数据类型。
- value
- Type: System..::.Object
代码值。
- desc
- Type: System..::.String
代码值的描述信息。