Line Members

The Line type exposes the following members.

Constructors


  Name Description
Public method Line
Initializes a new instance of the Line class.

Methods


  Name Description
Public method CleanUp (Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public method Clear
Resets properties back to a known, empty state.
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public method Clone
Returns a shallow copy
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyPropertyChanged (Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Protected method OnPropertyChanged (Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public method RollBack
Causes the OldRowHash value to be placed into the RowHash property
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public method SaveRecord
Saves the item.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property CanEditCustomFieldValues
Public property ChangedPropertyList
A list of properties which have been altered since inception of this item.
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property ChangeFlag
Flag indicating if the item has changed
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property Client
Public property ClientClassName
Public property Collection
This is a reference to the parent collection this item resides in.
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property CustomFieldValues
Public property CustomFieldValuesHostCollection
Public property DeleteFlag

Flag indicating if the item is deleted.

(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property DocumentDate
Public property FXRate
Gets or sets the fx rate.
Public property FXTotalReturnValue
Gets or sets the fx total return value.
Public property FXUnitReturnValue
Gets or sets the fx unit return value.
Public property InsertFlag
Flag indicating if the item is new to the JiwaCollection (ie: inserted but not saved)
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property Inventory
Gets the inventory.
Public property IsBackorderable
Gets a value indicating whether this instance is backorderable.
Public property IsCompleted
Gets a value indicating whether this instance is completed.
Public property IsNonStock
Gets or sets a value indicating whether this instance is non stock.
Public property IsPhysical
Gets a value indicating whether this instance is physical.
Public property ItemNo
The item number this item is within the JiwaCollection
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property KeyField
Public property LastSavedDateTime
Gets or sets the last saved date time.
Public property LineDetails
Gets the line details.
Public property Lines
Gets the lines.
Public property LineTotalIncTax
Gets the line total inc tax.
Public property OldRowHash
The value of the Rowhash prior to a save with an OUTPUT INTO clause
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property PurchaseOrderLine
Gets or sets the purchase order line.
Public property Quantity
Gets or sets the quantity.
Public property QuantityTaken
Gets or sets the quantity taken.
Public property RecID
Unique identifier for the item
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property Remark
Gets or sets the remark.
Public property RequestLine
Gets or sets the request line.
Public property ReturnCode
Gets the return code.
Public property RowHash
RowHash of the item. Used for concurrency control.
(Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)
Public property TaxAmount
Gets the tax amount.
Public property TaxRate
Gets the tax rate.
Public property TotalReturnValue
Gets or sets the total return value.
Public property UnitReturnValue
Gets or sets the unit return value.
Public property WastageLineDetailCollection
Gets the wastage line detail collection.

Events


  Name Description
Public event CustomFieldValueChanged
Public event PropertyChanged (Inherited from JiwaCollectionItem<(Of <(<'T>)>)>.)