Struct PropertyMapping
  
  Represents a mapping between property names.
    Inherited Members
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
   
  
  Assembly: EPiServer.Shell.dll
  Version: 10.10.4
  Syntax
  
    public struct PropertyMapping
   
  Properties
  
  
  
  
  From
  Gets or sets the name of the from property.
Declaration
  
    public string From { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  To
  Gets or sets the name of the to property.
Declaration
  
    public string To { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  System.ValueType.Equals(System.Object)
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Overrides
  System.ValueType.GetHashCode()
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Overrides
  System.ValueType.ToString()
  Operators
  
  
  
  
  Equality(PropertyMapping, PropertyMapping)
  
  
  Declaration
  
    public static bool operator ==(PropertyMapping first, PropertyMapping second)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  Inequality(PropertyMapping, PropertyMapping)
  
  
  Declaration
  
    public static bool operator !=(PropertyMapping first, PropertyMapping second)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods