Class OrderLine
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public class OrderLine : Entity, IEntity
Constructors
OrderLine()
Declaration
protected OrderLine()
OrderLine(Guid, Guid, int)
Declaration
public OrderLine(Guid orderId, Guid productId, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | orderId | |
| System.Guid | productId | |
| int | count |
Properties
Count
Declaration
public virtual int Count { get; protected set; }
Property Value
| Type | Description |
|---|---|
| int |
OrderId
Declaration
public virtual Guid OrderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
ProductId
Declaration
public virtual Guid ProductId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
| Type | Description |
|---|---|
| object[] |