初始化一个 MarcField 对象,并根据指定的字符串设置好全部内容和下级对象
Namespace: DigitalPlatform.MarcAssembly: DigitalPlatform.MarcQuery (in DigitalPlatform.MarcQuery.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- strName
- Type:
System String
字段名。3字符的字符串
- strIndicator
- Type:
System String
字段指示符。为2字符的字符串,或者空字符串
- subfields
- Type:
System.Collections.Generic List
String
表示若干子字段的字符串数组。每个字符串的第一字符为子字段名,其余为子字段内容
See Also