Class UserRelationship
Inheritance
UserRelationship
Assembly: DotNetNuke.dll
Syntax
public class UserRelationship : BaseEntityInfo, IHydratable
Constructors
UserRelationship()
Declaration
public UserRelationship()
Properties
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Declaration
public int RelatedUserId { get; set; }
Property Value
RelationshipId
Declaration
public int RelationshipId { get; set; }
Property Value
Status
Declaration
public RelationshipStatus Status { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
UserRelationshipId
Declaration
public int UserRelationshipId { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods