Class CsScript
Section-key holder for inline C# scripts attached to an NC block. Carries BeginScript (run before the block's acts) and EndScript (run after). Resolved by CsScriptBeginSemantic and CsScriptEndSemantic.
public class CsScript
- Inheritance
-
CsScript
- Inherited Members
- Extension Methods
Properties
BeginScript
The script effect before the NC block excuting.
public string BeginScript { get; set; }
Property Value
EndScript
The script effect after the NC block excuted.
public string EndScript { get; set; }