Class PaySystemStarter
Represents a starter that launches payment systems on startup
Inheritance
System.Object
PaySystemStarter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public sealed class PaySystemStarter : IApplicationStarter, IConfigurable, INamed
Properties
ApplicationStartBreakOnException
Declaration
[Config]
public bool ApplicationStartBreakOnException { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
[Config]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ApplicationStartAfterInit(IApplication)
Declaration
public void ApplicationStartAfterInit(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
ApplicationStartBeforeInit(IApplication)
Declaration
public void ApplicationStartBeforeInit(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Configure(IConfigSectionNode)
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |