SIFWorks ADK 2.0
FinancialTransaction Class
NamespacesEdustructures.SifWorks.HrfinFinancialTransaction

[This is preliminary documentation and is subject to change.]

This object communicates a financial transaction. A transaction can be for the daily food sales revenue account. SIF_Events are reported.
Declaration Syntax
C#Visual BasicVisual C++
public class FinancialTransaction : SifDataObject
Public Class FinancialTransaction _
	Inherits SifDataObject
public ref class FinancialTransaction : public SifDataObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FinancialTransactionFinancialTransactionNew()()
Creates an instance of a FinancialTransaction

FinancialTransactionFinancialTransactionNew(String, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, FTAmounts)
Constructor that accepts values for all mandatory fields

Amounts
Gets or sets the value of the <Amounts> element.

Description
Gets or sets the value of the <Description> element.

KeyFields
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.)
Program
Gets or sets the value of the <Program> element.

RefId
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.)
SetProgram(FinancialProgram, String)
Sets the value of the <Program> element.

TransactionDate
Gets or sets the value of the <TransactionDate> element.

TransactionTime
Gets or sets the value of the <TransactionTime> element.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SifDataObject
    FinancialTransaction

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10