The AttachedDocument type exposes the following members.

Constructors

  NameDescription
Public methodAttachedDocument
Default constructor.

Methods

  NameDescription
Public methodAddNote
Add a new 'Note' entry. Note (BBIE). Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
Public methodAddSignature
Add a new 'Signature' entry. Signature (ASBIE). Associates the Attached Document with zero or more signatures.
Public methodAssignStyleSheet
Assigns a XSLT stylesheet to the document. An emptry string removes it.
Public methodClearNotes
Removes all 'Note' entries. Note (BBIE). Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
Public methodClearSignatures
Removes all 'Signature' entries. Signature (ASBIE). Associates the Attached Document with zero or more signatures.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDocumentAsBinary
Gets the document as binary data (UTF-8 encoded).
Public methodGetDocumentAsText
Gets the document as a string (UTF-8 encoded).
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNote
Gets a 'Note' entry. Note (BBIE). Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
Public methodGetNoteCount
Gets the number of 'Note' entries in the container object. Note (BBIE). Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
Public methodGetSignature
Gets a 'Signature' entry. Signature (ASBIE). Associates the Attached Document with zero or more signatures.
Public methodGetSignatureCount
Gets the number of 'Signature' entries in the container object. Signature (ASBIE). Associates the Attached Document with zero or more signatures.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the document from file.
Public methodRemoveNote
Removes a 'Note' entry. Note (BBIE). Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.
Public methodRemoveSignature
Removes a 'Signature' entry. Signature (ASBIE). Associates the Attached Document with zero or more signatures.
Public methodResetAttachment
Resets the node.
Public methodResetCustomizationID
Resets the node.
Public methodResetDocumentType
Resets the node.
Public methodResetDocumentTypeCode
Resets the node.
Public methodResetID
Resets the node.
Public methodResetIssueDate
Resets the node.
Public methodResetIssueTime
Resets the node.
Public methodResetParentDocumentID
Resets the node.
Public methodResetParentDocumentTypeCode
Resets the node.
Public methodResetProfileID
Resets the node.
Public methodResetReceiverParty
Resets the node.
Public methodResetSenderParty
Resets the node.
Public methodResetUBLExtensions
Resets the node.
Public methodResetUBLVersionID
Resets the node.
Public methodResetUUID
Resets the node.
Public methodSetDocument
Sets the document from an object. The object can be a string or a binary array.
Public methodSetOutputEncoding
Sets the desired output encoding. An empty string resets it to its default (normally UTF-8).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite
Writes the document to file.

Properties

  NameDescription
Public propertyAttachment
Attachment (ASBIE). An attachment containing the document content.
Public propertyAttachmentSet
Checks if the property has been set or not.
Public propertyCustomizationID
Customization Identifier (BBIE). Identifies a user-defined customization of UBL for a specific use.
Public propertyCustomizationIDSet
Checks if the property has been set or not.
Public propertyDocumentType
Document Type (BBIE). Qualifies types of document as text.
Public propertyDocumentTypeCode
Document Type Code (BBIE). Qualifies the type of document using a code set.
Public propertyDocumentTypeCodeSet
Checks if the property has been set or not.
Public propertyDocumentTypeSet
Checks if the property has been set or not.
Public propertyID
Identifier (BBIE). An identifier for the Attached Document; this ID is used as a reference by the UBL 'parent' document.
Public propertyIDSet
Checks if the property has been set or not.
Public propertyIssueDate
Issue Date (BBIE). A date denoting when the Attached Document was issued.
Public propertyIssueDateSet
Checks if the property has been set or not.
Public propertyIssueTime
Issue Time (BBIE). A time denoting when the Attached Document was issued.
Public propertyIssueTimeSet
Checks if the property has been set or not.
Public propertyNamespaceUri
Gets the namespace URI of this document.
Public propertyParentDocumentID
Document Identifier (BBIE). Identifies the parent document.
Public propertyParentDocumentIDSet
Checks if the property has been set or not.
Public propertyParentDocumentTypeCode
Document Type Code (BBIE). Identifies the type of parent document.
Public propertyParentDocumentTypeCodeSet
Checks if the property has been set or not.
Public propertyProfileID
Profile Identifier (BBIE). Identifies a user-defined profile of the customization of UBL being used.
Public propertyProfileIDSet
Checks if the property has been set or not.
Public propertyReceiverParty
Party (ASBIE). An association to the Party receiving this document.
Public propertyReceiverPartySet
Checks if the property has been set or not.
Public propertySenderParty
Party (ASBIE). An association to the Party sending this document.
Public propertySenderPartySet
Checks if the property has been set or not.
Public propertyUBLExtensions
().
Public propertyUBLExtensionsSet
Checks if the property has been set or not.
Public propertyUBLVersionID
UBL Version Identifier (BBIE). The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
Public propertyUBLVersionIDSet
Checks if the property has been set or not.
Public propertyUUID
UUID (BBIE). A universally unique identifier for an instance of this ABIE.
Public propertyUUIDSet
Checks if the property has been set or not.

See Also