View Source
  Class UdiDefinitionAttribute
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public sealed class UdiDefinitionAttribute : Attribute
   
  Constructors
  
  
    View Source
  
  UdiDefinitionAttribute(String, UdiType)
  
  
  Declaration
  
    public UdiDefinitionAttribute(string entityType, UdiType udiType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | entityType |  | 
      
        | UdiType | udiType |  | 
    
  
  Properties
  
  
    View Source
  
  EntityType
  
  
  Declaration
  
    public string EntityType { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  UdiType
  
  
  Declaration
  
    public UdiType UdiType { get; }
   
  Property Value