The Settings used for source control systems.
More...
|
string | username [get, set] |
| The username used to log into the scm system.
|
|
Scm | type [get, set] |
| The type of scm system used. More...
|
|
string | password [get, set] |
| The password used to log into the scm system.
|
|
|
PropertyChangedEventHandler | PropertyChanged |
| event used to notify that a property has changed in the settings
|
|
|
string | username_ |
| backing value for the username property. used to log into a scm system
|
|
Scm | type_ |
| backing value for the type property. Used to determine what scm system should be used.
|
|
string | password_ |
| backing value for the password property. used to log into a scm system
|
|
The Settings used for source control systems.
- Author
- Stan Pepels
◆ ScmSettings()
cpg.ScmSettings.ScmSettings |
( |
| ) |
|
|
inline |
Contrucotr initializes all variables to be empty.
◆ OnPropertyChanged()
void cpg.ScmSettings.OnPropertyChanged |
( |
string |
name | ) |
|
|
inlineprotected |
Invokes the property changed event.
- Parameters
-
[in] | name | (string) The name of the property that changed |
◆ type
The type of scm system used.
- See also
- cpg.Scm
The documentation for this class was generated from the following file:
- D:/PerforceLocal/Workspaces/CrossPlatformGenerator/cross-platform-generator/vs/cross-platform-generator/settings.cs