 | IStorehouseEntityAsleep Property |
Gets or sets wether the storehouse is asleep or active
(En sommeil)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Stock
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> Asleep { get; set; }
Property Asleep As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the Asleep (En sommeil) column of the Storehouse (Dépôt) table.
See Also