Recurity.Swf.AVM1Modifier.FSCommand.FSCommand C# (CSharp) Method

FSCommand() public method

public FSCommand ( ) : System
return System
        public FSCommand()
        {
            _TriggerAction = AVM1Actions.ActionGetURL2;
            _Machine = new CheckMachine.Machine();

            _Check = new List<BuildingBlocks.AbstractBuildingBlock>();
            _Check.Add( new BuildingBlocks.ArgN( 1 ) );
            _Check.Add( new BuildingBlocks.BeginsWith( "FSCommand:", true ) );
            _Check.Add( new BuildingBlocks.ConditionalIfFalseExecOrig() );
        }