Class PropertyDataRecord
  
  Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
    Inheritance
    System.Object
    PropertyDataRecord
   
  
    Inherited Members
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    public class PropertyDataRecord
   
  Constructors
  
  
  
  
  PropertyDataRecord()
  
  
  Declaration
  
    public PropertyDataRecord()
   
  Properties
  
  
  
  
  Boolean
  
  
  Declaration
  
    public virtual bool? Boolean { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Boolean> |  | 
    
  
  
  
  
  CategoryString
  
  
  Declaration
  
    public virtual string CategoryString { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ContentID
  
  
  Declaration
  
    public virtual int? ContentID { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  Date
  
  
  Declaration
  
    public virtual DateTime? Date { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.DateTime> |  | 
    
  
  
  
  
  Double
  
  
  Declaration
  
    public virtual double? Double { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  Guid
  
  
  Declaration
  
    public virtual Guid? Guid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Guid> |  | 
    
  
  
  
  
  Integer
  
  
  Declaration
  
    public virtual int? Integer { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  LinkGuid
  
  
  Declaration
  
    public virtual Guid? LinkGuid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Guid> |  | 
    
  
  
  
  
  LongString
  
  
  Declaration
  
    public virtual string LongString { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  PageType
  
  
  Declaration
  
    public virtual int? PageType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  ScopeName
  
  
  Declaration
  
    public virtual string ScopeName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  String
  
  
  Declaration
  
    public virtual string String { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods