The EmbeddedDocumentBinaryObject type exposes the following members.

Constructors

  NameDescription
Public methodEmbeddedDocumentBinaryObject
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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.)
Public methodReadFromFile
Reads data from file and sets the data and mime types. If an error occurs, it is reported in the .
Public methodResetCharacterSetCode
Resets the node.
Public methodResetEncodingCode
Resets the node.
Public methodResetFilename
Resets the node.
Public methodResetFormat
Resets the node.
Public methodResetMimeCode
Resets the node.
Public methodResetUri
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteToFile
Write data to file.

Properties

  NameDescription
Public propertyCharacterSetCode
Character Set (string). The character set of the binary object if the mime type is text.
Public propertyCharacterSetCodeSet
Checks if the property has been set or not.
Public propertyEncodingCode
Encoding (string). Specifies the decoding algorithm of the binary object.
Public propertyEncodingCodeSet
Checks if the property has been set or not.
Public propertyFilename
Filename (string). The filename of the binary object.
Public propertyFilenameSet
Checks if the property has been set or not.
Public propertyFormat
Format (string). The format of the binary content.
Public propertyFormatSet
Checks if the property has been set or not.
Public propertyMimeCode
Mime (string). The mime type of the binary object.
Public propertyMimeCodeSet
Checks if the property has been set or not.
Public propertyUri
Uniform Resource Identifier (string). The Uniform Resource Identifier that identifies where the binary object is located.
Public propertyUriSet
Checks if the property has been set or not.
Public propertyValue
The value of the type BinaryObjectType. See documentation on the parent field.

See Also