Attached Document (ABIE).

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public class AttachedDocument : IAttachedDocument
Visual Basic
Public Class AttachedDocument
	Implements IAttachedDocument
Visual C++
public ref class AttachedDocument : IAttachedDocument
F#
type AttachedDocument =  
    class
        interface IAttachedDocument
    end

Remarks

A UBL 'wrapper' that allows a document of any kind to be packaged with the UBL document that references it.

Inheritance Hierarchy

System..::..Object
  Unimaze.Composer.Ubl2..::..AttachedDocument

See Also