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 public static List<string> GetSystemFieldNames(
Type type
)
Parameters
- type
- Type: SystemType
Type inheriting from PFBaseObject to analyse.
Return Value
Type:
ListStringList of column names
See Also