Click or drag to resize

OpenMessageCreate Method

Compatible with IDEA StatiCa Beta 21.0 - beta
Creating message

Namespace:  IdeaRS.OpenModel.Message
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public static OpenMessage Create(
	MessageNumber number,
	OpenObject openObject,
	string propertyName,
	string description,
	OpenMessage innerMessage = null
)

Parameters

number
Type: IdeaRS.OpenModel.MessageMessageNumber
Number of the message
openObject
Type: IdeaRS.OpenModelOpenObject
Affected object
propertyName
Type: SystemString
Affected property
description
Type: SystemString
Description of the message
innerMessage (Optional)
Type: IdeaRS.OpenModel.MessageOpenMessage
Inner message

Return Value

Type: OpenMessage
The created message or null if the number is not supported
See Also