C# Class TheChan.Common.ThreadNavigation

Afficher le fichier Open project: acedened/TheChan Class Usage Examples

Private Properties

Свойство Type Description
Equals bool
ThreadNavigation System.Runtime.Serialization

Méthodes publiques

Méthode 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

Méthode Description
Equals ( ThreadNavigation other ) : bool
ThreadNavigation ( ) : System.Runtime.Serialization

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NavigateToThread() public static méthode

public static NavigateToThread ( string boardId, long threadNum ) : ThreadNavigation
boardId string
threadNum long
Résultat ThreadNavigation

ScrollToPost() public méthode

public ScrollToPost ( long postNumber ) : ThreadNavigation
postNumber long
Résultat ThreadNavigation

ScrollToPostByPosition() public méthode

public ScrollToPostByPosition ( int position ) : ThreadNavigation
position int
Résultat ThreadNavigation

WithHighlighting() public méthode

public WithHighlighting ( int highlightingStart ) : ThreadNavigation
highlightingStart int
Résultat ThreadNavigation