Class AttachmentEntity
Inheritance
AttachmentEntity
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AttachmentEntity
Constructors
AttachmentEntity()
Declaration
public AttachmentEntity()
Properties
AttSize
Declaration
public int AttSize { get; set; }
Property Value
AttachmentId
Declaration
public int AttachmentId { get; set; }
Property Value
InlineImage
Declaration
public bool InlineImage { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Extension Methods