Class BasBEIntegracao
Esta classe identifica uma integração entre módulos.
Implements
BasBE100.IBasBEIntegracao
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("4a3617cf-a8b9-4f63-81fd-d43b222ba860")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIntegracao : BasBaseBE, IBasBEIntegracao
Constructors
BasBEIntegracao()
Declaration
public BasBEIntegracao()
Properties
AplDest
Aplicação do documento de destino.
Declaration
public string AplDest { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocDest
Identificador do documento de destino.
Declaration
public string IdDocDest { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuloDest
Módulo do documento de destino.
Declaration
public string ModuloDest { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
BasBE100.IBasBEIntegracao