OAuthEditor
StockSharp.Xaml.PropertyGrid
IOAuthProvider editor.
Inherits: ButtonEditSettings
Implements: IComponentConnector
Constructors
OAuthEditor
public OAuthEditor()
oAuthEditor = OAuthEditor()
Initializes a new instance of the OAuthEditor.
Properties
ServiceId
public long ServiceId { get; set; }
value = oAuthEditor.ServiceId
oAuthEditor.ServiceId = value
OAuth service id.
Methods
InitializeComponent
public void InitializeComponent()
oAuthEditor.InitializeComponent()
InitializeComponent
Fields
ServiceIdProperty
public static readonly DependencyProperty ServiceIdProperty
value = OAuthEditor.ServiceIdProperty
DependencyProperty for ServiceId.