Table of Contents

Class AssetContentSection.SingleLineList

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public sealed class AssetContentSection.SingleLineList : AssetContentSection
Inheritance
AssetContentSection.SingleLineList
Inherited Members
Extension Methods

Constructors

SingleLineList(string)

public SingleLineList(string id)

Parameters

id string

Properties

ControlPath

public override string ControlPath { get; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

EntityName

public string EntityName { get; set; }

Property Value

string

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

Label

public string Label { get; set; }

Property Value

string

Values

public IEnumerable<MultilingualString> Values { get; set; }

Property Value

IEnumerable<MultilingualString>