PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BaseListResponse<T>

    Inheritance
    System.Object
    BaseResponse
    BaseListResponse<T>
    ProductListResponse
    TriggersResponse
    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 BaseListResponse<T> : BaseResponse
    Type Parameters
    Name Description
    T

    Constructors

    BaseListResponse()

    Declaration
    public BaseListResponse()

    Properties

    Content

    Declaration
    public List<T> Content { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>