Show / Hide Table of Contents

Class EdiMetadataEntity

Entity to use with conizi EdiMetadata

Inheritance
System.Object
EdiMetadataEntity
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiMetadataEntity : object

Properties

Party

The conizi id of the party

Declaration
public string Party { get; set; }
Property Value
Type Description
System.String

Tenant

The conizi id of the tenant

Declaration
public string Tenant { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX