ProfilePicture Class
Namespace: PTS.Modules.ProfilePictureAggregate.Domain
Assembly: PTS.Modules.ProfilePictureAggregate.dll
Syntax
public class ProfilePicture : DistinctLink<Profile, Picture, PictureType>, IDistinctLink<Profile, Picture, PictureType>, ILink<Profile, Picture>
Inheritance
System.Object
ProfilePicture
Properties
Picture
Declaration
[NotMapped]
public Picture Picture { get; }
Property Value
Type | Description |
---|---|
Picture |
Profile
Declaration
[NotMapped]
public Profile Profile { get; }
Property Value
Type | Description |
---|---|
Profile |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()