C# Class TheChan.Common.ThreadNavigation

ファイルを表示 Open project: acedened/TheChan Class Usage Examples

Private Properties

Property Type Description
Equals bool
ThreadNavigation System.Runtime.Serialization

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NavigateToThread ( string boardId, long threadNum ) : ThreadNavigation
ScrollToPost ( long postNumber ) : ThreadNavigation
ScrollToPostByPosition ( int position ) : ThreadNavigation
WithHighlighting ( int highlightingStart ) : ThreadNavigation

Private Methods

Method Description
Equals ( ThreadNavigation other ) : bool
ThreadNavigation ( ) : System.Runtime.Serialization

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NavigateToThread() public static method

public static NavigateToThread ( string boardId, long threadNum ) : ThreadNavigation
boardId string
threadNum long
return ThreadNavigation

ScrollToPost() public method

public ScrollToPost ( long postNumber ) : ThreadNavigation
postNumber long
return ThreadNavigation

ScrollToPostByPosition() public method

public ScrollToPostByPosition ( int position ) : ThreadNavigation
position int
return ThreadNavigation

WithHighlighting() public method

public WithHighlighting ( int highlightingStart ) : ThreadNavigation
highlightingStart int
return ThreadNavigation