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