PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BaseFlatResponse<T>

    Inheritance
    System.Object
    BaseResponse
    BaseFlatResponse<T>
    AlertsResponse
    CompanyFileResponse
    UserNotificationsResponse
    Inherited Members
    BaseResponse.Success
    BaseResponse.Code
    BaseResponse.Message
    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.Informa
    Assembly: StdBE100.dll
    Syntax
    public class BaseFlatResponse<T> : BaseResponse
    Type Parameters
    Name Description
    T

    Constructors

    BaseFlatResponse()

    Declaration
    public BaseFlatResponse()

    Properties

    Content

    Declaration
    public T Content { get; set; }
    Property Value
    Type Description
    T