Skip to main content

IClass.GetEmbeddedFieldsOf method

Namespace: NextDesign.Core

Description

Gets the owned field of the specified type for this class.
Fields of primitive types and enumerations cannot be retrieved with this method.
Use GetFieldsByType() to get primitive and enum fields by data type.

argument

NameTypeDescription
typeIClassField type (class type)

Return value

  • IFieldCollection