View Source
  Class ContentTypeChange<TItem>
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ContentTypeChange<TItem>
    where TItem : class, IContentTypeComposition
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  ContentTypeChange(TItem, ContentTypeChangeTypes)
  
  
  Declaration
  
    public ContentTypeChange(TItem item, ContentTypeChangeTypes changeTypes)
   
  Parameters
  
  Properties
  
  
    View Source
  
  ChangeTypes
  
  
  Declaration
  
    public ContentTypeChangeTypes ChangeTypes { get; set; }
   
  Property Value
  
  
    View Source
  
  Item
  
  
  Declaration
  
    public TItem Item { get; }
   
  Property Value