Table of Contents

Class Description

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

Represents a full text description of the product in a language

public sealed class Description
Inheritance
Description
Inherited Members

Constructors

Description()

public Description()

Properties

LanguageCode

The ISO 639-2 three letter language code

public string LanguageCode { get; set; }

Property Value

string

Value

The description value

public string Value { get; set; }

Property Value

string