Interface ICustomItemActivation
Owner-bound activation handle. Keep it for state inspection and deterministic cleanup.
public interface ICustomItemActivation : IDisposable
- Inherited Members
Properties
Detail
string Detail { get; }
Property Value
Generation
int Generation { get; }
Property Value
Id
ContentId Id { get; }
Property Value
IsActive
bool IsActive { get; }
Property Value
LastResult
CustomItemActivationResult LastResult { get; }
Property Value
LiveReferences
int LiveReferences { get; }
Property Value
OwnerId
string OwnerId { get; }
Property Value
State
CustomItemActivationState State { get; }
Property Value
TemplateItemId
string TemplateItemId { get; }
Property Value
Methods
Deactivate()
CustomItemActivationResult Deactivate()