Method | Description | |
---|---|---|
IsValid ( string input ) : bool | ||
ProfileDtoValidator ( PluginProfileDto dto ) : System | ||
Validate ( PluginProfileErrorCollection errors ) : void |
Method | Description | |
---|---|---|
ValidateNameHasValidCharacters ( PluginProfileErrorCollection errors ) : void | ||
ValidateNameIsNotEmpty ( PluginProfileErrorCollection errors ) : void | ||
ValidateSettings ( PluginProfileErrorCollection errors ) : void |
public static IsValid ( string input ) : bool | ||
input | string | |
return | bool |
public ProfileDtoValidator ( PluginProfileDto dto ) : System | ||
dto | PluginProfileDto | |
return | System |
public Validate ( PluginProfileErrorCollection errors ) : void | ||
errors | PluginProfileErrorCollection | |
return | void |