View Source
  Class Property.PropertyValue
  
  Represents a property value.
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class PropertyValue : IPropertyValue, IDeepCloneable
   
  Properties
  
  
    View Source
  
  Culture
  Gets or sets the culture of the property.
Declaration
  
    public string Culture { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
    View Source
  
  EditedValue
  Gets or sets the edited value of the property.
Declaration
  
    public object EditedValue { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  PublishedValue
  Gets or sets the published value of the property.
Declaration
  
    public object PublishedValue { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  Segment
  Gets or sets the segment of the property.
Declaration
  
    public string Segment { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  Methods
  
  
    View Source
  
  Clone()
  Clones the property value.
Declaration
  
    public IPropertyValue Clone()
   
  Returns
  
  
    View Source
  
  DeepClone()
  
  
  Declaration
  
    public object DeepClone()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    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(Property.PropertyValue)
  
  
  Declaration
  
    public bool Equals(Property.PropertyValue other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |