Class UserRelationshipPreference
Inheritance
UserRelationshipPreference
Assembly: DotNetNuke.dll
Syntax
public class UserRelationshipPreference : BaseEntityInfo, IHydratable
Constructors
UserRelationshipPreference()
Declaration
public UserRelationshipPreference()
Properties
DefaultResponse
Declaration
public RelationshipStatus DefaultResponse { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
PreferenceId
Declaration
public int PreferenceId { get; set; }
Property Value
RelationshipId
Declaration
public int RelationshipId { 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