| StandardRecordActionAct Method |
[Missing <summary> documentation for "M:Activsoft.Engine.Db.StandardRecordAction.Act(Activsoft.Engine.Config)"]
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic virtual bool Act(
Config monConfig
)
Public Overridable Function Act (
monConfig As Config
) As Boolean
public:
virtual bool Act(
Config^ monConfig
)
abstract Act :
monConfig : Config -> bool
override Act :
monConfig : Config -> bool Parameters
- monConfig
- Type: Activsoft.EngineConfig
[Missing <param name="monConfig"/> documentation for "M:Activsoft.Engine.Db.StandardRecordAction.Act(Activsoft.Engine.Config)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Activsoft.Engine.Db.StandardRecordAction.Act(Activsoft.Engine.Config)"]
Implements
IActionAct(Config)
See Also