Class DataGroup
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents a group of data
public class DataGroup
- Inheritance
-
DataGroup
- Inherited Members
Constructors
DataGroup(string)
Initializes a new instance of the DataGroup class.
public DataGroup(string id)
Parameters
id
stringThe identifier.
Properties
DataItemTypes
Gets or sets the data item types.
public ICollection<DataItemType> DataItemTypes { get; set; }
Property Value
- ICollection<DataItemType>
The data item types.
Icon
Gets or sets the icon.
public string Icon { get; set; }
Property Value
- string
The icon.
IconColor
Gets or sets the icon color.
public string IconColor { get; set; }
Property Value
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.
ServiceCaches
Gets or sets the collection of service caches which should be cleared on destination after deployment
public ICollection<string> ServiceCaches { get; set; }
Property Value
- ICollection<string>
The collection of service cache types.
Methods
GetDataItemType(string)
Gets the data item type.
public DataItemType? GetDataItemType(string dataItemTypeId)
Parameters
dataItemTypeId
stringThe data item type identifier.