Show / Hide Table of Contents

Class UpdateStateRequest

Updates the Deprecated State of a set of items

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

Properties

ApplyToAllVersions

Apply the state to all versions of the items

Declaration
public bool ApplyToAllVersions { get; set; }
Property Value
Type Description
Boolean

Ids

Set of identifiers to update

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

State

The deprecation state to set

Declaration
[Required]
public bool State { get; set; }
Property Value
Type Description
Boolean

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX