Profile Class
Namespace: PTS.Modules.Profiles.Domain
Assembly: PTS.Modules.Profiles.dll
Syntax
public class Profile : Identity, IIdRecord, IOwnedRecord, IHasGuid
Properties
Contacts
Declaration
public virtual ICollection<Contact> Contacts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Contact> |
FullDescription
Declaration
public string FullDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()