Show / Hide Table of Contents

Class CreateCommentRequest

Adds a comment to the specified item.

Inheritance
object
CreateCommentRequest
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 CreateCommentRequest

Properties

Comment

The comment.

Declaration
[Required]
public string Comment { get; set; }
Property Value
Type Description
string

Extension Methods

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