Property | Type | Description | |
---|---|---|---|
isSelected | bool |
Method | Description | |
---|---|---|
GitFile ( Repository repository, StatusEntry fileStatusEntry ) : System | ||
IsChangedStatus ( FileStatus state ) : bool | ||
IsChangedStatus ( GitFileStatus status ) : bool |
Method | Description | |
---|---|---|
OnPropertyChanged ( string name ) : void |
Method | Description | |
---|---|---|
GetGitFileStatus ( FileStatus state ) : GitFileStatus |
public GitFile ( Repository repository, StatusEntry fileStatusEntry ) : System | ||
repository | Repository | |
fileStatusEntry | StatusEntry | |
return | System |
public static IsChangedStatus ( FileStatus state ) : bool | ||
state | FileStatus | |
return | bool |
public static IsChangedStatus ( GitFileStatus status ) : bool | ||
status | GitFileStatus | |
return | bool |
protected OnPropertyChanged ( string name ) : void | ||
name | string | |
return | void |