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