View Source
  Struct UmbracoEntityReference
  
  Used to track reference to other entities in a property value
Assembly: Umbraco.Core.dll
  Syntax
  
    public struct UmbracoEntityReference
   
  Constructors
  
  
    View Source
  
  UmbracoEntityReference(Udi)
  
  
  Declaration
  
    public UmbracoEntityReference(Udi udi)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Udi | udi |  | 
    
  
  
    View Source
  
  UmbracoEntityReference(Udi, String)
  
  
  Declaration
  
    public UmbracoEntityReference(Udi udi, string relationTypeAlias)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Udi | udi |  | 
      
        | System.String | relationTypeAlias |  | 
    
  
  Properties
  
  
    View Source
  
  RelationTypeAlias
  
  
  Declaration
  
    public readonly string RelationTypeAlias { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Udi
  
  
  Declaration
  
    public readonly Udi Udi { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  Empty()
  
  
  Declaration
  
    public static UmbracoEntityReference Empty()
   
  Returns
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(UmbracoEntityReference)
  
  
  Declaration
  
    public bool Equals(UmbracoEntityReference other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  IsEmpty(UmbracoEntityReference)
  
  
  Declaration
  
    public static bool IsEmpty(UmbracoEntityReference reference)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(UmbracoEntityReference, UmbracoEntityReference)
  
  
  Declaration
  
    public static bool operator ==(UmbracoEntityReference left, UmbracoEntityReference right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(UmbracoEntityReference, UmbracoEntityReference)
  
  
  Declaration
  
    public static bool operator !=(UmbracoEntityReference left, UmbracoEntityReference right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |