C# Class GitHub.ViewModels.PullRequestState

Exibir arquivo Open project: github/VisualStudio Class Usage Examples

Public Properties

Property Type Description
IsOpen bool?
Name string

Public Methods

Method Description
PullRequestState ( ) : System.Collections.Generic
PullRequestState ( bool isOpen, string name ) : System.Collections.Generic
ToString ( ) : string

Method Details

PullRequestState() public method

public PullRequestState ( ) : System.Collections.Generic
return System.Collections.Generic

PullRequestState() public method

public PullRequestState ( bool isOpen, string name ) : System.Collections.Generic
isOpen bool
name string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

IsOpen public_oe property

public bool? IsOpen
return bool?

Name public_oe property

public string Name
return string