Click or drag to resize
Document Class
Represent an otx file.
Inheritance Hierarchy
SystemObject
  Emotive.Otx.ApiDocument

Namespace: Emotive.Otx.Api
Assembly: Emotive.Otx.Api (in Emotive.Otx.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Document : ICloneable

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument
Initializes a new instance of the document class.
Top
Methods
  NameDescription
Public methodCode exampleClone
Clone this document.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleRename
Renames this document and adapts its otx content.
Public methodCode exampleSaveAs
Saves an otx file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyContent
Gets the content of this document.
Public propertyCode exampleIsStartUp
Checks if this document is startup.
Public propertyCode exampleName
Gets and sets the document name. This is the filename of the OTX file without extension.
Public propertyCode examplePackage
Gets the package containing this document. This is the name of the OTX file folder.
Public propertySpecification
Gets and sets the specification.
Public propertyCode exampleTimestamp
Gets and sets the timestamp.
Public propertyVersion
Gets and sets the version.
Top
See Also