Class Item.SectionPart
Represents a section part of an item, which contains data for a specific section of the item.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class Item.SectionPart
Properties
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsActivated
Gets or sets a value indicating whether the section part is activated.
Declaration
public bool IsActivated { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsValidated
Gets or sets a value indicating whether the section part is validated.
Declaration
public bool IsValidated { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsVersionDefault
Gets or sets a value indicating whether the section part is the default version for the section data.
Declaration
public bool IsVersionDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsVersionHistory
Gets or sets a value indicating whether the section part is a version history.
Declaration
public bool IsVersionHistory { get; set; }
Property Value
Type | Description |
---|---|
bool |
ModifiedFields
Gets or sets the modified fields for the section part.
Declaration
public List<string> ModifiedFields { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
SectionData
Gets or sets the section data for the section part.
Declaration
public Dictionary<string, object> SectionData { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
SectionDataName
Gets or sets the name of the section data for the section part.
Declaration
public string SectionDataName { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionCulture
Gets or sets the version culture for the section part.
Declaration
public string VersionCulture { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionDate
Gets or sets the version date for the section part.
Declaration
public DateTimeOffset? VersionDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VersionName
Gets or sets the version name for the section part.
Declaration
public string VersionName { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionStatus
Gets or sets the version status for the section part.
Declaration
public VersionStatus VersionStatus { get; set; }
Property Value
Type | Description |
---|---|
VersionStatus |