Micro Focus Content Manager SDK 10.1
TRIM.SDK.RecordChildActions Class Reference

An array of actions that are currently attached to a record More...

Inheritance diagram for TRIM.SDK.RecordChildActions:

Public Member Functions

System.Collections.IEnumerator GetEnumerator ()
 
 RecordChildActions ()
 Constructs a new record action collection (not used) More...
 
RecordChildAction getItem (uint idx)
 Gets the next ApiTrimChild in the list More...
 
RecordChildAction AddAction (ActionDef actionOrProcedureDefinition, Location defaultAssignee, bool overrideExistingAssignee, bool insertBeginning)
 Add the pre-defined action or procedure into this action list. You can add it before the first item in this list or after the last item in the list More...
 

Properties

RecordParentRecord [get]
 Gets the parent record of this action collection More...
 
RecordChildActionParentProcedure [get]
 Gets the parent action of this action collection if it is part of a subordinate procedure. More...
 
uint Count [get]
 Gets a count of the number of child objects in this collection. More...
 
Database Database [get]
 Gets the Database in which this record action collection lives More...
 

Detailed Description

An array of actions that are currently attached to a record

Constructor & Destructor Documentation

◆ RecordChildActions()

TRIM.SDK.RecordChildActions.RecordChildActions ( )

Constructs a new record action collection (not used)

Member Function Documentation

◆ AddAction()

RecordChildAction TRIM.SDK.RecordChildActions.AddAction ( ActionDef  actionOrProcedureDefinition,
Location  defaultAssignee,
bool  overrideExistingAssignee,
bool  insertBeginning 
)

Add the pre-defined action or procedure into this action list. You can add it before the first item in this list or after the last item in the list

◆ GetEnumerator()

System.Collections.IEnumerator TRIM.SDK.RecordChildActions.GetEnumerator ( )

◆ getItem()

RecordChildAction TRIM.SDK.RecordChildActions.getItem ( uint  idx)

Gets the next ApiTrimChild in the list

Property Documentation

◆ Count

uint TRIM.SDK.RecordChildActions.Count
get

Gets a count of the number of child objects in this collection.

◆ Database

Database TRIM.SDK.RecordChildActions.Database
get

Gets the Database in which this record action collection lives

◆ ParentProcedure

RecordChildAction? TRIM.SDK.RecordChildActions.ParentProcedure
get

Gets the parent action of this action collection if it is part of a subordinate procedure.

◆ ParentRecord

Record? TRIM.SDK.RecordChildActions.ParentRecord
get

Gets the parent record of this action collection