class SCC_COMMON:ENTITY:LOG:MessageEntry
Summary and Details:
Summary
Property Summary:
|
public string |
Context |
|
public number |
MsgID |
|
public number |
MsgSet |
|
public Array of string |
ParmArray |
|
public Array of MEProp |
Properties |
|
public number |
Severity |
|
public number |
Severity_Error |
|
public number |
Severity_Info |
|
public number |
Severity_ReconcileError |
|
public number |
Severity_Warning |
Constructor Summary:
|
public void |
MessageEntry() |
Method Summary:
|
public void |
AddProperty(string p_UID, string p_Prop) |
|
public void |
DataPopulateV1(number p_MsgSet, number p_MsgID, number p_Severity, array of string p_ParmArray, string p_Context, string p_UID, string p_Prop) Quick population of a messageEntry. |
Details
Property Details:
|
Context |
public string |
|
MsgID |
public number |
|
MsgSet |
public number |
|
ParmArray |
public Array of string |
|
Properties |
public Array of MEProp |
|
Severity |
public number |
|
Severity_Error |
public number |
|
Severity_Info |
public number |
|
Severity_ReconcileError |
public number |
|
Severity_Warning |
public number |
Constructor Details:
|
MessageEntry |
N/A |
Method Details:
|
AddProperty |
Parameters: string p_UID string p_Prop |
|
DataPopulateV1 |
Parameters: number p_MsgSet: The message set of the error. number p_MsgID: The Message Id, based on the message set for the error. number p_Severity: The severity of the error should be set using Severity_ReconcileError, Severity_Error, Severity_Warning, Severity_Info. array of string p_ParmArray: The array of parameters for the message specified, if no parameters are needed null can be passed. string p_Context: Specify the context of the MessageEntry. If no context is set, the MessageLog defaults it to writeEntry. string p_UID: The EntityInstanceId that this messageEntry should be attached to, if multiple EntityInstances are involved use AddProperty to add the additional properties. string p_Prop: A specific property (use the xml tag) under an instanceid that the messageEntry is related to, if multiple properties are involved use AddProperty after DataEntry to add additional properties. |