InformationNodeConverters.AddBuildWarning Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddBuildWarning(IBuildInformation, String, DateTime) | Adds a warning to the specified build information object. Does not save to the server. | |
AddBuildWarning(IBuildInformation, String, Int32, Int32, String, String, DateTime) | Adds a warning to the specified build information object. Does not save to the server. | |
AddBuildWarning(IBuildInformation, String, Int32, Int32, String, String, DateTime, String) | Adds a warning to the specified build information object. Does not save to the server. | |
AddBuildWarning(IBuildInformation, String, String, Int32, Int32, String, String, DateTime, String) | Adds a warning to the specified build information object. Does not save to the server. |
Top