Show / Hide Table of Contents

Enum ClientType

Represents whether the repository is local or remote.

Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum ClientType

Fields

Name Description
Local

The repository runs on the local machine.

Remote

The repository runs on a remote machine and communicates with web services.

Extension Methods

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