C# Class AK.F1.Timing.Messages.Feed.SetCopyrightMessage

Inheritance: Message
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetCopyrightMessage ( string copyright ) : System

Initialises a new instance of the SetCopyrightMessage class and specifies the new copyright text.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetCopyrightMessage() public method

Initialises a new instance of the SetCopyrightMessage class and specifies the new copyright text.
/// Thrown when is . ///
public SetCopyrightMessage ( string copyright ) : System
copyright string The new copyright text.
return System

ToString() public method

public ToString ( ) : string
return string