 | IRangeTemplateElementEntityIsVirtualEntity Property |
Gets or sets a value indicating whether this instance is virtual entity (not in database).
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.ItemRange
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IsVirtualEntity { get; set; }
Property IsVirtualEntity As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
See Also