Class RelationshipType
Inheritance
RelationshipType
Assembly: DotNetNuke.dll
Syntax
public class RelationshipType : BaseEntityInfo, IHydratable
Constructors
RelationshipType()
Declaration
public RelationshipType()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Direction
Declaration
public RelationshipDirection Direction { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
RelationshipTypeId
Declaration
public int RelationshipTypeId { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods