Contents
public Assessment {
}
Add a tag to this object. If the tag requirements don't allow this tag to be added, then this method does nothing and returns false.
the tag you want to add
true if the tag is found and added
Add a tag to this object. You need to pass the full path to the tag, for example "Subjects/Arts/Painting". If the tag requirements don't allow this tag to be added, then this method does nothing and returns false.
the full path to the tag
true if the tag is found and added
true if active
AssesmentClasses is the relational object between an Assesment and a CourseClass
all assesmentclasses this assesment is linked to
Documentation not yet available
Documentation not yet available
the date and time this record was created
Documentation not yet available
the date and time this record was modified
Documentation not yet available
Documentation not yet available
Check to see whether this object has this tag. Either pass the name of a tag (for example "Painting") or the full path to the tag, for example "Subjects/Arts/Painting".
the tag name or the full path to the tag
true if the tag is found and is attached to this object
Check to see whether this object has this tag or it's child tag. Either pass the name of a tag (for example "Painting") or the full path to the tag, for example "Subjects/Arts/Painting".
the tag name or the full path to the tag
flag to define whether need to find in children tags or not
true if the tag or it's children is found and is attached to this object
Remove a tag from this object. If the tag isn't already attached, this method does nothing and returns false.
the tag you want to remove
true if the tag was found and removed
Remove a tag from this object. You need to pass the full path to the tag, for example "Subjects/Arts/Painting". If the tag isn't already attached, this method does nothing and returns false.
the full path to the tag
true if the tag was found and removed