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
TypeInfo
Object type info
ObjectTypeInfo TypeInfo { get; }
Property Value
Methods
CloneObject(bool)
Creates a clone of the object
BaseInfo CloneObject(bool clear)
Parameters
clear
boolIf true, the object is cleared to be able to create new object
Returns
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
ActionAction 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
boolIf 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()