Show / Hide Table of Contents

    Class InvoiceTemplate

    Mẫu hóa đơn

    Inheritance
    System.Object
    InvoiceTemplate
    Namespace:MISA.MeInvoice.Contract.DataContract
    Assembly:cs.temp.dll.dll
    Syntax
    public class InvoiceTemplate

    Properties

    BusinessAreas

    Nghiệp vụ

    Declaration
    public int BusinessAreas
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    CompanyID

    ID công ty

    Declaration
    public int CompanyID
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    CreatedBy

    Người tạo

    Declaration
    public string CreatedBy
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    CreatedDate

    Ngày tạo

    Declaration
    public DateTime CreatedDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.DateTime

    DefaultTemplateID

    ID mẫu mặc định

    Declaration
    public Guid DefaultTemplateID
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Guid

    Inactive

    Ngừng hoạt động

    Declaration
    public bool Inactive
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    InvoiceType

    Loại hóa đơn (GTGT, bán hàng, xuất kho,...)

    Declaration
    public int InvoiceType
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    InvSeries

    Ký hiệu

    Declaration
    public string InvSeries
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    InvTemplateNo

    Mẫu số

    Declaration
    public string InvTemplateNo
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    IPTemplateID

    ID mẫu

    Declaration
    public Guid IPTemplateID
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Guid

    IsCustomTemplate

    Có phải mẫu custom không

    Declaration
    public bool IsCustomTemplate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    IsInheritFromOldTemplate

    kế thừa từ mẫu cũ hay không

    Declaration
    public bool IsInheritFromOldTemplate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    IsPublished

    Đã phát hành hđ hay chưa

    Declaration
    public bool IsPublished
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    IsSendSummary

    Mẫu gửi bảng TH

    Declaration
    public bool IsSendSummary
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    ModifiedBy

    Người sửa

    Declaration
    public string ModifiedBy
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    ModifiedDate

    Ngày sửa

    Declaration
    public DateTime ModifiedDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.DateTime

    OrgInvSeries

    Ký hiệu

    Declaration
    public string OrgInvSeries
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    SignedDate

    Ngày ký

    Declaration
    public DateTime? SignedDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    SortOrder

    Thứ tự

    Declaration
    public int SortOrder
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    TemplateContent

    Nội dung file mẫu

    Declaration
    public byte[] TemplateContent
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Byte[]

    TemplateName

    Tên mẫu

    Declaration
    public string TemplateName
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    TemplateType

    Loại mẫu (stimul, xslt,...)

    Declaration
    public int TemplateType
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    XsltVersion

    Phiên bản mẫu xslt

    Declaration
    public int ? XsltVersion
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX