A strongly typed OperatorComment collection.

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class OperatorCommentCollection : ValidatingList
Visual Basic
Public NotInheritable Class OperatorCommentCollection _
	Inherits ValidatingList
JScript
public final class OperatorCommentCollection extends ValidatingList

Remarks

The list is initialized with the comments specified in the AwxViewControl.Comments.xml file and it is NOT serialized

Inheritance Hierarchy

System..::..Object
  ValidatingList
    Ico.Awx..::..OperatorCommentCollection

See Also