C# Class GitHub.ViewModels.PullRequestState

Afficher le fichier Open project: github/VisualStudio Class Usage Examples

Méthodes publiques

Свойство Type Description
IsOpen bool?
Name string

Méthodes publiques

Méthode Description
PullRequestState ( ) : System.Collections.Generic
PullRequestState ( bool isOpen, string name ) : System.Collections.Generic
ToString ( ) : string

Method Details

PullRequestState() public méthode

public PullRequestState ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PullRequestState() public méthode

public PullRequestState ( bool isOpen, string name ) : System.Collections.Generic
isOpen bool
name string
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsOpen public_oe property

public bool? IsOpen
Résultat bool?

Name public_oe property

public string Name
Résultat string