Table of Contents

Class DataDefinition

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

Defines a set of data.

public class DataDefinition
Inheritance
DataDefinition
Inherited Members

Constructors

DataDefinition(string)

Initializes a new instance of the DataDefinition class.

public DataDefinition(string id)

Parameters

id string

The identifier.

Properties

Groups

Gets or sets the groups.

public IList<DataGroup> Groups { get; }

Property Value

IList<DataGroup>

The groups.

Id

Gets the identifier.

public string Id { get; }

Property Value

string

The identifier.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

To top