Click or drag to resize

PFBaseObjectGetSystemFieldNames Method

Gets all system field names of a given type inheriting from PFBaseObject.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static List<string> GetSystemFieldNames(
	Type type
)

Parameters

type
Type: SystemType
Type inheriting from PFBaseObject to analyse.

Return Value

Type: ListString
List of column names
See Also