Property | Type | Description | |
---|---|---|---|
StartRevisionShouldBeNonNegative | bool | ||
StartRevisionShouldBeNumber | bool | ||
StartRevisionShouldNotBeEmpty | bool | ||
ValidateUriIsNotEmpty | void | ||
ValidateUriIsNotSsh | void | ||
ValidateUserMapping | void |
Method | Description | |
---|---|---|
SubversionPluginProfile ( ) : System | ||
Validate ( PluginProfileErrorCollection errors ) : void | ||
ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool | ||
ValidateUri ( PluginProfileErrorCollection errors ) : void |
Method | Description | |
---|---|---|
StartRevisionShouldBeNonNegative ( PluginProfileErrorCollection errors ) : bool | ||
StartRevisionShouldBeNumber ( PluginProfileErrorCollection errors ) : bool | ||
StartRevisionShouldNotBeEmpty ( PluginProfileErrorCollection errors ) : bool | ||
ValidateUriIsNotEmpty ( PluginProfileErrorCollection errors ) : void | ||
ValidateUriIsNotSsh ( PluginProfileErrorCollection errors ) : void | ||
ValidateUserMapping ( PluginProfileErrorCollection errors ) : void |
public Validate ( PluginProfileErrorCollection errors ) : void | ||
errors | PluginProfileErrorCollection | |
return | void |
public ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool | ||
errors | PluginProfileErrorCollection | |
return | bool |
public ValidateUri ( PluginProfileErrorCollection errors ) : void | ||
errors | PluginProfileErrorCollection | |
return | void |