Show / Hide Table of Contents

Class Target

A target for Workflow Replication

Inheritance
object
Target
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Target

Properties

Label

An optional human readable repository description

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

ServerId

The Repository server id

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

Extension Methods

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