Show / Hide Table of Contents

Class IdentifierInRequest

Create a composite ISO 11179 identifier.

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

Constructors

IdentifierInRequest()

create an empty identifier request

Declaration
public IdentifierInRequest()

IdentifierInRequest(Guid, long, string)

create an identifier request

Declaration
public IdentifierInRequest(Guid identifier, long version, string agencyId)
Parameters
Type Name Description
Guid identifier

id

long version

verison

string agencyId

agency

Properties

AgencyId

Gets the agency identifier.

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

Identifier

Gets the item identifier.

Declaration
[Required]
public Guid Identifier { get; set; }
Property Value
Type Description
Guid

Version

Gets the item version.

Declaration
[Required]
public long Version { get; set; }
Property Value
Type Description
long

Extension Methods

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