Class BaseListResponse<T>
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.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> |