LayerD CodeDOM and Zoe Compiler interface
IErrorCollection Interface
NamespacesLayerD.ZOECompilerIErrorCollection

[This is preliminary documentation and is subject to change.]

Interface that error collections must implement
Declaration Syntax
C#Visual BasicVisual C++
public interface IErrorCollection : IEnumerable
Public Interface IErrorCollection _
	Implements IEnumerable
public interface class IErrorCollection : IEnumerable
Members
All MembersMethods



IconMemberDescription
AddError(IError)
Adds the error.

Clear()()()
Clears the error list.

get_Advices()()()
Get the advices.

get_AdvicesCount()()()
Get the advices count.

get_Error(Int32)
Get the error.

get_Errors()()()
Get the errors.

get_ErrorsCount()()()
Get the errors count.

get_Notifications()()()
Get the notifications.

get_NotificationsCount()()()
Get the notifications count.

get_TotalErrorsCount()()()
Get the total errors count.

get_Warnings()()()
Get the warnings.

get_WarningsCount()()()
Get the warnings count.

GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Merge(IErrorCollection)
Merges the specified i error collection.

RemoveError(Int32)
Removes the error.

RemoveError(IError)
Removes the error.

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)