PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPrintResult

    Returns the result of a off line printing

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEPrintResult
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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 StdBEPrintResult : StdBaseBE

    Constructors

    StdBEPrintResult()

    Declaration
    public StdBEPrintResult()

    Properties

    ExceptionResult

    Gets or sets the exception result.

    Declaration
    public Exception ExceptionResult { get; set; }
    Property Value
    Type Description
    System.Exception

    The exception result.

    PrintObject

    Gets or sets the print object.

    Declaration
    public StdBEPrintObject PrintObject { get; set; }
    Property Value
    Type Description
    StdBEPrintObject

    The print object.

    Result

    Gets or sets the result.

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

    The result.

    See Also

    StdBaseBE