StockItem Class
Assembly: PTS.Modules.StockItems.dll
Syntax
public class StockItem : IOwnedRecord, IGdsRecord, IHasGuid
Inheritance
System.Object
StockItem
Properties
Account
Declaration
public virtual Account Account { get; set; }
Property Value
AccountId
Declaration
public long? AccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
AccountOwnerId
Declaration
public long? AccountOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Children
Declaration
public virtual ICollection<StockItem> Children { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<StockItem> |
|
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ItemType
Declaration
public ItemType ItemType { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Parent
Declaration
public virtual StockItem Parent { get; set; }
Property Value
ParentId
Declaration
public long? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ParentOwnerId
Declaration
public long? ParentOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Price
Declaration
public decimal Price { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
RegistrationNo
Declaration
public string RegistrationNo { get; set; }
Property Value
Type |
Description |
System.String |
|
SerialNo
Declaration
public string SerialNo { get; set; }
Property Value
Type |
Description |
System.String |
|
Sku
Declaration
public string Sku { get; set; }
Property Value
Type |
Description |
System.String |
|
SystemCode
Declaration
public int SystemCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods