Table of Contents

Interface IInfo

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Interface for the info objects

public interface IInfo : IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject
Inherited Members
Extension Methods

Properties

Generalized

Generalized interface of this object.

GeneralizedInfo Generalized { get; }

Property Value

GeneralizedInfo

TypeInfo

Object type info

ObjectTypeInfo TypeInfo { get; }

Property Value

ObjectTypeInfo

Methods

CloneObject(bool)

Creates a clone of the object

BaseInfo CloneObject(bool clear)

Parameters

clear bool

If true, the object is cleared to be able to create new object

Returns

BaseInfo

Delete()

Deletes the object using appropriate provider

bool Delete()

Returns

bool

Destroy()

Destroys the object including its version history using appropriate provider

bool Destroy()

Returns

bool

ExecuteWithOriginalData(Action)

Executes the given action using original data of the object

void ExecuteWithOriginalData(Action action)

Parameters

action Action

Action to execute

Insert()

Inserts the object using appropriate provider

void Insert()

SubmitChanges(bool)

Submits the changes in the object to the database.

void SubmitChanges(bool withCollections)

Parameters

withCollections bool

If true, also submits the changes in the underlying collections of the object (Children, ChildDependencies, Bindings, OtherBindings)

Update()

Updates the database entity using appropriate provider

void Update()