Class AttachmentEntity
Inheritance
AttachmentEntity
Assembly: SoDataBase.dll
Syntax
public class AttachmentEntity : Object
Constructors
AttachmentEntity()
Declaration
public AttachmentEntity()
Properties
AttachmentId
Declaration
public int AttachmentId { get; set; }
Property Value
AttSize
Declaration
public int AttSize { get; set; }
Property Value
InlineImage
Declaration
public bool InlineImage { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)