Table of Contents

Class DataGroup

Namespace
Dynamicweb.DataPortability.DataDefinitions
Assembly
Dynamicweb.Core.dll

Defines a group of data.

public class DataGroup
Inheritance
DataGroup
Inherited Members

Constructors

DataGroup(string, DataDefinition)

Initializes a new instance of the DataGroup class.

public DataGroup(string id, DataDefinition definition)

Parameters

id string

The identifier.

definition DataDefinition

The definition.

Properties

Definition

Gets the definition.

public DataDefinition Definition { get; }

Property Value

DataDefinition

The definition.

Id

Gets the identifier.

public string Id { get; }

Property Value

string

The identifier.

ItemTypes

Gets or sets the items.

public IList<DataItemType> ItemTypes { get; }

Property Value

IList<DataItemType>

The items.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

To top