Elipse Plant Manager — EPM Web API

Version 5.0.45

epmwebapi.annotationvaluejson

class AnnotationValueJSON:

AnnotatioValueJSON class

AnnotationValueJSON(message, userName, annotationTime)

Creates a new instance of an AnnotationValueJSON object.

Parameters
  • message: A string with a message for this Annotation.
  • userName: A string with the name of a user.
  • annotationTime: A date and time for this Annotation.
message

Property defining a message for this Annotation.

Returns

A string with this Annotation's message.

userName

Property defining the user that created this Annotation.

Returns

A string with the name of the user that created this Annotation.

annotationTime

Property defining the creation date and time of this Annotation.

Returns

A date and time for this Annotation.

def toDict(self):

Returns this Annotation as a dict object.

Returns

A Dictionary with data from this Annotation.