📚 SAP Business One SDK Help

EventFilters Collection Members
See Also  Overview 

Public Methods

Public Method AddAdds an EventFilter to the collection. 

Each EventFilter object holds an event type that will be listened for. The object can also specify form types, so only the event type in these forms is listened for.

Public Method GetAsXMLReturns an XML string representation of the object.
Public Method ItemReturns a specific EventFilter object.
Public Method LoadFromXMLLoads the object from an XML string. 
Public Method RemoveRemoves an EventFilter object from the collection.
Public Method ResetClears the collection.

Public Properties

Public Property CountThe number of items in the collection.

See Also