PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEMatrixItem

    Elemento de uma matriz de log.

    Inheritance
    System.Object
    StdBEMatrixItem
    Implements
    StdPlatBE100.IStdBEMatrixItem
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("760E4AFF-9B95-4099-83BB-59C5CBB90237")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEMatrixItem : IStdBEMatrixItem

    Constructors

    StdBEMatrixItem()

    Declaration
    public StdBEMatrixItem()

    Properties

    ExistsInObjectA

    Verifica se a propriedade ObjectA foi inicializada.

    Declaration
    public bool ExistsInObjectA { get; }
    Property Value
    Type Description
    System.Boolean

    ExistsInObjectB

    Verifica se a propriedade ObjectB foi inicializada.

    Declaration
    public bool ExistsInObjectB { get; }
    Property Value
    Type Description
    System.Boolean

    ObjectA

    Objecto A.

    Declaration
    public object ObjectA { get; set; }
    Property Value
    Type Description
    System.Object

    ObjectB

    Objecto B.

    Declaration
    public object ObjectB { get; set; }
    Property Value
    Type Description
    System.Object

    UniqueKey

    Chave do elemento.

    Declaration
    public string UniqueKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEMatrixItem