PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEBaseEntity

    The base entity class.

    Inheritance
    System.Object
    StdBEBaseEntity
    StdBEPaymentProvider
    StdBEPaymentProviderParameter
    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: StdBE100
    Assembly: StdBE100.dll
    Syntax
    public class StdBEBaseEntity

    Constructors

    StdBEBaseEntity()

    Declaration
    public StdBEBaseEntity()

    Properties

    CreatedBy

    Gets or sets the created by.

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

    The created by.

    CreatedOn

    Gets or sets the created on.

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

    The created on.

    ModifiedBy

    Gets or sets the modified by.

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

    The modified by.

    ModifiedOn

    Gets or sets the modified on.

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

    The modified on.