Rock.Financial.GatewayComponent.GatewayComponent C# (CSharp) 메소드

GatewayComponent() 공개 메소드

Initializes a new instance of the GatewayComponent class.
public GatewayComponent ( ) : System
리턴 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)
        }