Rock.Financial.GatewayComponent.GatewayComponent C# (CSharp) Method

GatewayComponent() public method

Initializes a new instance of the GatewayComponent class.
public GatewayComponent ( ) : System
return System
        public GatewayComponent()
            : base(false)
        {
            // Override default constructor of Component that loads attributes (not needed for gateway components, needs to be done by each financial gateway)
        }