Show / Hide Table of Contents

Class CreateAgencyRequest

Marks the repository as authoritative for the specified agency.

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

Properties

Agency

The agency for which the repository will be marked as authoritative.

Declaration
[Required]
public string Agency { get; set; }
Property Value
Type Description
string

Name

The name of the agency.

Declaration
[Required]
public string Name { get; set; }
Property Value
Type Description
string

Extension Methods

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