Class FormsMetaInfoStaticContainer
Class to store meta info that will be used in forms module in static context.
public sealed class FormsMetaInfoStaticContainer
- Inheritance
-
FormsMetaInfoStaticContainer
- Inherited Members
Methods
UseMetaInfoDuringTheAction(MetaInfoContainer, Action)
Sets meta info related to forms into static context, executes the action and then cleans meta info.
public static void UseMetaInfoDuringTheAction(MetaInfoContainer metaInfoContainer, Action action)
Parameters
metaInfoContainer
MetaInfoContainerinstance to be set.
action
Actionaction which will be executed while meta info is set to static context.
Remarks
Sets meta info related to forms into static context, executes the action and then cleans meta info.
Keep in mind that this instance will only be accessible from the same thread.