C# Class Next.FeedCommands.SubscribeNewsArgs

https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#Subgroup-Subscribe-request
ファイルを表示 Open project: JohanLarsson/Next

Public Methods

Method Description
SubscribeNewsArgs ( NewsSource newsSource, bool delay = false ) : System
SubscribeNewsArgs ( int newsSourceId, bool delay = false ) : System
ToString ( ) : string

Method Details

SubscribeNewsArgs() public method

public SubscribeNewsArgs ( NewsSource newsSource, bool delay = false ) : System
newsSource Next.Dtos.NewsSource
delay bool
return System

SubscribeNewsArgs() public method

public SubscribeNewsArgs ( int newsSourceId, bool delay = false ) : System
newsSourceId int
delay bool
return System

ToString() public method

public ToString ( ) : string
return string