Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class DocumentType

    Represents a document type entity.

    Inheritance
    object
    ValueObject
    DocumentType
    Inherited Members
    ValueObject.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Documents
    Assembly: Innovt.Domain.dll
    Syntax
    public class DocumentType : ValueObject

    Properties

    | Edit this page View Source

    Country

    Gets or sets the country associated with this document type.

    Declaration
    public Country Country { get; set; }
    Property Value
    Type Description
    Country
    | Edit this page View Source

    CountryId

    Gets or sets the ID of the country associated with this document type.

    Declaration
    public int CountryId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Mask

    Gets or sets the mask for the document type.

    Declaration
    public string Mask { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Gets or sets the name of the document type.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX