Show / Hide Table of Contents

Class Target

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.Ddi.Sdmx.Dto
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Target

Properties

Id

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

ReferenceValues

Declaration
public List<ReferenceValue> ReferenceValues { get; }
Property Value
Type Description
List<ReferenceValue>
In this article
Back to top Generated by DocFX