Search
SerializeTagEvent Members
Methods
 


Contains the arguments passed to the ScheduleListener.serializeTag and ScheduleListener.deserializeTag event handlers.

The following tables list the members exposed by the SerializeTagEvent type.

 Public Methods

  Name Description

getContext

Gets a context object that can help you write and read various values.

getHandled

Gets a value indicating whether the event is handled.

getObject

Gets the Item or Resource whose tag is being serialized/deserialized.

getRepresentation

Gets the root element of the XML representation of the tag object being serialized / deserialized.

getTag

Gets the tag object being serialized/deserialized.

setHandled

Sets a value indicating whether the event is handled.

setRepresentation

Sets the root element of the XML representation of the tag object being serialized / deserialized.

setTag

Sets the tag object being serialized/deserialized.

 See Also