Show / Hide Table of Contents

Class GetItemsRequest

Gets a list of undeserialized items from the repository. To retrieve deserialized

Inheritance
object
GetItemsRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetItemsRequest

Properties

Identifiers

The identifiers to retrieve.

Declaration
[Required]
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
Type Description
Collection<IdentifierInRequest>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX