PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEInformaDBProduct

    Inheritance
    System.Object
    BasBEInformaDBProduct
    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
    public class BasBEInformaDBProduct

    Constructors

    BasBEInformaDBProduct()

    Declaration
    public BasBEInformaDBProduct()

    Properties

    AccountId

    Declaration
    public int AccountId { get; set; }
    Property Value
    Type Description
    System.Int32

    CreatedBy

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

    CreatedOn

    Declaration
    public DateTime CreatedOn { get; set; }
    Property Value
    Type Description
    System.DateTime

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Key

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

    ModifiedBy

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

    ModifiedOn

    Declaration
    public DateTime ModifiedOn { get; set; }
    Property Value
    Type Description
    System.DateTime

    Name

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

    Value

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