Show / Hide Table of Contents

Class CreateStateChangeRequest

Repository state change request

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

Properties

Email

Notification email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

ItemId

Item id

Declaration
public string ItemId { get; set; }
Property Value
Type Description
string

ScheduledReplicationTime

Schedualed replication time

Declaration
public DateTime? ScheduledReplicationTime { get; set; }
Property Value
Type Description
DateTime?

ServerId

Workflow server id

Declaration
public string ServerId { get; set; }
Property Value
Type Description
string

StateFamily

State Family

Declaration
public string StateFamily { get; set; }
Property Value
Type Description
string

TargetState

Target state to assign

Declaration
public string TargetState { get; set; }
Property Value
Type Description
string

UserName

Username

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

Extension Methods

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