Class SocialRelation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Context.Social
Assembly:UM4RS.dll
Syntax
[Table("SocialRelation")]
public class SocialRelation : ModelEntity<SocialRelation>, IDisposable, IBaseEntity
Constructors
SocialRelation()
Declaration
public SocialRelation()
Properties
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
RelationType
Declaration
public SocialRelationType RelationType { get; set; }
Property Value
| Type | Description |
|---|---|
| SocialRelationType |