 | IPurchaseDisbursementStudyDocumentLineEntityIsStudied Property |
Gets/ set whether line is studied, not store in DB
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDisbursementStudy
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IsStudied { get; set; }
Property IsStudied As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksPhase line are tagged studied in order to see it in datagrid
See Also