Class DocumentType
Represents a document type entity.
Inherited Members
Namespace: Innovt.Domain.Documents
Assembly: Innovt.Domain.dll
Syntax
public class DocumentType : ValueObject
Properties
| Edit this page View SourceCountry
Gets or sets the country associated with this document type.
Declaration
public Country Country { get; set; }
Property Value
| Type | Description |
|---|---|
| Country |
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 |
Mask
Gets or sets the mask for the document type.
Declaration
public string Mask { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the document type.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |