Class Relationship
  
  
  
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class Relationship : BaseEntityInfo, IHydratable
   
  Constructors
  
  Relationship()
  
  
  Declaration
  
  Properties
  
  DefaultResponse
  
  
  Declaration
  
    public RelationshipStatus DefaultResponse { get; set; }
   
  Property Value
  
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
  
  IsHostList
  
  
  Declaration
  
    public bool IsHostList { get; }
   
  Property Value
  
  
  IsPortalList
  
  
  Declaration
  
    public bool IsPortalList { get; }
   
  Property Value
  
  
  IsUserList
  
  
  Declaration
  
    public bool IsUserList { get; }
   
  Property Value
  
  
  KeyID
  
  
  Declaration
  
    public int KeyID { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  PortalId
  
  
  Declaration
  
    public int PortalId { get; set; }
   
  Property Value
  
  
  RelationshipId
  
  
  Declaration
  
    public int RelationshipId { get; set; }
   
  Property Value
  
  
  RelationshipTypeId
  
  
  Declaration
  
    public int RelationshipTypeId { get; set; }
   
  Property Value
  
  
  UserId
  
  
  Declaration
  
    public int UserId { get; set; }
   
  Property Value
  
  Methods
  
  Fill(IDataReader)
  
  
  Declaration
  
    public void Fill(IDataReader dr)
   
  Parameters
  
  Implements
  
  Extension Methods