Skip to main content

IClass.GetFieldsByType method

Namespace: NextDesign.Core

Description

Gets the field with the specified type name of this class.
Class type fields can be retrieved by specifying the fully qualified name of the class.
Enumeration fields can be retrieved by specifying the fully qualified name of the enumeration.

argument

NameTypeDescription
typeNamestringField type name
- "Boolean" : boolean type
- "Integer" : integer type
- "Double" : real number
- " String" : String type
- "RichText" : Rich text type
- Any other string : Treated as a class or a fully qualified name of an enumeration.

Return value

  • IFieldCollection