Show / Hide Table of Contents

Class Relationship

Inheritance
object
BaseEntityInfo
Relationship
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke.dll
Syntax
public class Relationship : BaseEntityInfo, IHydratable

Constructors

Relationship()

Declaration
public Relationship()

Properties

DefaultResponse

Declaration
public RelationshipStatus DefaultResponse { get; set; }
Property Value
Type Description
RelationshipStatus

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

IsHostList

Declaration
public bool IsHostList { get; }
Property Value
Type Description
bool

IsPortalList

Declaration
public bool IsPortalList { get; }
Property Value
Type Description
bool

IsUserList

Declaration
public bool IsUserList { get; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

RelationshipId

Declaration
public int RelationshipId { get; set; }
Property Value
Type Description
int

RelationshipTypeId

Declaration
public int RelationshipTypeId { get; set; }
Property Value
Type Description
int

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS