Table of Contents

Class DataItemBase

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.dll

Represents data about an entity

public abstract class DataItemBase
Inheritance
DataItemBase
Derived
Inherited Members

Constructors

DataItemBase(string)

Initializes a new instance of the DataItemBase class.

protected DataItemBase(string id)

Parameters

id string

The identifier.

Properties

Id

Gets or sets the identifier.

public string Id { get; set; }

Property Value

string

The identifier.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

ParentId

Gets or sets the parent identifier.

public string ParentId { get; set; }

Property Value

string

The parent identifier.

To top