Class OrderLine
Assembly: Volo.Abp.TestApp.dll
Syntax
public class OrderLine : Entity, IEntity
Constructors
OrderLine()
Declaration
OrderLine(Guid, Guid, int)
Declaration
public OrderLine(Guid orderId, Guid productId, int count)
Parameters
Type |
Name |
Description |
Guid |
orderId |
|
Guid |
productId |
|
int |
count |
|
Properties
Count
Declaration
public virtual int Count { get; protected set; }
Property Value
OrderId
Declaration
public virtual Guid OrderId { get; protected set; }
Property Value
ProductId
Declaration
public virtual Guid ProductId { get; protected set; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods