Table of Contents

Class DataModel

Namespace
Dynamicweb.Indexing.Repositories.Data
Assembly
Dynamicweb.Core.dll

Represents data model

public class DataModel : DataField
Inheritance
DataModel
Inherited Members

Properties

Fields

Gets or sets data model fields

public IEnumerable<DataField> Fields { get; set; }

Property Value

IEnumerable<DataField>
To top