Show / Hide Table of Contents

Class GetCommentsRequest

Gets a list of comments from the repository.

Inheritance
Object
GetCommentsRequest
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 GetCommentsRequest

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