Click or drag to resize
AccountingVoucherRow Class

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

Basklass för inkommande bokföringsorderrader och utgående färdiga verifikationsrader.
Inheritance Hierarchy

Namespace: _3LProServices.AccountingVoucherService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public abstract class AccountingVoucherRow

The AccountingVoucherRow type exposes the following members.

Constructors
  NameDescription
Public methodAccountingVoucherRow
Constructor
Top
Properties
  NameDescription
Public propertyAccount
Konto
Public propertyAmount
Belopp i företagets basvaluta
Public propertyAmountInCurrency
Belopp i valuta - vid ingen valutaomräkning sätt samma som Amount (belopp i företagets basvaluta).
Public propertyCurrency
Valuta - vid ingen valutaomräkning, sätt tom sträng eller *.
Public propertyCurrencyRate
Valutakurs - vid ingen valutaomräkning, sätt 1.
Public propertyDimension01
Kostnadsställe - vid inget värde, sätt tom sträng eller *.
Public propertyDimension02
Projekt - vid inget värde, sätt tom sträng eller *.
Public propertyDimension03
Objekt - vid inget värde, sätt tom sträng eller *.
Public propertyDimension04
Förvaltningsområde (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension05
Verksamhet (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension06
Aktivitet (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension07
Motpart (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension08
Egendefinierat namn 1 (egen redkod 1) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension09
Egendefinierat namn 2 (egen redkod 2) - vid inget värde, sätt tom sträng eller *.
Public propertyDimension10
Egendefinierat namn 3 (egen redkod 3) - vid inget värde, sätt tom sträng eller *.
Public propertyMiniLedger
Minireskontra - vid inget värde, sätt tom sträng.
Public propertyNote
Längre beskrivande text till raden som läggs i anteckningsfält
Public propertyNumber
Antal - vid inget antal, sätt 0.
Public propertyText
Verifikationstext/beskrivande text till raden - max 50 tecken.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also