Class Attachement
Inheritance
System.Object
Attachement
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()
Assembly: MailHole.Db.dll
Syntax
Properties
|
Improve this Doc
View Source
AttachementGuid
Declaration
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public Guid AttachementGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Bucket
Declaration
public string Bucket { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Mail
Declaration
[Required]
public Mail Mail { get; set; }
Property Value
|
Improve this Doc
View Source
MailGuid
Declaration
[ForeignKey("Mail")]
public Guid MailGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Md5Hash
Declaration
public string Md5Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Owner
Declaration
public MailHoleUser Owner { get; set; }
Property Value
|
Improve this Doc
View Source
Sha1Hash
Declaration
public string Sha1Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sha256Hash
Declaration
public string Sha256Hash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SizeInBytes
Declaration
public long SizeInBytes { get; set; }
Property Value
Type |
Description |
System.Int64 |
|