根据给定的参数来构造一个 CodeDomain 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public CodeDomain( int id, string name, string description, FieldType fieldType, List<CodeInfo> codeInfos ) |
参数
- id
- Type: System..::.Int32
代码域的ID。
- name
- Type: System..::.String
代码域的名称。
- description
- Type: System..::.String
代码域的描述信息。
- fieldType
- Type: SuperMap.Data..::.FieldType
代码域的数据类型。
- codeInfos
- Type: System.Collections.Generic..::.List<(Of <(CodeInfo>)>)
代码域的代码信息集合。