0% found this document useful (0 votes)
227 views

APIlist

The document contains a manifest and class definitions for various APIs related to job, user, and server log administration in Uniconta. It defines classes like JobAPI, UserAPI, JobInfo, UserLoginInfo, and ServerlogAPI that contain fields and methods for getting, setting, and managing information about jobs, users, and server logs through asynchronous tasks. Nested classes are used for asynchronous task completion.

Uploaded by

nitish dikshit
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
227 views

APIlist

The document contains a manifest and class definitions for various APIs related to job, user, and server log administration in Uniconta. It defines classes like JobAPI, UserAPI, JobInfo, UserLoginInfo, and ServerlogAPI that contain fields and methods for getting, setting, and managing information about jobs, users, and server logs through asynchronous tasks. Nested classes are used for asynchronous task completion.

Uploaded by

nitish dikshit
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 601

___[MOD] Uniconta.WindowsAPI.

dll
| M A N I F E S T
|___[NSP] Corasau.API.Admin
| |___[CLS] Corasau.API.Admin.JobAPI
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Service.BaseAPI
| | |___[CLS] <>c__DisplayClass5_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.API.Admin.JobAPI
| | | |___[FLD] ObjectType : public class Corasau.API.Admin.JobQueueInfo
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Corasau.API.Admin.JobQueueInfo[]>
| | | |___[MET] .ctor : void()
| | | | <GetJobQueueInfo>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass6_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.API.Admin.JobAPI
| | | |___[FLD] ObjectType : public class Corasau.API.Admin.JobInfo
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Corasau.API.Admin.JobInfo[]>
| | | |___[MET] .ctor : void()
| | | | <GetJobQueueInfo>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[STF] JobInfoGuid : private static valuetype [mscorlib]System.Guid
| | |___[STF] JobQueueGuid : private static valuetype [mscorlib]System.Guid
| | |___[STF] JobStateGuid : private static valuetype [mscorlib]System.Guid
| | |___[STM] .cctor : void()
| | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | ForceRun : class [mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32)
| | | GetJobQueueInfo : class
[mscorlib]System.Threading.Tasks.Task`1<class Corasau.API.Admin.JobInfo[]>(class
Corasau.API.Admin.JobInfo,string)
| | | GetJobQueueInfo : class
[mscorlib]System.Threading.Tasks.Task`1<class
Corasau.API.Admin.JobQueueInfo[]>(class Corasau.API.Admin.JobQueueInfo)
| | | SetHoldState : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,int32,uint8)
| |
| |___[CLS] Corasau.API.Admin.JobInfo
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[ENU] JobState
| | | | .class enum nested public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] Aborted : public static literal valuetype
Corasau.API.Admin.JobInfo/JobState
| | | |___[STF] Committed : public static literal valuetype
Corasau.API.Admin.JobInfo/JobState
| | | |___[STF] Completed : public static literal valuetype
Corasau.API.Admin.JobInfo/JobState
| | | |___[STF] Created : public static literal valuetype
Corasau.API.Admin.JobInfo/JobState
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _JobId : public int32
| | |___[FLD] _State : public valuetype Corasau.API.Admin.JobInfo/JobState
| | |___[FLD] _Uid : public int32
| | |___[FLD] canrun : public bool
| | |___[FLD] numberOfErrors : public int32
| | |___[FLD] onHold : public bool
| | |___[FLD] running : public bool
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| |
| |___[CLS] Corasau.API.Admin.JobQueueInfo
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyRunning : public int32
| | |___[FLD] _JobId : public int32
| | |___[FLD] _JobsAborted : public int32
| | |___[FLD] _JobsCompleted : public int32
| | |___[FLD] _JobsWaiting : public int32
| | |___[FLD] _LastRun : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _MsSpend : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _TaskStatus : public valuetype
[mscorlib]System.Threading.Tasks.TaskStatus
| | |___[FLD] _TotalCount : public int32
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| |
| |___[CLS] Corasau.API.Admin.UserAPI
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Service.BaseAPI
| | |___[CLS] <>c__DisplayClass2_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.API.Admin.UserAPI
| | | |___[FLD] ObjectType : public class Corasau.API.Admin.UserLoginInfo
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Corasau.API.Admin.UserLoginInfo[]>
| | | |___[MET] .ctor : void()
| | | | <GetLoginInfo>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass6_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.API.Admin.UserAPI
| | | |___[FLD] PartnerType : public class Uniconta.DataModel.Partner
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Partner[]>
| | | |___[MET] .ctor : void()
| | | | <GetPartners>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | AssignUserToPartner : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Partner,class
Uniconta.DataModel.User,bool,bool)
| | | ChangePassword : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,string,string)
| | | GetLoginInfo : class [mscorlib]System.Threading.Tasks.Task`1<class
Corasau.API.Admin.UserLoginInfo[]>(class Corasau.API.Admin.UserLoginInfo)
| | | GetPartners : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Partner[]>(class Uniconta.DataModel.Partner,valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | RemoveLogin : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Corasau.API.Admin.UserLoginInfo)
| |
| |___[CLS] Corasau.API.Admin.UserLoginInfo
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _ClientAPIVersion : public int32
| | |___[FLD] _LastActive : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _LoginId : public string
| | |___[FLD] _LoginProfile : public uint8
| | |___[FLD] _LoginTime : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _Origin : public uint8
| | |___[FLD] _Pid : public int32
| | |___[FLD] _Uid : public int32
| | |___[FLD] _calls : public int32
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| |
|
|___[NSP] Corasau.Admin.API
| |___[CLS] Corasau.Admin.API.ServerlogAPI
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Service.BaseAPI
| | |___[CLS] <>c__DisplayClass3_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.Admin.API.ServerlogAPI
| | | |___[FLD] objectType : public class Uniconta.DataModel.Serverlog
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Serverlog[]>
| | | |___[MET] .ctor : void()
| | | | <CheckOpenTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass4_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.Admin.API.ServerlogAPI
| | | |___[FLD] objectType : public class Uniconta.DataModel.Serverlog
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Serverlog[]>
| | | |___[MET] .ctor : void()
| | | | <CountMethodCalls>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass5_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.Admin.API.ServerlogAPI
| | | |___[FLD] objectType : public class Uniconta.DataModel.Serverlog
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Serverlog[]>
| | | |___[MET] .ctor : void()
| | | | <ServerValues>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass7_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Corasau.Admin.API.ServerlogAPI
| | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<string[]>
| | | |___[MET] .ctor : void()
| | | | <ServerMethodNames>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | CheckOpenTrans : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Serverlog[]>(class
Uniconta.DataModel.Serverlog)
| | | CountMethodCalls : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Serverlog[]>(class
Uniconta.DataModel.Serverlog)
| | | ServerCommand : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string,string)
| | | ServerMethodNames : class
[mscorlib]System.Threading.Tasks.Task`1<string[]>()
| | | ServerValues : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Serverlog[]>(class Uniconta.DataModel.Serverlog)
| | |___[MET] getServerlog : class Uniconta.DataModel.Serverlog[]
(uint8[],class Uniconta.DataModel.Serverlog)
| |
| |___[CLS] Corasau.Admin.API.SubscriptionAPI
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Service.BaseAPI
| | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | EmailPartnerInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.PartnerInvoice,bool)
| | | EmailSubscriptionInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.SubscriptionInvoice,bool)
| | | EmailSubscriptionInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Partner,class
Uniconta.DataModel.Subscription,valuetype [mscorlib]System.DateTime)
| | | GenerateInternalInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32,valuetype
[mscorlib]System.DateTime,int32,bool)
| | | PostInternalInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Partner,class
Uniconta.DataModel.SubscriptionInvoice,valuetype [mscorlib]System.DateTime,string)
| | | PostPartnerInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.PartnerInvoice,bool,string)
| |
|
|___[NSP] Corasau.ServerTools.Tools
| |___[CLS] Corasau.ServerTools.Tools.EncryptionAes
| | | .class public auto ansi sealed beforefieldinit
| | |___[FLD] manager : private initonly class
[System.Core]System.Security.Cryptography.AesManaged
| | |___[MET] .ctor : void(string)
| | |___[MET] CreateDecryptor : class
[mscorlib]System.Security.Cryptography.ICryptoTransform()
| | |___[MET] CreateEncryptor : class
[mscorlib]System.Security.Cryptography.ICryptoTransform()
| | |___[MET] Decrypt : uint8[](uint8[])
| | |___[MET] Decrypt : bool(uint8[],class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] Encrypt : uint8[](uint8[],int32,int32)
| | |___[MET] Encrypt : uint8[](uint8[])
| | |___[STM] GetHashKey : uint8[](string)
| |
|
|___[NSP] Uniconta.API
| |___[NSP] Uniconta.API.Crm
| | |___[CLS] Uniconta.API.Crm.CrmAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass4_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Crm.CrmAPI
| | | | |___[FLD] debtor : public class Uniconta.DataModel.Debtor
| | | | |___[FLD] prospect : public class Uniconta.DataModel.CrmProspect
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <ConvertToDebtor>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | ConvertToDebtor : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CrmProspect,class Uniconta.DataModel.Debtor)
| | | | CreateFollowUpMembers : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CrmCampaign,class Uniconta.DataModel.CrmFollowUp)
| | | | DeleteMembers : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.CrmCampaign)
| | |
| |
| |___[NSP] Uniconta.API.DebtorCreditor
| | |___[CLS] Uniconta.API.DebtorCreditor.DCTransDateSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class Uniconta.DataModel.DCTrans>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class Uniconta.DataModel.DCTrans,class
Uniconta.DataModel.DCTrans)
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.FindPrices
| | | | .class public auto ansi beforefieldinit
| | | |___[VCL] <GetCustomerPrice>d__30
| | | | | .class value nested private auto ansi sealed
beforefieldinit
| | | | | extends [mscorlib]System.ValueType
| | | | | implements
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>1__state : public int32
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.FindPrices
| | | | |___[FLD] <>t__builder : public valuetype
[mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder
| | | | |___[FLD] <>u__1 : private valuetype
[mscorlib]System.Runtime.CompilerServices.TaskAwaiter
| | | | |___[FLD] IsNewItem : public bool
| | | | |___[FLD] orderLine : public class
Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | |___[MET] MoveNext : void()
| | | | |___[MET] SetStateMachine : void(class
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine)
| | | |
| | | |___[VCL] <LoadBaseData>d__24
| | | | | .class value nested private auto ansi sealed
beforefieldinit
| | | | | extends [mscorlib]System.ValueType
| | | | | implements
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>1__state : public int32
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.FindPrices
| | | | |___[FLD] <>7__wrap1 : private class
Uniconta.API.DebtorCreditor.FindPrices
| | | | |___[FLD] <>t__builder : public valuetype
[mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder
| | | | |___[FLD] <>u__1 : private valuetype
[mscorlib]System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/
ConfiguredTaskAwaiter<float64>
| | | | |___[FLD] <>u__2 : private valuetype
[mscorlib]System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/
ConfiguredTaskAwaiter<class [Uniconta.Common]Uniconta.Common.SQLCache>
| | | | |___[FLD] <Comp>5__1 : private class Uniconta.DataModel.Company
| | | | |___[FLD] <GroupType>5__3 : private class [mscorlib]System.Type
| | | | |___[FLD] <MasterType>5__2 : private class [mscorlib]System.Type
| | | | |___[FLD] <PriceListType>5__5 : private class
[mscorlib]System.Type
| | | | |___[FLD] <debtor>5__4 : private class
Uniconta.DataModel.DCAccount
| | | | |___[FLD] api : public class Uniconta.API.System.QueryAPI
| | | | |___[MET] MoveNext : void()
| | | | |___[MET] SetStateMachine : void(class
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine)
| | | |
| | | |___[VCL] <LookRate>d__28
| | | | | .class value nested private auto ansi sealed
beforefieldinit
| | | | | extends [mscorlib]System.ValueType
| | | | | implements
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>1__state : public int32
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.FindPrices
| | | | |___[FLD] <>t__builder : public valuetype
[mscorlib]System.Runtime.CompilerServices.AsyncVoidMethodBuilder
| | | | |___[FLD] <>u__1 : private valuetype
[mscorlib]System.Runtime.CompilerServices.TaskAwaiter`1<float64>
| | | | |___[FLD] From : public uint8
| | | | |___[FLD] To : public uint8
| | | | |___[FLD] price : public float64
| | | | |___[FLD] rec : public class
Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | |___[MET] MoveNext : void()
| | | | |___[MET] SetStateMachine : void(class
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine)
| | | |
| | | |___[VCL] <loadPriceList>d__25
| | | | | .class value nested private auto ansi sealed
beforefieldinit
| | | | | extends [mscorlib]System.ValueType
| | | | | implements
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>1__state : public int32
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.FindPrices
| | | | |___[FLD] <>t__builder : public valuetype
[mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder
| | | | |___[FLD] <>u__1 : private valuetype
[mscorlib]System.Runtime.CompilerServices.TaskAwaiter
| | | | |___[FLD] <>u__2 : private valuetype
[mscorlib]System.Runtime.CompilerServices.TaskAwaiter`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>>
| | | | |___[FLD] <HasAFirstMatch>5__6 : private bool
| | | | |___[FLD] <_plst>5__1 : private string
| | | | |___[FLD] <n>5__3 : private int32
| | | | |___[FLD] <now>5__4 : private valuetype
[mscorlib]System.DateTime
| | | | |___[FLD] <plist>5__5 : private class
Uniconta.DataModel.InvPriceList
| | | | |___[FLD] <prioritet>5__2 : private int32
| | | | |___[MET] MoveNext : void()
| | | | |___[MET] SetStateMachine : void(class
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine)
| | | |
| | | |___[FLD] CompCurrency : private uint8
| | | |___[FLD] CustomerPrices : private class
Uniconta.DataModel.InvPriceListLine[]
| | | |___[FLD] ExchangeRate : public float64
| | | |___[FLD] ExchangeTask : public class
[mscorlib]System.Threading.Tasks.Task`1<float64>
| | | |___[STF] LastExchangeRate : private static float64
| | | |___[STF] LastOrderCurrency : private static uint8
| | | |___[FLD] LoadingTask : private class
[mscorlib]System.Threading.Tasks.Task
| | | |___[FLD] MarginRatio : private float64
| | | |___[FLD] OrderCurrency : private uint8
| | | |___[FLD] PriceGrp : private uint8
| | | |___[FLD] PriceListCurrency : private uint8
| | | |___[FLD] RoundMargin : private bool
| | | |___[FLD] UseCustomerPrices : public bool
| | | |___[FLD] _PriceList : private string
| | | |___[FLD] api : private class Uniconta.API.System.QueryAPI
| | | |___[FLD] debtor : public class Uniconta.DataModel.DCAccount
| | | |___[FLD] items : private class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[FLD] order : private class Uniconta.DataModel.DCOrder
| | | |___[FLD] priceLists : private class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[FLD] priceSort : private class
Uniconta.ClientTools.DataModel.InvPristListLineSort
| | | |___[MET] .ctor : void(class Uniconta.API.System.QueryAPI)
| | | |___[MET] .ctor : void(class Uniconta.DataModel.DCOrder,class
Uniconta.API.System.QueryAPI)
| | | |___[MET] DebitorChanged : class
[mscorlib]System.Threading.Tasks.Task()
| | | |___[MET] GetCustomerPrice : class
[mscorlib]System.Threading.Tasks.Task(class
Uniconta.ClientTools.DataModel.DCOrderLineClient,bool)
| | | |___[MET] LoadBaseData : class
[mscorlib]System.Threading.Tasks.Task(class Uniconta.API.System.QueryAPI)
| | | |___[MET] LookRate : void(class
Uniconta.ClientTools.DataModel.DCOrderLineClient,float64,uint8,uint8)
| | | |___[MET] OrderChanged : class
[mscorlib]System.Threading.Tasks.Task(class Uniconta.DataModel.DCOrder)
| | | |___[MET] SetPriceFromItem : class
[mscorlib]System.Threading.Tasks.Task(class
Uniconta.ClientTools.DataModel.DCOrderLineClient,class Uniconta.DataModel.InvItem)
| | | |___[STM] VariantCompare : int32(string,string)
| | | |___[MET] _SetPriceFromItem : void(class
Uniconta.ClientTools.DataModel.DCOrderLineClient,class
Uniconta.DataModel.InvItem,float64)
| | | |___[MET] loadPriceList : class
[mscorlib]System.Threading.Tasks.Task()
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass10_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<uint8[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetInvoicePdf>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass11_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] DCType : public uint8
| | | | |___[FLD] InvTransType : public class
Uniconta.DataModel.InvTrans
| | | | |___[FLD] InvoiceType : public class
Uniconta.DataModel.DCInvoice
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.DebtorCreditor.InvoicePostingResult>
| | | | |___[MET] .ctor : void()
| | | | | <PostInvoice>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass12_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<string>
| | | | |___[MET] .ctor : void()
| | | | | <SearchOpenInvoice>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass13_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] DCType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.DCTransOpen>
| | | | |___[MET] .ctor : void()
| | | | | <SearchOpenInvoiceTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass14_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] InvTransType : public class
Uniconta.DataModel.InvTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.InvTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetInvoiceLines>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass16_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.InvoiceAPI
| | | | |___[FLD] Message : public class
Uniconta.DataModel.DebtorMessage
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <GetMessage>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] UpdateInvoiceGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | GetInvoiceLines : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.InvTrans[]>(class
Uniconta.DataModel.DCInvoice,class Uniconta.DataModel.InvTrans,bool)
| | | | GetInvoicePdf : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(class
Uniconta.DataModel.DCInvoice)
| | | | GetMessage : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DebtorMessage,valuetype
[Uniconta.Common]Uniconta.Common.Language,valuetype
Uniconta.DataModel.DebtorEmailType)
| | | | ImportInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCInvoice,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.InvTrans>)
| | | | InvoiceAddCost : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCInvoice,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.CreditorOrderCostLine>)
| | | | MarkSendInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCInvoice)
| | | | PostInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.DebtorCreditor.InvoicePostingResult>(class
Uniconta.DataModel.DCOrder,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DCOrderLine>,valuetype
[mscorlib]System.DateTime,int64,bool,class Uniconta.DataModel.DCInvoice,class
Uniconta.DataModel.InvTrans,bool,bool,valuetype
Uniconta.DataModel.CompanyLayoutType,string,bool)
| | | |___[MET] PrepareInvoice : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(class
Uniconta.DataModel.DCInvoice,string,bool,valuetype [mscorlib]System.Guid)
| | | | SearchOpenInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<string>(valuetype
Uniconta.DataModel.GLJournalAccountType,int64)
| | | | SearchOpenInvoiceTrans : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.DCTransOpen>(valuetype
Uniconta.DataModel.GLJournalAccountType,int64,string)
| | | | SendInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCInvoice,string,bool)
| | | | TestSMTP : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DebtorEmailSetup,string)
| | | | UpdateNote : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.InvTrans)
| | | | _SendInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCInvoice,string,bool,valuetype [mscorlib]System.Guid)
| | | |___[MET] get_Version : uint8()
| | | |___[PTY] Version : instance uint8()
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.InvoicePostingResult
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Header : public class Uniconta.DataModel.DCInvoice
| | | |___[FLD] Lines : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.InvTrans>
| | | |___[FLD] ledgerRes : public class
Uniconta.API.GeneralLedger.PostingResult
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_Err : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[PTY] Err : instance valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.InvoiceTypes
| | | | .class private auto ansi beforefieldinit
| | | |___[FLD] DCInvoiceType : public class [mscorlib]System.Type
| | | |___[FLD] InvTransType : public class [mscorlib]System.Type
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.MaintableAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | JoinTwoAccounts : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCAccount,class Uniconta.DataModel.DCAccount)
| | | | SettleAllAfterConversion : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.OrderAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass6_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.OrderAPI
| | | | |___[FLD] Order : public class Uniconta.DataModel.DCOrder
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <CreateOrderFromInvoice>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass7_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.OrderAPI
| | | | |___[FLD] FromOrder : public class Uniconta.DataModel.DCOrder
| | | | |___[FLD] ToOrder : public class Uniconta.DataModel.DCOrder
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <CreateOrderFromOrder>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] ConvertOfferGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | ConvertOfferToOrder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCOrder)
| | | | CreateOrderFromInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCInvoice,class Uniconta.DataModel.DCOrder,string,bool)
| | | | CreateOrderFromOrder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCOrder,class
Uniconta.DataModel.DCOrder,string,bool,bool)
| | | | JoinTwoOrders : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCOrder,class
Uniconta.DataModel.DCOrder)
| | | | MoveOrderLine : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCOrderLine,class Uniconta.DataModel.DCOrder)
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.ProductionAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | CreateProductionLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.ProductionOrder,valuetype Uniconta.DataModel.StorageRegister)
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.ReportAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass6_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.ReportAPI
| | | | |___[FLD] record : public class Uniconta.DataModel.DCTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.DCTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass7_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.DebtorCreditor.ReportAPI
| | | | |___[FLD] record : public class Uniconta.DataModel.DCTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.DCTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTransWithPrimo>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] GetTransCloseByGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetTransCloseGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | DebtorAccountStatement : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(valuetype
[mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string,bool,string,bool)
| | | | DebtorCollection : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DCTransOpen>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<float64>,valuetype
[mscorlib]System.DateTime,bool,valuetype Uniconta.DataModel.DebtorEmailType)
| | | | GetTrans : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.DCTrans[]>(class Uniconta.DataModel.DCTrans,valuetype
[mscorlib]System.Guid)
| | | | GetTransWithPrimo : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.DCTrans[]>(class
Uniconta.DataModel.DCTrans,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string,bool,string)
| | | | GetTransactionsClosed : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.DCTrans[]>(class
Uniconta.DataModel.DCTrans)
| | | | GetTransactionsClosedBy : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.DCTrans[]>(class
Uniconta.DataModel.DCTrans)
| | |
| | |___[CLS] Uniconta.API.DebtorCreditor.TransactionAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[STF] TransCloseGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] TransOpenGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | CloseAll : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCAccount)
| | | | ReOpen : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.DCTrans,class
Uniconta.DataModel.DCTrans)
| | | | ReOpenAll : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCAccount,bool)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCTransOpen,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DCTransOpen>)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.DCTransOpen,class Uniconta.DataModel.DCTransOpen)
| | |
| |
| |___[NSP] Uniconta.API.GeneralLedger
| | |___[CLS] Uniconta.API.GeneralLedger.AccountMethod
| | | | .class private auto ansi beforefieldinit
| | | | extends [Uniconta.Common]Uniconta.Script.UserMethod
| | | |___[FLD] BalanceLst : private class
Uniconta.API.GeneralLedger.BalanceHeader[]
| | | |___[FLD] accounts : private class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[FLD] key : private class Uniconta.API.GeneralLedger.SumField
| | | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,class
Uniconta.API.GeneralLedger.BalanceHeader[])
| | | |___[MET] FindToken : int64(string)
| | | |___[MET] GetSum : int64(int32)
| | | |___[MET] Index : int64(int64)
| | | |___[MET] IntValue : int64(int64)
| | | |___[MET] SetDimension : void(int32[])
| | | |___[MET] get_Name : string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.AccountPostingBalance
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] AccountRowId : public int32
| | | |___[FLD] BalanceBefore : public float64
| | | |___[FLD] PostingAmount : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.BalanceHeader
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] Account : public class Uniconta.DataModel.GLAccount
| | | |___[FLD] SumOfAccounts : assembly class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.API.GeneralLedger.SumField,class Uniconta.API.GeneralLedger.SumField>
| | | |___[FLD] SumOfDimensions : public class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.API.GeneralLedger.FinancialBalance>
| | | |___[MET] .ctor : void()
| | | |___[STM] DimensionsEqual : bool(int32[],int32[])
| | | |___[STM] DimensionsEqual : bool(int32[],int32[],int32)
| | | |___[MET] SumAll : int64()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.BalanceSumContext
| | | | .class private auto ansi beforefieldinit
| | | | extends [Uniconta.Common]Uniconta.Script.ExpessionContext
| | | |___[FLD] AccountFunction : assembly class
Uniconta.API.GeneralLedger.AccountMethod
| | | |___[FLD] SumFunction : assembly class
Uniconta.API.GeneralLedger.SumMethod
| | | | .ctor : void(class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.API.GeneralLedger.SumField,class
Uniconta.API.GeneralLedger.SumField>,class
[Uniconta.Common]Uniconta.Common.SQLCache,class
Uniconta.API.GeneralLedger.BalanceHeader[])
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.BankStatementAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass10_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.BankStatementAPI
| | | | |___[FLD] ObjectType : public class
Uniconta.DataModel.BankStatementLine
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.BankStatementLine[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTransactions>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] BankSettle
| | | | | .class nested public auto ansi beforefieldinit
| | | | |___[FLD] BankLine : public class
Uniconta.DataModel.BankStatementLine
| | | | |___[FLD] TransLines : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTrans>
| | | | |___[MET] .ctor : void()
| | | |
| | | |___[CLS] TransSettle
| | | | | .class nested public auto ansi beforefieldinit
| | | | |___[FLD] BankLines : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.BankStatementLine>
| | | | |___[FLD] TransLine : public class Uniconta.DataModel.GLTrans
| | | | |___[MET] .ctor : void()
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | DeleteLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | GetTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.BankStatementLine[]>(class
Uniconta.DataModel.BankStatementLine,class
Uniconta.DataModel.BankStatement,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,bool)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.GeneralLedger.BankStatementAPI/BankSettle>)
| | | | Settle : void(class Uniconta.DataModel.BankStatement,class
Uniconta.DataModel.GLTrans,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.BankStatementLine>,class
[Uniconta.Common]Uniconta.Common.CustomWriter)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,class Uniconta.DataModel.GLTrans,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.BankStatementLine>)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,class Uniconta.DataModel.BankStatementLine,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTrans>)
| | | | Settle : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.GeneralLedger.BankStatementAPI/TransSettle>)
| | | | Settle : void(class Uniconta.DataModel.BankStatement,class
Uniconta.DataModel.BankStatementLine,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTrans>,class [Uniconta.Common]Uniconta.Common.CustomWriter)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.DocumentAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass2_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.DocumentAPI
| | | | |___[FLD] folder : public class Uniconta.DataModel.Document
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Document[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetFolderContent>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass3_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.DocumentAPI
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.List`1<int32>>
| | | | |___[MET] .ctor : void()
| | | | | <DocumentsInJournals>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass8_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.DocumentAPI
| | | | |___[FLD] Folder : public class Uniconta.DataModel.Document
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <ToFolder>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | AppendToFolder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.Document,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.Document>)
| | | | CreateFolder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.Document,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.Document>)
| | | | DeleteFolder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Document)
| | | | DocumentsInJournals : class
[mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.List`1<int32>>()
| | | | GetFolderContent : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Document[]>(class
Uniconta.DataModel.Document,bool)
| | | | RemoveFromFolder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.Document,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.Document>)
| | | | ToFolder : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.Document,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.Document>,uint8)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.FinancialBalance
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | |___[FLD] AccountRowId : public int32
| | | |___[FLD] Dimensions : public int32[]
| | | |___[FLD] VatOperation : public uint8
| | | |___[FLD] VatRowId : public int32
| | | |___[FLD] _AmountBase : public int64
| | | |___[FLD] _Credit : public int64
| | | |___[FLD] _Debit : public int64
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_AmountBase : float64()
| | | |___[MET] get_Attachment : object()
| | | |___[MET] get_CompanyId : int32()
| | | |___[MET] get_Credit : float64()
| | | |___[MET] get_Debit : float64()
| | | |___[MET] get_HasDocs : bool()
| | | |___[MET] get_HasNotes : bool()
| | | |___[MET] get_KeyName : string()
| | | |___[MET] get_KeyStr : string()
| | | |___[MET] get_PropertyOfKeyStr : string()
| | | |___[MET] get_RowId : int32()
| | | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Attachment : void(object)
| | | |___[MET] set_HasDocs : void(bool)
| | | |___[MET] set_HasNotes : void(bool)
| | | |___[MET] set_KeyStr : void(string)
| | | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | | |___[PTY] AmountBase : instance float64()
| | | |___[PTY] Attachment : instance object()
| | | |___[PTY] CompanyId : instance int32()
| | | |___[PTY] Credit : instance float64()
| | | |___[PTY] Debit : instance float64()
| | | |___[PTY] HasDocs : instance bool()
| | | |___[PTY] HasNotes : instance bool()
| | | |___[PTY] KeyName : instance string()
| | | |___[PTY] KeyStr : instance string()
| | | |___[PTY] PropertyOfKeyStr : instance string()
| | | |___[PTY] RowId : instance int32()
| | | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.FinancialYearAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[STF] CheckYearGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] EraseYearGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GeneratePrimoGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] RecalcSumGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | CallMethod : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CompanyFinanceYear,valuetype [mscorlib]System.Guid)
| | | | CheckSumtables : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CompanyFinanceYear)
| | | | EraseAllTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CompanyFinanceYear)
| | | | GeneratePrimoTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CompanyFinanceYear,string,string,int32,string)
| | | | RecalcSumtables : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.CompanyFinanceYear)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.GLPeriodSum
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Account : public int32
| | | |___[FLD] Credit : public float64
| | | |___[FLD] Date : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] Debit : public float64
| | | |___[FLD] Dim1 : public int16
| | | |___[FLD] Dim2 : public int16
| | | |___[FLD] Dim3 : public int16
| | | |___[FLD] Dim4 : public int16
| | | |___[FLD] Dim5 : public int16
| | | |___[FLD] DimCombi : public int32
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.GLPostingHeader
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Comment : public string
| | | |___[FLD] Date : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] FixedVoucherNumber : public int32
| | | |___[FLD] GenerateVoucher : public bool
| | | |___[FLD] NumberSerie : public string
| | | |___[FLD] TransType : public string
| | | |___[FLD] _Flags : private uint8
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_DateMustBeZero : bool()
| | | |___[MET] get_NoDateSum : bool()
| | | |___[MET] get_OneVoucherForAll : bool()
| | | |___[MET] get_ThisIsConversion : bool()
| | | |___[MET] get_UseApproved : bool()
| | | |___[MET] get_VoucherMustBeZero : bool()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_DateMustBeZero : void(bool)
| | | |___[MET] set_NoDateSum : void(bool)
| | | |___[MET] set_OneVoucherForAll : void(bool)
| | | |___[MET] set_ThisIsConversion : void(bool)
| | | |___[MET] set_UseApproved : void(bool)
| | | |___[MET] set_VoucherMustBeZero : void(bool)
| | | |___[PTY] DateMustBeZero : instance bool()
| | | |___[PTY] NoDateSum : instance bool()
| | | |___[PTY] OneVoucherForAll : instance bool()
| | | |___[PTY] ThisIsConversion : instance bool()
| | | |___[PTY] UseApproved : instance bool()
| | | |___[PTY] VoucherMustBeZero : instance bool()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.GLPostingLine
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Account : public string
| | | |___[FLD] AccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | | |___[FLD] Amount : public float64
| | | |___[FLD] AmountCur : public float64
| | | |___[FLD] Correction : public bool
| | | |___[FLD] Currency : public valuetype
[mscorlib]System.Nullable`1<valuetype [Uniconta.Common]Uniconta.Common.Currencies>
| | | |___[FLD] DCPostType : public valuetype
Uniconta.DataModel.DCPostType
| | | |___[FLD] Date : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] Dimensions : assembly string[]
| | | |___[FLD] DoNotAllocate : public bool
| | | |___[FLD] DocumentDate : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] DocumentRef : public int32
| | | |___[FLD] DueDate : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] Invoice : public int64
| | | |___[FLD] Note : public string
| | | |___[FLD] PaymentId : public string
| | | |___[FLD] PaymentMethod : public uint8
| | | |___[FLD] PrCategory : public string
| | | |___[FLD] Project : public string
| | | |___[FLD] SettleIsVoucher : public bool
| | | |___[FLD] Settlements : public string
| | | |___[FLD] SkipLineOnPosting : public bool
| | | |___[FLD] SplitEndDate : public int16
| | | |___[FLD] SplitRowId : public int32
| | | |___[FLD] SplitStartDate : public int16
| | | |___[FLD] Text : public string
| | | |___[FLD] TransType : public string
| | | |___[FLD] UsedCachDiscount : public float64
| | | |___[FLD] Vat : public string
| | | |___[FLD] VatAmountFixed : public float64
| | | |___[FLD] VatHasBeenDeducted : public bool
| | | |___[FLD] Voucher : public int32
| | | |___[FLD] _Flags : private uint8
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] GetDim : string(int32)
| | | |___[MET] SetDim : void(int32,string)
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_ForceSettlement : bool()
| | | |___[MET] get_IgnoreCurDif : bool()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_ForceSettlement : void(bool)
| | | |___[MET] set_IgnoreCurDif : void(bool)
| | | |___[PTY] ForceSettlement : instance bool()
| | | |___[PTY] IgnoreCurDif : instance bool()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.GLTransDateSort
| | | | .class private auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class Uniconta.DataModel.GLTrans>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class Uniconta.DataModel.GLTrans,class
Uniconta.DataModel.GLTrans)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.MaintableAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | JoinTwoAccounts : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLAccount,class Uniconta.DataModel.GLAccount)
| | | | JoinTwoDimensions : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLDimType,class Uniconta.DataModel.GLDimType)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.PeriodTotalAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass3_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.PeriodTotalAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.GLPeriodSum[]>
| | | | |___[MET] .ctor : void()
| | | | | <Generate>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] PeriodTotalGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | Generate : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.GLPeriodSum[]>(valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.PostingAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass17_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.PostingAPI
| | | | |___[FLD] TypeForSimulation : public class
Uniconta.DataModel.GLTrans
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.PostingResult>
| | | | |___[MET] .ctor : void()
| | | | | <CallPost>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass34_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.PostingAPI
| | | | |___[FLD] Comment : public string
| | | | |___[FLD] JournalPosted : public class
Uniconta.DataModel.GLDailyJournalPosted
| | | | |___[MET] .ctor : void()
| | | | | <DeletePostedJournal>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>)
| | | |
| | | |___[STF] DeleteClosingSheetGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] DeletePostedJournalGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GLEmptyJournalGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GLPostJournalGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GLRecievePostGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GLTransCancelGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] ImportJournalGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] PostClosingSheetGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | AddPhysicalVoucher : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.GLTrans,class
Uniconta.DataModel.Document,bool)
| | | | CallPost : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
Uniconta.DataModel.GLTrans)
| | | | CancelVoucher : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLTrans,string,bool,valuetype [mscorlib]System.DateTime)
| | | | CancelVoucher : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLTrans,string,valuetype [mscorlib]System.DateTime)
| | | | ChangeVoidState : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.GLTrans)
| | | | CheckDailyJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.GLDailyJournal,valuetype [mscorlib]System.DateTime,bool,class
Uniconta.DataModel.GLTrans,int32,bool)
| | | | CheckJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.API.GeneralLedger.GLPostingHeader,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.GeneralLedger.GLPostingLine>)
| | | | DeleteJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLClosingSheet,valuetype [mscorlib]System.Nullable`1<uint8>)
| | | | DeleteJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLDailyJournal)
| | | | DeletePostedJournal : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLDailyJournalPosted,string)
| | | | DeletePostedVoucher : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.GLTrans)
| | | | GenerateJournalFromDocument : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,valuetype
[mscorlib]System.DateTime,bool,bool,bool,class Uniconta.DataModel.Document)
| | | | ImportJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankImportFormat,class Uniconta.DataModel.Document,bool)
| | | | ImportJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankImportFormat,class [mscorlib]System.IO.MemoryStream,bool)
| | | | InvertSignOnVoucher : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.GLTrans)
| | | | MaxLineNumber : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string)
| | | | PostClosingSheet : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.GLClosingSheet,valuetype
[mscorlib]System.Nullable`1<uint8>,bool,valuetype
[mscorlib]System.DateTime,string,int32,class Uniconta.DataModel.GLTrans)
| | | | PostDailyJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.GLDailyJournal,valuetype
[mscorlib]System.DateTime,string,int32,bool)
| | | | PostJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.API.GeneralLedger.GLPostingHeader,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.GeneralLedger.GLPostingLine>,bool)
| | | | SetNewDimensions : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLTrans,bool,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,class Uniconta.DataModel.GLAccount)
| | | | TransferBankStatementToJournal : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,bool,bool,bool)
| | | | TransferBankStatementToJournal : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.BankStatement,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.BankStatementLine>,bool,bool)
| | | | UpdateTransText : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.GLTrans,string,bool)
| | | |___[MET] get_Version : uint8()
| | | |___[MET] setCacheDirty : void()
| | | |___[PTY] Version : instance uint8()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.PostingResult
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Account : public string
| | | |___[FLD] AccountBalance : public class
Uniconta.API.GeneralLedger.AccountPostingBalance[]
| | | |___[FLD] ClosingLines : public class
Uniconta.DataModel.GLClosingSheetLine[]
| | | |___[FLD] Counter : public int32
| | | |___[FLD] Err : public valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes
| | | |___[FLD] ErrorProperty : public string
| | | |___[FLD] ErrorValue : public string
| | | |___[FLD] JournalPostedlId : public int32
| | | |___[FLD] SimulatedTrans : public class Uniconta.DataModel.GLTrans[]
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.ReportAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass12_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.ReportAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>
| | | | |___[MET] .ctor : void()
| | | | | <Generate>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass18_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.ReportAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>
| | | | |___[MET] .ctor : void()
| | | | | <GenerateBud>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass20_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] Dimensions : public int32[]
| | | | |___[MET] .ctor : void()
| | | | | <Format>b__0 : bool(int32[])
| | | |
| | | |___[CLS] <>c__DisplayClass24_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.ReportAPI
| | | | |___[FLD] ObjectType : public class Uniconta.DataModel.GLTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.GLTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <CallTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass26_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.ReportAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>
| | | | |___[MET] .ctor : void()
| | | | | <VatCodeSum>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] DimensionParameter
| | | | | .class nested public auto ansi beforefieldinit
| | | | |___[FLD] DimDetails : public bool
| | | | |___[FLD] DimensionNumber : public initonly int32
| | | | |___[FLD] InValues : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<int32>
| | | | |___[MET] .ctor : void(int32)
| | | |
| | | |___[FLD] ClosingSheet : private class
Uniconta.DataModel.GLClosingSheet
| | | |___[STF] TrailBalanceGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] sort : private class
Uniconta.API.GeneralLedger.GLTransDateSort
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | CallTrans : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.GLTrans[]>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
Uniconta.DataModel.GLTrans)
| | | |___[MET] Format : class Uniconta.API.GeneralLedger.BalanceHeader[]
(class Uniconta.API.GeneralLedger.FinancialBalance[],class
[Uniconta.Common]Uniconta.Common.SQLCache)
| | | | Generate : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Collections.Generic.List`1<int32>,string,bool)
| | | | Generate : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(class
[mscorlib]System.Collections.Generic.List`1<int32>,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,int32,string,bool)
| | | | GenerateBud : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Collections.Generic.List`1<int32>)
| | | | GenerateBud : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(string,class
[mscorlib]System.Collections.Generic.List`1<int32>,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,int32)
| | | | GenerateBudgetTotal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(string,int32,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool)
| | | | GenerateBudgetTotal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(string,class
[mscorlib]System.Collections.Generic.List`1<int32>,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool)
| | | | GenerateBudgetTotals : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,string,bool)
| | | | GenerateBudgetTotals : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.API.GeneralLedger.ReportAPI/DimensionParameter>)
| | | | GenerateTotal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(class
[mscorlib]System.Collections.Generic.List`1<int32>,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,string,class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.API.GeneralLedger.ReportAPI/DimensionParameter>)
| | | | GenerateTotal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(int32,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool)
| | | | GenerateTotal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(class
[mscorlib]System.Collections.Generic.List`1<int32>,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool)
| | | | GenerateTotals : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,valuetype
[mscorlib]System.Nullable`1<int32>,bool,string,bool)
| | | | GetBank : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.GLTrans[]>(class Uniconta.DataModel.GLTrans,string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime)
| | | | GetTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.GLTrans[]>(class
Uniconta.DataModel.GLTrans,string,string,string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.API.GeneralLedger.ReportAPI/DimensionParameter>)
| | | | GetTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.GLTrans[]>(class
Uniconta.DataModel.GLTrans,string,bool,string,string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype
[mscorlib]System.Nullable`1<int32>,valuetype [mscorlib]System.Nullable`1<int32>)
| | | |___[MET] SetClosingSheet : void(class
Uniconta.DataModel.GLClosingSheet)
| | | |___[MET] UnpackRes : class
Uniconta.API.GeneralLedger.FinancialBalance[](uint8[])
| | | | UpdateSum : class Uniconta.API.GeneralLedger.SumField(class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.API.GeneralLedger.SumField,class
Uniconta.API.GeneralLedger.SumField>,int32,int32[],int64,int64,class
Uniconta.API.GeneralLedger.SumField)
| | | | VatCodeSum : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.FinancialBalance[]>(valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime)
| | | | streamDimParms : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.API.GeneralLedger.ReportAPI/DimensionParameter>)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.StandardGLAccount
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] _Account : public string
| | | |___[FLD] _AccountType : public uint8
| | | |___[FLD] _Name : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.StandardGLAccountAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass3_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.GeneralLedger.StandardGLAccountAPI
| | | | |___[FLD] obj : public class
Uniconta.API.GeneralLedger.StandardGLAccount
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.StandardGLAccount[]>
| | | | |___[MET] .ctor : void()
| | | | | <Load>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] GetStandardGLAccountGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | Load : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.StandardGLAccount[]>(class
Uniconta.API.GeneralLedger.StandardGLAccount)
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.SumField
| | | | .class private auto ansi beforefieldinit
| | | |___[FLD] Dimensions : assembly int32[]
| | | |___[FLD] ProcessedBy : assembly int32
| | | |___[FLD] SumId : assembly int32
| | | |___[FLD] _Credit : assembly int64
| | | |___[FLD] _Debit : assembly int64
| | | |___[MET] .ctor : void()
| | | |___[MET] Equals : bool(object)
| | | |___[MET] GetHashCode : int32()
| | |
| | |___[CLS] Uniconta.API.GeneralLedger.SumMethod
| | | | .class private auto ansi beforefieldinit
| | | | extends [Uniconta.Common]Uniconta.Script.UserMethod
| | | |___[FLD] key : private class Uniconta.API.GeneralLedger.SumField
| | | |___[FLD] sums : private initonly class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.API.GeneralLedger.SumField,class Uniconta.API.GeneralLedger.SumField>
| | | | .ctor : void(class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.API.GeneralLedger.SumField,class Uniconta.API.GeneralLedger.SumField>)
| | | |___[MET] FindToken : int64(string)
| | | |___[MET] Index : int64(int64)
| | | |___[MET] IntValue : int64(int64)
| | | |___[MET] SetDimension : void(int32[])
| | | |___[MET] get_Name : string()
| | | |___[PTY] Name : instance string()
| | |
| |
| |___[NSP] Uniconta.API.Internal
| | |___[CLS] Uniconta.API.Internal.CreateUserAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass4_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Internal.CreateUserAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<int32>
| | | | |___[FLD] user : public class Uniconta.DataModel.User
| | | | |___[MET] .ctor : void()
| | | | | <Create>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<int64>)
| | | |
| | | |___[STF] CreateUserGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session)
| | | | Create : class
[mscorlib]System.Threading.Tasks.Task`1<int32>(class
Uniconta.DataModel.User,int32,string)
| | | | Create : class
[mscorlib]System.Threading.Tasks.Task`1<int32>(class Uniconta.DataModel.User,class
Uniconta.DataModel.Partner)
| | | | Create : class
[mscorlib]System.Threading.Tasks.Task`1<int32>(class
Uniconta.DataModel.User,string)
| | |
| |
| |___[NSP] Uniconta.API.Inventory
| | |___[CLS] Uniconta.API.Inventory.InvSerieBatchLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.DataModel.InvSerieBatch>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.DataModel.InvSerieBatch,class Uniconta.DataModel.InvSerieBatch)
| | |
| | |___[CLS] Uniconta.API.Inventory.InvTransDateSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class Uniconta.DataModel.InvTrans>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class Uniconta.DataModel.InvTrans,class
Uniconta.DataModel.InvTrans)
| | |
| | |___[CLS] Uniconta.API.Inventory.InvTransLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class Uniconta.DataModel.InvTrans>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class Uniconta.DataModel.InvTrans,class
Uniconta.DataModel.InvTrans)
| | |
| | |___[CLS] Uniconta.API.Inventory.InventoryAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | JoinTwoItems : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.InvItem,class
Uniconta.DataModel.InvItem)
| | | | RecalculateBOMPrices : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(bool,bool,bool,bool,class
[mscorlib]System.Collections.Generic.List`1<int32>)
| | |
| | |___[CLS] Uniconta.API.Inventory.PostingAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass4_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.PostingAPI
| | | | |___[FLD] TypeForSimulation : public class
Uniconta.DataModel.GLTrans
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.PostingResult>
| | | | |___[MET] .ctor : void()
| | | | | <_PostJournal>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | DeleteJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.InvJournal)
| | | | PostJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class Uniconta.DataModel.InvJournal,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.InvJournalLine>,valuetype
[mscorlib]System.DateTime,string,string,string,int32,bool,class
Uniconta.DataModel.GLTrans)
| | | | PostJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.InvJournal,valuetype
[mscorlib]System.DateTime,string,string,string,int32,bool,class
Uniconta.DataModel.GLTrans,int32)
| | | | RecalcStorage : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | RestateCost : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,valuetype
[mscorlib]System.DateTime,string,bool)
| | | | RestateCost : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | _PostJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class Uniconta.DataModel.InvJournal,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.InvJournalLine>,valuetype
[mscorlib]System.DateTime,string,string,string,int32,bool,class
Uniconta.DataModel.GLTrans,int32)
| | |
| | |___[CLS] Uniconta.API.Inventory.ReportAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass10_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.ReportAPI
| | | | |___[FLD] record : public class Uniconta.DataModel.InvTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.InvTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetInvTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass11_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.ReportAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.InvVariantDetail>
| | | | |___[MET] .ctor : void()
| | | | | <GetInvVariantDetail>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass13_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.ReportAPI
| | | | |___[FLD] record : public class Uniconta.DataModel.InvTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.InvTrans[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTransInBOM>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass14_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.ReportAPI
| | | | |___[FLD] batchType : public class
Uniconta.DataModel.InvSerieBatch
| | | | |___[FLD] record : public class Uniconta.DataModel.InvTrans
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.System.UnicontaMasterDetail[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetSeriaBatchInBOM>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass3_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Inventory.ReportAPI
| | | | |___[FLD] record : public class
Uniconta.API.Inventory.Statistick
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.Inventory.Statistick[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] StatGuid : private static valuetype [mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | AccountStat : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | AccountStat : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,class Uniconta.DataModel.Debtor)
| | | | AccountStatDate : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,class Uniconta.DataModel.Debtor)
| | | | GetInvTrans : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.InvTrans[]>(class
Uniconta.DataModel.InvTrans,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string)
| | | | GetInvVariantDetail : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.InvVariantDetail>(string)
| | | | GetItemFromSerialNumber : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string)
| | | | GetSeriaBatchInBOM : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.System.UnicontaMasterDetail[]>(class Uniconta.DataModel.InvTrans,class
Uniconta.DataModel.InvSerieBatch)
| | | | GetTrans : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,int32,int32,uint8)
| | | | GetTransInBOM : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.InvTrans[]>(class
Uniconta.DataModel.InvTrans)
| | | | ItemAccountStat : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | ItemStat : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | ItemStatDate : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Inventory.Statistick[]>(class
Uniconta.API.Inventory.Statistick,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,class Uniconta.DataModel.InvItem)
| | |
| | |___[CLS] Uniconta.API.Inventory.Statistick
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] _Account : public string
| | | |___[FLD] _CompanyId : public int32
| | | |___[FLD] _Cost : public float64
| | | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] _Item : public string
| | | |___[FLD] _Qty : public float64
| | | |___[FLD] _Sales : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.Inventory.TransactionsAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | AttachSerieBatch : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.InvTrans,class Uniconta.DataModel.InvSerieBatch,float64)
| | | | ChangeStorage : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.InvTrans,class Uniconta.DataModel.InvWarehouse,class
Uniconta.DataModel.InvLocation)
| | | | ChangeVariant : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.InvTrans,class Uniconta.DataModel.InvVariant1,class
Uniconta.DataModel.InvVariant2)
| | | | RemoveSerieBatch : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.InvTrans,class Uniconta.DataModel.InvSerieBatch)
| | |
| |
| |___[NSP] Uniconta.API.Plugin
| | |___[INT] Uniconta.API.Plugin.IContentPluginBase
| | | | .class interface public abstract auto ansi
| | | | implements Uniconta.API.Plugin.IPluginBase
| | | |___[MET] OnPageClose : void()
| | | |___[MET] SetContent : void(class
[PresentationFramework]System.Windows.Controls.ContentControl)
| | |
| | |___[INT] Uniconta.API.Plugin.ICreditorPaymentFormatPlugin
| | | | .class interface public abstract auto ansi
| | | | implements Uniconta.API.Plugin.IPluginBase
| | | | Generate : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.DataModel.CreditorTransOpenClient>,class
Uniconta.DataModel.CreditorPaymentFormat,class [mscorlib]System.IO.Stream)
| | | |___[MET] get_FileExtension : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[PTY] FileExtension : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | |
| | |___[INT] Uniconta.API.Plugin.IPluginBase
| | | | .class interface public abstract auto ansi
| | | | Execute : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,string,string)
| | | |___[MET] GetDependentAssembliesName : string[]()
| | | |___[MET] GetErrorDescription : string()
| | | |___[MET] Intialize : void()
| | | |___[MET] SetAPI : void(class Uniconta.API.Service.BaseAPI)
| | | | SetMaster : void(class
[mscorlib]System.Collections.Generic.List`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | |___[MET] add_OnExecute : void(class [mscorlib]System.EventHandler)
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_OnExecute : void(class
[mscorlib]System.EventHandler)
| | | |___[EVT] OnExecute : [mscorlib]System.EventHandler
| | | |___[PTY] Name : instance string()
| | |
| |
| |___[NSP] Uniconta.API.Project
| | |___[CLS] Uniconta.API.Project.InvoiceAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass2_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Project.InvoiceAPI
| | | | |___[FLD] InvTransType : public class
Uniconta.DataModel.InvTrans
| | | | |___[FLD] InvoiceType : public class
Uniconta.DataModel.DCInvoice
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.DebtorCreditor.InvoicePostingResult>
| | | | |___[MET] .ctor : void()
| | | | | <PostOnAccountInvoice>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | MarkAsInvoiced : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Project,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.ProjectTrans>)
| | | | PostOnAccountInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.DebtorCreditor.InvoicePostingResult>(string,string,valuetype
[mscorlib]System.DateTime,bool,class Uniconta.DataModel.DCInvoice,class
Uniconta.DataModel.InvTrans,bool,string,bool)
| | |
| | |___[CLS] Uniconta.API.Project.ProjectTotals
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] _CatType : public valuetype
Uniconta.DataModel.CategoryType
| | | |___[FLD] _CompanyId : public int32
| | | |___[FLD] _Cost : public float64
| | | |___[FLD] _PrCategory : public string
| | | |___[FLD] _Project : public string
| | | |___[FLD] _Qty : public float64
| | | |___[FLD] _Sales : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.API.Project.ReportAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass2_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.Project.ReportAPI
| | | | |___[FLD] record : public class
Uniconta.API.Project.ProjectTotals
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.Project.ProjectTotals[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetTrans>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | GetTrans : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string,uint8)
| | | | ProjectCatType : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string)
| | | | ProjectCatType : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | ProjectCatType : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,class Uniconta.DataModel.Project)
| | | | ProjectCategory : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,class Uniconta.DataModel.Project)
| | | | ProjectCategory : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | | ProjectCategory : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.Project.ProjectTotals[]>(class
Uniconta.API.Project.ProjectTotals,valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime,string,string)
| | |
| |
| |___[NSP] Uniconta.API.Service
| | |___[ENU] Uniconta.API.Service.APITarget
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] Demo : public static literal valuetype
Uniconta.API.Service.APITarget
| | | |___[STF] Development : public static literal valuetype
Uniconta.API.Service.APITarget
| | | |___[STF] Internal : public static literal valuetype
Uniconta.API.Service.APITarget
| | | |___[STF] Live : public static literal valuetype
Uniconta.API.Service.APITarget
| | | |___[STF] Testing : public static literal valuetype
Uniconta.API.Service.APITarget
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[CLS] Uniconta.API.Service.BaseAPI
| | | | .class public abstract auto ansi beforefieldinit
| | | |___[FLD] CompanyEntity : public initonly class
Uniconta.DataModel.Company
| | | |___[FLD] NextCall : private uint64
| | | |___[FLD] __LastError : private valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes
| | | |___[FLD] session : public initonly class
Uniconta.API.Service.Session
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | Call : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | | CallErrorCode : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | | CallLong : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | |___[MET] CallSync : uint8[](class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | |___[MET] CallSyncErrorCode : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | |___[MET] CallSyncLong : int64(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | |___[MET] CallVoid : void(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | |___[MET] CompanyErr : void(int32)
| | | |___[MET] CompanyErr : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | GetErrors : class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.StandardError[]>()
| | | |___[MET] InitCall : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(valuetype
[mscorlib]System.Guid)
| | | |___[MET] MasterErr : void()
| | | |___[MET] ReportException : void(class
[mscorlib]System.Exception,string)
| | | |___[MET] ReportException : void(class [mscorlib]System.Exception)
| | | |___[MET] UnpackCompression : class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity[](class
[mscorlib]System.Type,uint8[],object)
| | | |___[MET] get_CompanyId : int32()
| | | |___[MET] get_LastError : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | | |___[MET] get_Version : uint8()
| | | |___[MET] get__LastError : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | | |___[MET] setCacheDirty : void(class [mscorlib]System.Type)
| | | |___[MET] set__LastError : void(valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes)
| | | |___[MET] unpack : uint8[](uint8[])
| | | |___[PTY] CompanyId : instance int32()
| | | |___[PTY] LastError : instance valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | | |___[PTY] Version : instance uint8()
| | | |___[PTY] _LastError : instance valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes()
| | |
| | |___[CLS] Uniconta.API.Service.CompanyInfo
| | | | .class private auto ansi beforefieldinit
| | | |___[FLD] CompanyId : assembly int32
| | | |___[FLD] Name : assembly string
| | | |___[FLD] Rights : assembly int64
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.API.Service.NotificationHandler
| | | | .class public auto ansi sealed
| | | | extends [mscorlib]System.MulticastDelegate
| | | |___[MET] .ctor : void(object,native int)
| | | |___[MET] BeginInvoke : class
[mscorlib]System.IAsyncResult(valuetype
[Uniconta.Common]Uniconta.Common.User.UserNotificationType,class
[mscorlib]System.AsyncCallback,object)
| | | |___[MET] EndInvoke : void(class [mscorlib]System.IAsyncResult)
| | | |___[MET] Invoke : void(valuetype
[Uniconta.Common]Uniconta.Common.User.UserNotificationType)
| | |
| | |___[CLS] Uniconta.API.Service.Session
| | | | .class public auto ansi beforefieldinit
| | | |___[CLS] <>c__DisplayClass14_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] Comp : public class Uniconta.DataModel.Company
| | | | |___[FLD] CompanyId : public int32
| | | | |___[FLD] SetAsDefault : public bool
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Company>
| | | | |___[MET] .ctor : void()
| | | | | <OpenCompany>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Company>)
| | | |
| | | |___[CLS] <>c__DisplayClass70_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] callKey : public int64
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <CallLogin>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass71_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.StandardError[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetErrors>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass73_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<int32>
| | | | |___[MET] .ctor : void()
| | | | | <GetServerVersion>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<int64>)
| | | |
| | | |___[CLS] <>c__DisplayClass79_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] Comp : public class Uniconta.DataModel.Company
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Company>
| | | | |___[MET] .ctor : void()
| | | | | <GetCompany>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass86_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] CompanyType : public class [mscorlib]System.Type
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.Company[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetCompanies>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass92_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.Service.Session
| | | | |___[FLD] Comp : public class Uniconta.DataModel.Company
| | | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <CreateCompany>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass96_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<float64>
| | | | |___[MET] .ctor : void()
| | | | | <ExchangeRate>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<int64>)
| | | |
| | | |___[CLS] CompanySort
| | | | | .class nested private auto ansi beforefieldinit
| | | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class Uniconta.DataModel.Company>
| | | | |___[MET] .ctor : void()
| | | | |___[MET] Compare : int32(class Uniconta.DataModel.Company,class
Uniconta.DataModel.Company)
| | | |
| | | |___[FLD] BuildTime : public initonly valuetype
[mscorlib]System.DateTime
| | | |___[STF] ChangepasswordGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] Compsort : private static class
Uniconta.API.Service.Session/CompanySort
| | | |___[FLD] Connection : public initonly class
Uniconta.API.Service.UnicontaConnection
| | | |___[FLD] DecryptionKey : assembly int32
| | | |___[STF] DefaultVersion : static assembly literal uint8
| | | |___[STF] ExceptionGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] ExchangeRateGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetCompaniesGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetCompanyGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetErrorsGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] LoggedInCookie : private uint8[]
| | | |___[STF] LoggedInGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] MessageNumber : private int32
| | | |___[FLD] NeedToUpdate : public bool
| | | |___[FLD] NotificationRaised : private class
Uniconta.API.Service.NotificationHandler
| | | |___[FLD] ProgramVersion : public int32
| | | |___[STF] RecoverPasswordGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] RequestCompanyAccessGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] ServerBuildTime : public valuetype
[mscorlib]System.DateTime
| | | |___[FLD] ServerVersion : public int32
| | | |___[STF] ServerVersionGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] ServiceConnection : assembly initonly class
Uniconta.Service.IUnicontaService
| | | |___[STF] SetDefaultCompanyGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] ThisCookie : private string
| | | |___[FLD] _DefaultCompany : private class Uniconta.DataModel.Company
| | | |___[FLD] _LoggendIn : assembly bool
| | | |___[FLD] _Preference : private class
Uniconta.ClientTools.DataModel.UserPreference
| | | |___[FLD] _useCompression : private bool
| | | |___[FLD] lastExMessage : private string
| | | |___[FLD] lastExStackTrace : private string
| | | |___[FLD] lastSessionRequestedOn : private valuetype
[mscorlib]System.DateTime
| | | |___[FLD] openCompanies : private class
Uniconta.API.Service.CompanyInfo[]
| | | |___[FLD] takecare : assembly uint8
| | | |___[FLD] user : assembly class Uniconta.DataModel.User
| | | |___[STF] userSessions : private static class
[mscorlib]System.Collections.Generic.Dictionary`2<string,class
Uniconta.API.Service.Session>
| | | |___[MET] .ctor : void(class
Uniconta.API.Service.UnicontaConnection)
| | | | CallLogin : void(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>,int64)
| | | | ChangePassword : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,string)
| | | | CreateCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Company)
| | | | CreateCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Company,class
Uniconta.DataModel.User)
| | | |___[MET] DeleteCookie : void()
| | | | ExchangeRate : class
[mscorlib]System.Threading.Tasks.Task`1<float64>(valuetype
[Uniconta.Common]Uniconta.Common.Currencies,valuetype
[Uniconta.Common]Uniconta.Common.Currencies,valuetype
[mscorlib]System.DateTime,class Uniconta.DataModel.Company)
| | | |___[MET] FromArray : void(uint8[])
| | | |___[STM] GetBaseTableType : class [mscorlib]System.Type(string)
| | | | GetCompanies : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company[]>(uint8,valuetype
[Uniconta.Common]Uniconta.Common.CountryCode,int32,class [mscorlib]System.Type)
| | | | GetCompanies : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Company[]>()
| | | | GetCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company>(int32,string,class Uniconta.DataModel.Company)
| | | | GetCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Company>(int32)
| | | | GetCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company>(string,class Uniconta.DataModel.Company)
| | | | GetCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Company>(string)
| | | | GetCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company>(int32,class Uniconta.DataModel.Company)
| | | |___[MET] GetCookie : string()
| | | | GetErrors : class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.StandardError[]>()
| | | |___[MET] GetOpenCompany : class Uniconta.DataModel.Company(string)
| | | |___[MET] GetOpenCompany : class Uniconta.DataModel.Company(int32)
| | | | GetReadonlyCompanies : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company[]>(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] GetRights : int64(class Uniconta.DataModel.Company)
| | | | GetServerVersion : class
[mscorlib]System.Threading.Tasks.Task`1<int32>()
| | | |___[STM] GetSessionFromCookie : class
Uniconta.API.Service.Session(string)
| | | | GetStandardCompanies : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company[]>(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[STM] Init : void()
| | | |___[MET] InitCall : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(valuetype
[mscorlib]System.Guid,int32,uint8)
| | | | IsLoggedIn : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | |___[MET] LogOut : class [mscorlib]System.Threading.Tasks.Task()
| | | | LoginAsync : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,string,valuetype
[Uniconta.Common]Uniconta.Common.User.LoginType,valuetype
[mscorlib]System.Guid,valuetype [Uniconta.Common]Uniconta.Common.Language,string)
| | | | MessageRecieved : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32,int32)
| | | | OpenCompany : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.Company>(int32,bool,class Uniconta.DataModel.Company)
| | | |___[MET] RaiseNotification : void(valuetype
[Uniconta.Common]Uniconta.Common.User.UserNotificationType)
| | | | RecoverPassword : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string)
| | | |___[MET] ReportException : void(class
[mscorlib]System.Exception,string,int32)
| | | | RequestCompanyAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string)
| | | |___[MET] SetDefaultCompany : void(int32)
| | | |___[MET] SetInternalCall : void()
| | | |___[MET] TestForNotLoggedin : void(valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes)
| | | |___[MET] ToArray : uint8[]()
| | | |___[MET] UpdateUserPreference : void()
| | | |___[MET] add_NotificationRaised : void(class
Uniconta.API.Service.NotificationHandler)
| | | |___[MET] get_DefaultCompany : class Uniconta.DataModel.Company()
| | | |___[MET] get_LoggedIn : bool()
| | | |___[MET] get_LoginId : string()
| | | |___[MET] get_LogoutCookie : valuetype [mscorlib]System.Guid()
| | | |___[MET] get_Preference : class
Uniconta.ClientTools.DataModel.UserPreference()
| | | |___[MET] get_Uid : int32()
| | | |___[MET] get_UseCompression : bool()
| | | |___[MET] get_User : class Uniconta.DataModel.User()
| | | |___[MET] remove_NotificationRaised : void(class
Uniconta.API.Service.NotificationHandler)
| | | |___[MET] set_DefaultCompany : void(class
Uniconta.DataModel.Company)
| | | |___[MET] unpack : uint8[](uint8[])
| | | |___[EVT] NotificationRaised :
Uniconta.API.Service.NotificationHandler
| | | |___[PTY] DefaultCompany : instance class
Uniconta.DataModel.Company()
| | | |___[PTY] LoggedIn : instance bool()
| | | |___[PTY] LoginId : instance string()
| | | |___[PTY] LogoutCookie : instance valuetype [mscorlib]System.Guid()
| | | |___[PTY] Preference : instance class
Uniconta.ClientTools.DataModel.UserPreference()
| | | |___[PTY] Uid : instance int32()
| | | |___[PTY] UseCompression : instance bool()
| | | |___[PTY] User : instance class Uniconta.DataModel.User()
| | |
| | |___[CLS] Uniconta.API.Service.UnicontaConnection
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] RemoveService : private initonly class
Uniconta.Service.UnicontaRemoteService
| | | |___[FLD] ServiceConnection : assembly initonly class
Uniconta.Service.IUnicontaService
| | | |___[STF] servers : private static string[]
| | | |___[FLD] target : private valuetype Uniconta.API.Service.APITarget
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.Service.IUnicontaService)
| | | |___[MET] .ctor : void(string,bool,bool)
| | | |___[MET] .ctor : void()
| | | |___[MET] .ctor : void(valuetype
Uniconta.API.Service.APITarget,bool)
| | | |___[MET] .ctor : void(valuetype Uniconta.API.Service.APITarget)
| | | | get_CertificateLoadTask : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| | | |___[MET] get_Server : string()
| | | |___[MET] get_Target : valuetype Uniconta.API.Service.APITarget()
| | | |___[PTY] CertificateLoadTask : instance class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| | | |___[PTY] Server : instance string()
| | | |___[PTY] Target : instance valuetype
Uniconta.API.Service.APITarget()
| | |
| | |___[CLS] Uniconta.API.Service.UserSQLDB
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | CallSP : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string,object[],valuetype
Uniconta.DataModel.CustomTypeCode[])
| | | | CallSP : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string,object[])
| | | |___[MET] CallSPNoResponse : void(string,object[],valuetype
Uniconta.DataModel.CustomTypeCode[])
| | | |___[MET] CallSPNoResponse : void(string,object[])
| | | | GenerateDB : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,string)
| | | | SyncDB : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.TableHeader)
| | | |___[MET] _CallSP : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(string,object[],valuetype
Uniconta.DataModel.CustomTypeCode[])
| | | |___[MET] _CallSP : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(string,object[])
| | |
| |
| |___[NSP] Uniconta.API.System
| | |___[CLS] Uniconta.API.System.CompanyAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[STF] CopyCompanyGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] EraseCompanyGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | Activate : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | CopyBaseData : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.Company,class
Uniconta.DataModel.Company,bool,bool,bool,bool,bool,bool,bool,bool)
| | | | CreateCopy : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | Deactivate : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | Delete : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | EraseAllTransactions : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string)
| | | | EraseCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string)
| | | | RefreshCache : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | SwapDoInvoice : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | Undelete : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | _deactivateCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(bool)
| | | | _deleteCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(bool)
| | |
| | |___[CLS] Uniconta.API.System.CompanyAccessAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass15_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.System.CompanyAccessAPI
| | | | |___[FLD] ObjectType : public class
Uniconta.DataModel.CompanyUserAccess
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.CompanyUserAccess[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetUsers>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] GiveCompanyAccessGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GiveNewUserAccessGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] ListRequestCompanyAccessGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] ListRightsCompanyAccessGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] TransferGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | DenyCompanyAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32)
| | | | GetAccountantRights : class
[mscorlib]System.Threading.Tasks.Task`1<int64>()
| | | | GetUserRequests : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.CompanyUserAccess[]>(class Uniconta.DataModel.CompanyUserAccess)
| | | | GetUserRights : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.CompanyUserAccess[]>(class Uniconta.DataModel.CompanyUserAccess)
| | | | GetUsers : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.CompanyUserAccess[]>(class
Uniconta.DataModel.CompanyUserAccess,valuetype [mscorlib]System.Guid)
| | | | GiveAccountantAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.Partner,int64)
| | | | GiveCompanyAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32,int64)
| | | | GiveNewUserAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,valuetype
[Uniconta.Common]Uniconta.Common.User.CompanyPermissions)
| | | | RemoveCompanyAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32)
| | | | TransferOwnershipOfCompany : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32)
| | | | giveAccess : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(int32,int64,uint8)
| | |
| | |___[CLS] Uniconta.API.System.CrudAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.System.QueryAPI
| | | |___[CLS] <>c__DisplayClass35_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.CrudAPI
| | | | |___[FLD] action : public valuetype
[Uniconta.Common]Uniconta.Common.CacheUpdateAction
| | | | |___[FLD] record : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[FLD] updateInto : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[MET] .ctor : void()
| | | | | <crud>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass36_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.CrudAPI
| | | | |___[FLD] record : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[MET] .ctor : void()
| | | | | <Delete>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>)
| | | |
| | | |___[CLS] <>c__DisplayClass38_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.CrudAPI
| | | | |___[FLD] records : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>
| | | | |___[MET] .ctor : void()
| | | | | <Delete>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>)
| | | |
| | | |___[CLS] <>c__DisplayClass40_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.CrudAPI
| | | | |___[FLD] Deletes : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>
| | | | |___[FLD] NumberOfRecords : public int32[]
| | | | |___[FLD] action : public valuetype
[Uniconta.Common]Uniconta.Common.CacheUpdateAction
| | | | |___[FLD] lst : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>
| | | | |___[MET] .ctor : void()
| | | | | <call>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] UpdatePair
| | | | | .class nested public auto ansi beforefieldinit
| | | | |___[FLD] loaded : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[FLD] modified : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[MET] .ctor : void()
| | | | |___[MET] Equals : bool(object)
| | | | |___[MET] GetHashCode : int32()
| | | |
| | | |___[STF] DeleteGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] InsertGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] MessageNumber : public int32
| | | |___[STF] MultiGrud : private static valuetype [mscorlib]System.Guid
| | | |___[STF] ReadGuid : private static valuetype [mscorlib]System.Guid
| | | |___[STF] UpdateGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] UpdateSimpleGrud : private static valuetype
[mscorlib]System.Guid
| | | |___[FLD] _CheckAll : private bool
| | | |___[FLD] _NoTransaction : private bool
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] CheckChild : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Delete : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | Delete : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | DeleteNoResponse : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | |___[MET] DeleteNoResponse : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[MET] InitCallCrud : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(valuetype
[mscorlib]System.Guid)
| | | | Insert : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Insert : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | InsertNoResponse : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | |___[MET] InsertNoResponse : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[MET] IsMasterSet : bool(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | IsMasterSet : bool(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | MultiCrud : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.System.CrudAPI/UpdatePair>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | MultiCrud : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | NoRecords : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>()
| | | | PackUpdate : int32(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | | PrepareUpdate : class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity[](class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.System.CrudAPI/UpdatePair>)
| | | | PrepateList : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,valuetype
[mscorlib]System.Guid,int32)
| | | | Read : class [mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Read : class [mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | StreamList : int32(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,int32)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | Update : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.API.System.CrudAPI/UpdatePair>)
| | | |___[STM] UpdateCache : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,valuetype
[Uniconta.Common]Uniconta.Common.CacheUpdateAction,string)
| | | | UpdateCache : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,valuetype
[Uniconta.Common]Uniconta.Common.CacheUpdateAction,string)
| | | |___[MET] UpdateNoResponse : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[MET] UpdateNoResponse : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | UpdateNoResponse : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | call : class [mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,valuetype
[Uniconta.Common]Uniconta.Common.CacheUpdateAction,int32[],class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>)
| | | | crud : class [mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,valuetype
[mscorlib]System.Guid,valuetype [Uniconta.Common]Uniconta.Common.CacheUpdateAction)
| | | |___[MET] get_AllowBackgroundCrud : bool()
| | | |___[MET] get_RunInTransaction : bool()
| | | |___[MET] prepCrud : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,valuetype
[mscorlib]System.Guid,valuetype [Uniconta.Common]Uniconta.Common.CacheUpdateAction)
| | | | recordNotSelected : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | | recordNotSelected : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[MET] set_AllowBackgroundCrud : void(bool)
| | | |___[MET] set_RunInTransaction : void(bool)
| | | |___[PTY] AllowBackgroundCrud : instance bool()
| | | |___[PTY] RunInTransaction : instance bool()
| | |
| | |___[CLS] Uniconta.API.System.MasterDetailParm
| | | | .class private auto ansi beforefieldinit
| | | |___[FLD] ChildType : assembly class [mscorlib]System.Type
| | | |___[FLD] MasterType : assembly class [mscorlib]System.Type
| | | |___[FLD] SaveParm : assembly object
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.API.System.NumberSerieAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[STF] CancelGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetNumberGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] CancelNumber : void(string,int32)
| | | | GetNewNumber : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string)
| | | | ViewNextNumber : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(string)
| | |
| | |___[CLS] Uniconta.API.System.QueryAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass14_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.QueryAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.KeyNamePair[]>
| | | | |___[MET] .ctor : void()
| | | | | <GetKeyValues>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | | <>c__DisplayClass16_0`1<class
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.QueryAPI
| | | | |___[FLD] SelectType : public !0
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<!0[]>
| | | | |___[MET] .ctor : void()
| | | | | <Query>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[CLS] <>c__DisplayClass22_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class Uniconta.API.System.QueryAPI
| | | | |___[FLD] ChildType : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[FLD] MasterType : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.System.UnicontaMasterDetail[]>
| | | | |___[MET] .ctor : void()
| | | | | <Query>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[STF] GetKeyValuesGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] QueryGuid : private static valuetype [mscorlib]System.Guid
| | | |___[STF] QueryMasterDetailGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] ValidateGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | | CallKeyValues : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(class
[mscorlib]System.Type,int32,string)
| | | | GetKeyValues : class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.KeyNamePair[]>(class
[mscorlib]System.Type,int32,string)
| | | |___[MET] LoadCache : void(class [mscorlib]System.Type)
| | | | PackWhere : void(class
[Uniconta.Common]Uniconta.Common.StreamingManager,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class .ctor ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.System.UnicontaMasterDetail[]>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>,int32)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class .ctor ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>()
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class .ctor ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(!!T,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class .ctor ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | Query : class [mscorlib]System.Threading.Tasks.Task`1<!!T[]>
<class .ctor ([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | QuerySync : !!T[] <class .ctor
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | QuerySync : !!T[] <class
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(!!T,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | | | QuerySync : !!T[] <class .ctor
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>()
| | | | QuerySync : class Uniconta.API.System.UnicontaMasterDetail[]
(class [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity>,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>,int32)
| | | |___[STM] StreamType : void(class
[mscorlib]System.IO.BinaryWriter,class [mscorlib]System.Type)
| | | |___[STM] StreamType : void(class
[mscorlib]System.IO.BinaryWriter,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[STM] StreamTypeAndRecord : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | | ValidateKeyStr : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string,class [mscorlib]System.Type)
| | | |___[MET] get_Version : uint8()
| | | |___[PTY] Version : instance uint8()
| | |
| | |___[CLS] Uniconta.API.System.UnicontaMasterDetail
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] <Details>k__BackingField : private class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity[]
| | | |___[FLD] <Master>k__BackingField : private class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[STF] CLASSID : public static literal int32
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_Details : class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity[]()
| | | |___[MET] get_Master : class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Details : void(class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity[])
| | | |___[MET] set_Master : void(class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity)
| | | |___[PTY] Details : instance class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity[]()
| | | |___[PTY] Master : instance class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity()
| | |
| | |___[CLS] Uniconta.API.System.UserAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[STF] CopyUserLayoutGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STF] GetCompaniesGuid : private static valuetype
[mscorlib]System.Guid
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session)
| | | | CopyUserLayout : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(string)
| | | | GetCompanies : class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.Company[]>(class
Uniconta.DataModel.Company,int32)
| | |
| | |___[CLS] Uniconta.API.System.UserReportAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[VCL] <LoadForRun>d__2
| | | | | .class value nested private auto ansi sealed
beforefieldinit
| | | | | extends [mscorlib]System.ValueType
| | | | | implements
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>1__state : public int32
| | | | |___[FLD] <>4__this : public class
Uniconta.API.System.UserReportAPI
| | | | |___[FLD] <>t__builder : public valuetype
[mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<uint8[]>
| | | | |___[FLD] <>u__1 : private valuetype
[mscorlib]System.Runtime.CompilerServices.TaskAwaiter`1<uint8[]>
| | | | |___[FLD] Name : public string
| | | | |___[FLD] ReportVersion : public int32
| | | | |___[MET] MoveNext : void()
| | | | |___[MET] SetStateMachine : void(class
[mscorlib]System.Runtime.CompilerServices.IAsyncStateMachine)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session)
| | | | ChangeOwner : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.DataModel.UserReport,string)
| | | | LoadForRun : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(string,int32)
| | |
| | |___[CLS] Uniconta.API.System.UtilityAPI
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Service.BaseAPI
| | | |___[CLS] <>c__DisplayClass2_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.API.System.UtilityAPI
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<string>
| | | | |___[MET] .ctor : void()
| | | | | <LookupCity>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | | |
| | | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | | LookupCity : class
[mscorlib]System.Threading.Tasks.Task`1<string>(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode,string)
| | |
| |
| |___[CLS] Uniconta.API.Decompress
| | | .class public abstract auto ansi beforefieldinit
| | |___[STF] Manager : private static class Uniconta.API.Decompress
| | |___[MET] .ctor : void()
| | |___[MET] DeCompressStream : void(class [mscorlib]System.IO.Stream,class
[mscorlib]System.IO.Stream)
| | |___[STM] get_Implemented : bool()
| | |___[STM] run : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(uint8[],int32)
| | |___[PTY] Implemented : bool()
| |
| |___[CLS] Uniconta.API.DynamicsProperty
| | | .class public auto ansi beforefieldinit
| | |___[FLD] props : private class Uniconta.DataModel.TableProperty[]
| | |___[MET] .ctor : void()
| | | <Load>b__1_0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class Uniconta.DataModel.TableProperty[]>)
| | | GetProps : class [mscorlib]System.Collections.Generic.List`1<class
Uniconta.DataModel.TableProperty>(class Uniconta.DataModel.Company,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Load : class [mscorlib]System.Threading.Tasks.Task(class
Uniconta.API.System.QueryAPI)
| |
|
|___[NSP] Uniconta.ClientTools
| |___[NSP] Uniconta.ClientTools.Controls
| | |___[CLS] Uniconta.ClientTools.Controls.DisplayProperties
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] <DisplayName>k__BackingField : private string
| | | |___[FLD] <PropertyName>k__BackingField : private string
| | | |___[FLD] EnumName : public string
| | | |___[FLD] ForeignKey : public class [mscorlib]System.Type
| | | |___[FLD] PropertyType : public class [mscorlib]System.Type
| | | |___[MET] .ctor : void()
| | | |___[MET] get_DisplayName : string()
| | | |___[MET] get_PropertyName : string()
| | | |___[MET] set_DisplayName : void(string)
| | | |___[MET] set_PropertyName : void(string)
| | | |___[PTY] DisplayName : instance string()
| | | |___[PTY] PropertyName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.Filter
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] name : public string
| | | |___[FLD] value : public string
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.FilterProperties
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] <PropertyName>k__BackingField : private string
| | | |___[FLD] <UserInput>k__BackingField : private string
| | | |___[MET] .ctor : void()
| | | |___[MET] get_PropertyName : string()
| | | |___[MET] get_UserInput : string()
| | | |___[MET] set_PropertyName : void(string)
| | | |___[MET] set_UserInput : void(string)
| | | |___[PTY] PropertyName : instance string()
| | | |___[PTY] UserInput : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.FilterPropertiesText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Ascending : string()
| | | |___[STM] get_PropertyName : string()
| | | |___[STM] get_UserInput : string()
| | | |___[PTY] Ascending : string()
| | | |___[PTY] PropertyName : string()
| | | |___[PTY] UserInput : string()
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.FilterSortHelper
| | | | .class public auto ansi beforefieldinit
| | | |___[CLS] <>c
| | | | | .class nested private auto ansi serializable sealed
beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[STF] <>9 : public static initonly class
Uniconta.ClientTools.Controls.FilterSortHelper/'<>c'
| | | | |___[STF] <>9__14_0 : public static class
[mscorlib]System.Func`2<class Uniconta.DataModel.TableField,string>
| | | | |___[STF] <>9__15_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__15_1 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__15_2 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__15_3 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STM] .cctor : void()
| | | | |___[MET] .ctor : void()
| | | | | <GetDisplayProperties>b__15_0 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetDisplayProperties>b__15_1 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetDisplayProperties>b__15_2 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetDisplayProperties>b__15_3 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetFilterProperties>b__14_0 : string(class
Uniconta.DataModel.TableField)
| | | |
| | | |___[CLS] <>c__DisplayClass10_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] fp : public class
Uniconta.ClientTools.Controls.FilterProperties
| | | | |___[MET] .ctor : void()
| | | | | <GetPropValuePair>b__0 : bool(class
Uniconta.ClientTools.Controls.DisplayProperties)
| | | |
| | | |___[CLS] <>c__DisplayClass13_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] sp : public class
Uniconta.ClientTools.Controls.SortingProperties
| | | | |___[MET] .ctor : void()
| | | | | <GetSortProperties>b__0 : bool(class
Uniconta.ClientTools.Controls.DisplayProperties)
| | | | | <GetSortProperties>b__1 : bool(class
Uniconta.ClientTools.Controls.DisplayProperties)
| | | |
| | | |___[CLS] <>c__DisplayClass14_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] df : public class Uniconta.ClientTools.Controls.Filter
| | | | |___[MET] .ctor : void()
| | | | | <GetFilterProperties>b__1 : bool(class
Uniconta.ClientTools.Controls.DisplayProperties)
| | | | | <GetFilterProperties>b__2 : bool(class
Uniconta.ClientTools.Controls.DisplayProperties)
| | | | | <GetFilterProperties>b__3 : bool(string)
| | | | | <GetFilterProperties>b__4 : bool(string)
| | | |
| | | |___[FLD] API : private class Uniconta.API.System.CrudAPI
| | | |___[FLD] DefaultFilters : private class
Uniconta.ClientTools.Controls.Filter[]
| | | |___[FLD] DefaultSort : private class
Uniconta.ClientTools.Controls.SortingProperties[]
| | | |___[FLD] DisplayProperties : public class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.DisplayProperties>
| | | |___[FLD] FilterProperties : public class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.FilterProperties>
| | | |___[FLD] SortingProperties : public class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.SortingProperties>
| | | |___[FLD] TableType : private class [mscorlib]System.Type
| | | |___[FLD] UserFields : private class Uniconta.DataModel.TableField[]
| | | |___[MET] .ctor : void(class [mscorlib]System.Type,class
Uniconta.ClientTools.Controls.Filter[],class
Uniconta.ClientTools.Controls.SortingProperties[],class
Uniconta.API.System.CrudAPI,class Uniconta.DataModel.TableField[])
| | | |___[MET] ConvertEnumToAppEnum : string(class
[Uniconta.Common]Uniconta.Common.PropValuePair,string,string)
| | | |___[STM] GetDisplayName : string(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | GetDisplayProperties : class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.DisplayProperties>(bool)
| | | | GetFilterProperties : class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.FilterProperties>(bool)
| | | | GetFilters : class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.Filter>(bool)
| | | |___[MET] GetPropSort : class
Uniconta.ClientTools.Controls.FilterSorter()
| | | | GetPropValuePair : class
[mscorlib]System.Collections.Generic.List`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>(class
[mscorlib]System.Collections.Generic.List`1<string>&)
| | | | GetSortProperties : class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.ClientTools.Controls.SortingProperties>(bool)
| | | |___[MET] getPropertyTypeFromCustomType : class
[mscorlib]System.Type(valuetype Uniconta.DataModel.CustomTypeCode)
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.FilterSorter
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[FLD] sortingProperties : public class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.Controls.SortingProperties>
| | | | .ctor : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.Controls.SortingProperties>)
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.Controls.SortingProperties
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] <Ascending>k__BackingField : private bool
| | | |___[FLD] <PropertyName>k__BackingField : private string
| | | |___[FLD] propInfo : public class
[mscorlib]System.Reflection.PropertyInfo
| | | |___[MET] .ctor : void(string)
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_Ascending : bool()
| | | |___[MET] get_PropertyName : string()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Ascending : void(bool)
| | | |___[MET] set_PropertyName : void(string)
| | | |___[PTY] Ascending : instance bool()
| | | |___[PTY] PropertyName : instance string()
| | |
| |
| |___[NSP] Uniconta.ClientTools.DataModel
| | |___[NSP] Uniconta.ClientTools.DataModel.System
| | | |___[CLS]
Uniconta.ClientTools.DataModel.System.CompanyAccessClientText
| | | | | .class public auto ansi beforefieldinit
| | | | |___[MET] .ctor : void()
| | | | |___[STM] get_UserId : string()
| | | | |___[STM] get_UserLoginId : string()
| | | | |___[STM] get_UserName : string()
| | | | |___[STM] get_UserRights : string()
| | | | |___[PTY] UserId : string()
| | | | |___[PTY] UserLoginId : string()
| | | | |___[PTY] UserName : string()
| | | | |___[PTY] UserRights : string()
| | | |
| | | |___[CLS]
Uniconta.ClientTools.DataModel.System.CompanyUserAccessClient
| | | | | .class public auto ansi beforefieldinit
| | | | | extends Uniconta.DataModel.CompanyUserAccess
| | | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | | |___[MET] .ctor : void()
| | | | |___[MET] GenerateTaskString : string()
| | | | |___[MET] NotifyPropertyChanged : void(string)
| | | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | |___[MET] get_UserLoginId : string()
| | | | |___[MET] get_UserName : string()
| | | | |___[MET] get_UserTasks : string()
| | | | |___[MET] get_Userid : int32()
| | | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | |___[MET] set_UserLoginId : void(string)
| | | | |___[MET] set_UserName : void(string)
| | | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | | |___[PTY] UserLoginId : instance string()
| | | | |___[PTY] UserName : instance string()
| | | | |___[PTY] UserTasks : instance string()
| | | | |___[PTY] Userid : instance int32()
| | | |
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.AccountantClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.PartnerClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __PType : uint8()
| | | |___[MET] get_Belongs2Pid : int32()
| | | |___[MET] set_Belongs2Pid : void(int32)
| | | |___[PTY] Belongs2Pid : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.AppEnumAttribute
| | | | .class public auto ansi beforefieldinit
| | | | extends [mscorlib]System.Attribute
| | | |___[FLD] <EnumName>k__BackingField : private string
| | | |___[FLD] <Enumtype>k__BackingField : private class
[mscorlib]System.Type
| | | |___[FLD] minSelIndex : private int32
| | | |___[MET] .ctor : void()
| | | |___[MET] get_EnumName : string()
| | | |___[MET] get_Enumtype : class [mscorlib]System.Type()
| | | |___[MET] get_MinSelectedIndex : int32()
| | | |___[MET] set_EnumName : void(string)
| | | |___[MET] set_Enumtype : void(class [mscorlib]System.Type)
| | | |___[MET] set_MinSelectedIndex : void(int32)
| | | |___[PTY] EnumName : instance string()
| | | |___[PTY] Enumtype : instance class [mscorlib]System.Type()
| | | |___[PTY] MinSelectedIndex : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.AppIndentClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.AppIdent
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccessKey : string()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_Comment2 : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_IgnoreLog : bool()
| | | |___[MET] get_NeedRights : bool()
| | | |___[MET] get_PrimaryKey : int32()
| | | |___[MET] get_Project : int32()
| | | |___[MET] get_PublicSolution : bool()
| | | |___[MET] get_UserId : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_Comment2 : void(string)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_IgnoreLog : void(bool)
| | | |___[MET] set_NeedRights : void(bool)
| | | |___[MET] set_PublicSolution : void(bool)
| | | |___[MET] set_UserId : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccessKey : instance string()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Comment2 : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] IgnoreLog : instance bool()
| | | |___[PTY] NeedRights : instance bool()
| | | |___[PTY] PrimaryKey : instance int32()
| | | |___[PTY] Project : instance int32()
| | | |___[PTY] PublicSolution : instance bool()
| | | |___[PTY] UserId : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.AppIndentClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccessKey : string()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Comment2 : string()
| | | |___[STM] get_IgnoreLog : string()
| | | |___[STM] get_NeedRights : string()
| | | |___[STM] get_PrimaryKey : string()
| | | |___[STM] get_Project : string()
| | | |___[STM] get_PublicSolution : string()
| | | |___[STM] get_UserId : string()
| | | |___[PTY] AccessKey : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Comment2 : string()
| | | |___[PTY] IgnoreLog : string()
| | | |___[PTY] NeedRights : string()
| | | |___[PTY] PrimaryKey : string()
| | | |___[PTY] Project : string()
| | | |___[PTY] PublicSolution : string()
| | | |___[PTY] UserId : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.AttachmentGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.AttachmentGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankImportFormatClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.BankImportFormat
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccountPos : uint8()
| | | |___[MET] get_AmountPosition : uint8()
| | | |___[MET] get_BankAccount : string()
| | | |___[MET] get_BankAccountPos : string()
| | | |___[MET] get_CountryId : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CreditIdentifier : string()
| | | |___[MET] get_DCIdentifierPos : uint8()
| | | |___[MET] get_DateFormat : string()
| | | |___[MET] get_DatePosition : uint8()
| | | |___[MET] get_DebetIdentifier : string()
| | | |___[MET] get_DocumentPos : uint8()
| | | |___[MET] get_Format : valuetype
Uniconta.DataModel.BankImportFormatType()
| | | |___[MET] get_FormatName : string()
| | | |___[MET] get_IdentifierAmountPos : uint8()
| | | |___[MET] get_ImportInto : string()
| | | |___[MET] get_InvoicePos : uint8()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_LastImport : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_OffsetAccountPos : uint8()
| | | |___[MET] get_PaymentIdentifier : string()
| | | |___[MET] get_PutLinesOnHold : bool()
| | | |___[MET] get_ReferencePosition : uint8()
| | | |___[MET] get_Reverse : bool()
| | | |___[MET] get_Seperator : char()
| | | |___[MET] get_SkipLines : uint8()
| | | |___[MET] get_TextPosition : uint8()
| | | |___[MET] get_VoucherPos : uint8()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AccountPos : void(uint8)
| | | |___[MET] set_AmountPosition : void(uint8)
| | | |___[MET] set_BankAccount : void(string)
| | | |___[MET] set_BankAccountPos : void(string)
| | | |___[MET] set_CountryId : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_CreditIdentifier : void(string)
| | | |___[MET] set_DCIdentifierPos : void(uint8)
| | | |___[MET] set_DateFormat : void(string)
| | | |___[MET] set_DatePosition : void(uint8)
| | | |___[MET] set_DebetIdentifier : void(string)
| | | |___[MET] set_DocumentPos : void(uint8)
| | | |___[MET] set_Format : void(valuetype
Uniconta.DataModel.BankImportFormatType)
| | | |___[MET] set_FormatName : void(string)
| | | |___[MET] set_IdentifierAmountPos : void(uint8)
| | | |___[MET] set_ImportInto : void(string)
| | | |___[MET] set_InvoicePos : void(uint8)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_OffsetAccountPos : void(uint8)
| | | |___[MET] set_PaymentIdentifier : void(string)
| | | |___[MET] set_PutLinesOnHold : void(bool)
| | | |___[MET] set_ReferencePosition : void(uint8)
| | | |___[MET] set_Reverse : void(bool)
| | | |___[MET] set_Seperator : void(char)
| | | |___[MET] set_SkipLines : void(uint8)
| | | |___[MET] set_TextPosition : void(uint8)
| | | |___[MET] set_VoucherPos : void(uint8)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccountPos : instance uint8()
| | | |___[PTY] AmountPosition : instance uint8()
| | | |___[PTY] BankAccount : instance string()
| | | |___[PTY] BankAccountPos : instance string()
| | | |___[PTY] CountryId : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CreditIdentifier : instance string()
| | | |___[PTY] DCIdentifierPos : instance uint8()
| | | |___[PTY] DateFormat : instance string()
| | | |___[PTY] DatePosition : instance uint8()
| | | |___[PTY] DebetIdentifier : instance string()
| | | |___[PTY] DocumentPos : instance uint8()
| | | |___[PTY] Format : instance valuetype
Uniconta.DataModel.BankImportFormatType()
| | | |___[PTY] FormatName : instance string()
| | | |___[PTY] IdentifierAmountPos : instance uint8()
| | | |___[PTY] ImportInto : instance string()
| | | |___[PTY] InvoicePos : instance uint8()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] LastImport : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] OffsetAccountPos : instance uint8()
| | | |___[PTY] PaymentIdentifier : instance string()
| | | |___[PTY] PutLinesOnHold : instance bool()
| | | |___[PTY] ReferencePosition : instance uint8()
| | | |___[PTY] Reverse : instance bool()
| | | |___[PTY] Seperator : instance char()
| | | |___[PTY] SkipLines : instance uint8()
| | | |___[PTY] TextPosition : instance uint8()
| | | |___[PTY] VoucherPos : instance uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankImportFormatClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccountPos : string()
| | | |___[STM] get_AmountPosition : string()
| | | |___[STM] get_BankAccount : string()
| | | |___[STM] get_BankAccountPos : string()
| | | |___[STM] get_CountryId : string()
| | | |___[STM] get_CreditIdentifier : string()
| | | |___[STM] get_DCIdentifierPos : string()
| | | |___[STM] get_DateFormat : string()
| | | |___[STM] get_DatePosition : string()
| | | |___[STM] get_DebetIdentifier : string()
| | | |___[STM] get_DocumentPos : string()
| | | |___[STM] get_Format : string()
| | | |___[STM] get_FormatName : string()
| | | |___[STM] get_IdentifierAmountPos : string()
| | | |___[STM] get_ImportInto : string()
| | | |___[STM] get_InvoicePos : string()
| | | |___[STM] get_Journal : string()
| | | |___[STM] get_LastDate : string()
| | | |___[STM] get_MapType : string()
| | | |___[STM] get_OffsetAccountPos : string()
| | | |___[STM] get_PaymentIdentification : string()
| | | |___[STM] get_PutLinesOnHold : string()
| | | |___[STM] get_ReferencePosition : string()
| | | |___[STM] get_ReverseSorting : string()
| | | |___[STM] get_SearchText : string()
| | | |___[STM] get_Seperator : string()
| | | |___[STM] get_SkipLines : string()
| | | |___[STM] get_TextPosition : string()
| | | |___[STM] get_VoucherPos : string()
| | | |___[PTY] AccountPos : string()
| | | |___[PTY] AmountPosition : string()
| | | |___[PTY] BankAccount : string()
| | | |___[PTY] BankAccountPos : string()
| | | |___[PTY] CountryId : string()
| | | |___[PTY] CreditIdentifier : string()
| | | |___[PTY] DCIdentifierPos : string()
| | | |___[PTY] DateFormat : string()
| | | |___[PTY] DatePosition : string()
| | | |___[PTY] DebetIdentifier : string()
| | | |___[PTY] DocumentPos : string()
| | | |___[PTY] Format : string()
| | | |___[PTY] FormatName : string()
| | | |___[PTY] IdentifierAmountPos : string()
| | | |___[PTY] ImportInto : string()
| | | |___[PTY] InvoicePos : string()
| | | |___[PTY] Journal : string()
| | | |___[PTY] LastDate : string()
| | | |___[PTY] MapType : string()
| | | |___[PTY] OffsetAccountPos : string()
| | | |___[PTY] PaymentIdentification : string()
| | | |___[PTY] PutLinesOnHold : string()
| | | |___[PTY] ReferencePosition : string()
| | | |___[PTY] ReverseSorting : string()
| | | |___[PTY] SearchText : string()
| | | |___[PTY] Seperator : string()
| | | |___[PTY] SkipLines : string()
| | | |___[PTY] TextPosition : string()
| | | |___[PTY] VoucherPos : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankImportMapClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.BankImportMap
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_MapType : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountName : string()
| | | |___[MET] get_OffsetAccountType : string()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | |___[MET] set_MapType : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetAccountType : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] MapType : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountName : instance string()
| | | |___[PTY] OffsetAccountType : instance string()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankStatementClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.BankStatement
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.BankStatementLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AllowedDifInMatch : float64()
| | | |___[MET] get_Balance : float64()
| | | |___[MET] get_BankAccountPart1 : string()
| | | |___[MET] get_BankAccountPart2 : string()
| | | |___[MET] get_BankCompanyId : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_ContractId : string()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DaysSlip : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_GLAccount : class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[MET] get_IBAN : string()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_LastTransaction : valuetype
[mscorlib]System.DateTime()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.BankStatementLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] get_StartBalance : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AllowedDifInMatch : void(float64)
| | | |___[MET] set_BankAccountPart1 : void(string)
| | | |___[MET] set_BankAccountPart2 : void(string)
| | | |___[MET] set_BankCompanyId : void(string)
| | | |___[MET] set_ContractId : void(string)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DaysSlip : void(int32)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_IBAN : void(string)
| | | |___[MET] set_Journal : void(string)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.BankStatementLineClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[MET] set_StartBalance : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AllowedDifInMatch : instance float64()
| | | |___[PTY] Balance : instance float64()
| | | |___[PTY] BankAccountPart1 : instance string()
| | | |___[PTY] BankAccountPart2 : instance string()
| | | |___[PTY] BankCompanyId : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] ContractId : instance string()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DaysSlip : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] GLAccount : instance class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[PTY] IBAN : instance string()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] LastTransaction : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.BankStatementLineClient>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] SWIFT : instance string()
| | | |___[PTY] StartBalance : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankStatementLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.BankStatementLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 03 00 54 0E
08 4C 61 62 65 6C 4B 65 79 05 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_Bank : string()
| | | |___[MET] get_Credit : float64()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debit : float64()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_HasVoucher : bool()
| | | | get_Invoice : valuetype [mscorlib]System.Nullable`1<int64>()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_LineNo : int32()
| | | |___[MET] get_MultiLine : bool()
| | | |___[MET] get_OnHold : bool()
| | | |___[MET] get_PostedDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Reconciled : bool()
| | | |___[MET] get_Settlement : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_Void : bool()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherLine : int32()
| | | |___[MET] get_VoucherReference : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | | set_Invoice : void(valuetype
[mscorlib]System.Nullable`1<int64>)
| | | |___[MET] set_OnHold : void(bool)
| | | |___[MET] set_PostedDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Settlement : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_Void : void(bool)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[MET] set_VoucherLine : void(int32)
| | | |___[MET] set_VoucherReference : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Bank : instance string()
| | | |___[PTY] Credit : instance float64()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance float64()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] Invoice : instance valuetype
[mscorlib]System.Nullable`1<int64>()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] LineNo : instance int32()
| | | |___[PTY] MultiLine : instance bool()
| | | |___[PTY] OnHold : instance bool()
| | | |___[PTY] PostedDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Reconciled : instance bool()
| | | |___[PTY] Settlement : instance string()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] Void : instance bool()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherLine : instance int32()
| | | |___[PTY] VoucherReference : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.BankStatementLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ClientHelper
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[CLS] GetCache
| | | | | .class nested public auto ansi sealed
| | | | | extends [mscorlib]System.MulticastDelegate
| | | | |___[MET] .ctor : void(object,native int)
| | | | |___[MET] BeginInvoke : class
[mscorlib]System.IAsyncResult(int32,class [mscorlib]System.Type,class
[mscorlib]System.AsyncCallback,object)
| | | | |___[MET] EndInvoke : class
[Uniconta.Common]Uniconta.Common.SQLCache(class [mscorlib]System.IAsyncResult)
| | | | |___[MET] Invoke : class
[Uniconta.Common]Uniconta.Common.SQLCache(int32,class [mscorlib]System.Type)
| | | |
| | | |___[CLS] GetClientType
| | | | | .class nested public auto ansi sealed
| | | | | extends [mscorlib]System.MulticastDelegate
| | | | |___[MET] .ctor : void(object,native int)
| | | | |___[MET] BeginInvoke : class
[mscorlib]System.IAsyncResult(int32,class
[Uniconta.Common]Uniconta.Common.IdKey,class [mscorlib]System.Type,class
[mscorlib]System.AsyncCallback,object)
| | | | |___[MET] EndInvoke : class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity(class
[mscorlib]System.IAsyncResult)
| | | | |___[MET] Invoke : class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity(int32,class
[Uniconta.Common]Uniconta.Common.IdKey,class [mscorlib]System.Type)
| | | |
| | | |___[STF] dlgGetCache : public static class
Uniconta.ClientTools.DataModel.ClientHelper/GetCache
| | | |___[STF] dlgGetType : private static class
Uniconta.ClientTools.DataModel.ClientHelper/GetClientType
| | | |___[STM] ApiGetCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(int32,class [mscorlib]System.Type)
| | | | DateTestNull : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>(valuetype [mscorlib]System.DateTime)
| | | |___[STM] GetKey : string(int32,class [mscorlib]System.Type,int32)
| | | |___[STM] GetName : string(int32,class [mscorlib]System.Type,string)
| | | |___[STM] GetName : string(int32,class [mscorlib]System.Type,int32)
| | | |___[STM] GetNameKey : string(int32,class
[mscorlib]System.Type,string)
| | | |___[STM] GetProperty : object(class
[Uniconta.Common]Uniconta.Common.IdKey,string)
| | | |___[STM] GetRef : class
[Uniconta.Common]Uniconta.Common.IdKey(int32,class [mscorlib]System.Type,int32)
| | | |___[STM] GetRef : class
[Uniconta.Common]Uniconta.Common.IdKey(int32,class [mscorlib]System.Type,string)
| | | | GetRefClient : !!T <class .ctor
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(int32,class
[mscorlib]System.Type,int32)
| | | | GetRefClient : !!T <class .ctor
([Uniconta.Common]Uniconta.Common.UnicontaBaseEntity) T>(int32,class
[mscorlib]System.Type,string)
| | | |___[STM] Init : void()
| | | |___[STM] Init : void(class
Uniconta.ClientTools.DataModel.ClientHelper/GetCache)
| | | |___[STM] SetClientTypeGet : void(class
Uniconta.ClientTools.DataModel.ClientHelper/GetClientType)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ClientTableAttribute
| | | | .class public auto ansi beforefieldinit
| | | | extends [mscorlib]System.Attribute
| | | |___[FLD] <Backup>k__BackingField : private bool
| | | |___[FLD] <CanDelete>k__BackingField : private bool
| | | |___[FLD] <CanInsert>k__BackingField : private bool
| | | |___[FLD] <CanUpdate>k__BackingField : private bool
| | | |___[FLD] <LabelKey>k__BackingField : private string
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Backup : bool()
| | | |___[MET] get_CanDelete : bool()
| | | |___[MET] get_CanInsert : bool()
| | | |___[MET] get_CanUpdate : bool()
| | | |___[MET] get_LabelKey : string()
| | | |___[MET] set_Backup : void(bool)
| | | |___[MET] set_CanDelete : void(bool)
| | | |___[MET] set_CanInsert : void(bool)
| | | |___[MET] set_CanUpdate : void(bool)
| | | |___[MET] set_LabelKey : void(string)
| | | |___[PTY] Backup : instance bool()
| | | |___[PTY] CanDelete : instance bool()
| | | |___[PTY] CanInsert : instance bool()
| | | |___[PTY] CanUpdate : instance bool()
| | | |___[PTY] LabelKey : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ClosingSheetAccountSearch
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.ClientTools.DataModel.GLAccountClosingSheetClient>
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | | |___[MET] Compare : int32(class
Uniconta.ClientTools.DataModel.GLAccountClosingSheetClient,class
Uniconta.ClientTools.DataModel.GLAccountClosingSheetClient)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Company
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 03 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] TopBarLogo : public class
Uniconta.DataModel.CompanyDocument
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | |___[MET] get_AllowMinusDebetCredit : bool()
| | | |___[MET] get_AutoSettlement : string()
| | | |___[MET] get_BackupFrom : int32()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Checkean : bool()
| | | |___[MET] get_CompanyName : string()
| | | |___[MET] get_CompanyType : valuetype
Uniconta.DataModel.CompanyTypeType()
| | | |___[MET] get_ConvertedFrom : valuetype
Uniconta.DataModel.ConvertFromType()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CountryName : string()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_Deactivated : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Deactive : bool()
| | | |___[MET] get_DebtorAccountLen : uint8()
| | | |___[MET] get_Delete : bool()
| | | |___[MET] get_Deleted : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Dim1 : string()
| | | |___[MET] get_Dim2 : string()
| | | |___[MET] get_Dim3 : string()
| | | |___[MET] get_Dim4 : string()
| | | |___[MET] get_Dim5 : string()
| | | |___[MET] get_DoInvoice : bool()
| | | |___[MET] get_Duns : string()
| | | |___[MET] get_FIK : string()
| | | |___[MET] get_IBAN : string()
| | | |___[MET] get_Id : string()
| | | |___[MET] get_InvoiceAccountOnInvTrans : bool()
| | | |___[MET] get_LastInvoice : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_LogTableChanges : bool()
| | | |___[MET] get_NationalBank : string()
| | | |___[MET] get_OnHandScreenInOrder : bool()
| | | |___[MET] get_OrderLineEditDelivered : bool()
| | | |___[MET] get_OrderLineOne : bool()
| | | |___[MET] get_OrderLineStorage : string()
| | | |___[MET] get_OwnerUid : int32()
| | | |___[MET] get_PaymentCodeOption : string()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_PurchaseLineEditDelivered : bool()
| | | |___[MET] get_PurchaseLineOne : bool()
| | | |___[MET] get_PurchaseLineStorage : string()
| | | |___[MET] get_ResellerAccess : bool()
| | | |___[MET] get_RestateCostPerLocation : bool()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] get_ScanMail : string()
| | | |___[MET] get_UpdateCostOnPurchase : bool()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Withholding : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Address3 : void(string)
| | | |___[MET] set_AllowMinusDebetCredit : void(bool)
| | | |___[MET] set_AutoSettlement : void(string)
| | | |___[MET] set_Checkean : void(bool)
| | | |___[MET] set_CompanyName : void(string)
| | | |___[MET] set_CompanyType : void(valuetype
Uniconta.DataModel.CompanyTypeType)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_CountryName : void(string)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_Deactivated : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Deactive : void(bool)
| | | |___[MET] set_DebtorAccountLen : void(uint8)
| | | |___[MET] set_Delete : void(bool)
| | | |___[MET] set_Deleted : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Dim1 : void(string)
| | | |___[MET] set_Dim2 : void(string)
| | | |___[MET] set_Dim3 : void(string)
| | | |___[MET] set_Dim4 : void(string)
| | | |___[MET] set_Dim5 : void(string)
| | | |___[MET] set_DoInvoice : void(bool)
| | | |___[MET] set_Duns : void(string)
| | | |___[MET] set_FIK : void(string)
| | | |___[MET] set_IBAN : void(string)
| | | |___[MET] set_Id : void(string)
| | | |___[MET] set_InvoiceAccountOnInvTrans : void(bool)
| | | |___[MET] set_LogTableChanges : void(bool)
| | | |___[MET] set_NationalBank : void(string)
| | | |___[MET] set_OnHandScreenInOrder : void(bool)
| | | |___[MET] set_OrderLineEditDelivered : void(bool)
| | | |___[MET] set_OrderLineOne : void(bool)
| | | |___[MET] set_OrderLineStorage : void(string)
| | | |___[MET] set_PaymentCodeOption : void(string)
| | | |___[MET] set_Phone : void(string)
| | | |___[MET] set_PurchaseLineEditDelivered : void(bool)
| | | |___[MET] set_PurchaseLineOne : void(bool)
| | | |___[MET] set_PurchaseLineStorage : void(string)
| | | |___[MET] set_ResellerAccess : void(bool)
| | | |___[MET] set_RestateCostPerLocation : void(bool)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[MET] set_UpdateCostOnPurchase : void(bool)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[MET] set_Withholding : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] AllowMinusDebetCredit : instance bool()
| | | |___[PTY] AutoSettlement : instance string()
| | | |___[PTY] BackupFrom : instance int32()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Checkean : instance bool()
| | | |___[PTY] CompanyName : instance string()
| | | |___[PTY] CompanyType : instance valuetype
Uniconta.DataModel.CompanyTypeType()
| | | |___[PTY] ConvertedFrom : instance valuetype
Uniconta.DataModel.ConvertFromType()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CountryName : instance string()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] Deactivated : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Deactive : instance bool()
| | | |___[PTY] DebtorAccountLen : instance uint8()
| | | |___[PTY] Delete : instance bool()
| | | |___[PTY] Deleted : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Dim1 : instance string()
| | | |___[PTY] Dim2 : instance string()
| | | |___[PTY] Dim3 : instance string()
| | | |___[PTY] Dim4 : instance string()
| | | |___[PTY] Dim5 : instance string()
| | | |___[PTY] DoInvoice : instance bool()
| | | |___[PTY] Duns : instance string()
| | | |___[PTY] FIK : instance string()
| | | |___[PTY] IBAN : instance string()
| | | |___[PTY] Id : instance string()
| | | |___[PTY] InvoiceAccountOnInvTrans : instance bool()
| | | |___[PTY] LastInvoice : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] LogTableChanges : instance bool()
| | | |___[PTY] NationalBank : instance string()
| | | |___[PTY] OnHandScreenInOrder : instance bool()
| | | |___[PTY] OrderLineEditDelivered : instance bool()
| | | |___[PTY] OrderLineOne : instance bool()
| | | |___[PTY] OrderLineStorage : instance string()
| | | |___[PTY] OwnerUid : instance int32()
| | | |___[PTY] PaymentCodeOption : instance string()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] PurchaseLineEditDelivered : instance bool()
| | | |___[PTY] PurchaseLineOne : instance bool()
| | | |___[PTY] PurchaseLineStorage : instance string()
| | | |___[PTY] ResellerAccess : instance bool()
| | | |___[PTY] RestateCostPerLocation : instance bool()
| | | |___[PTY] SWIFT : instance string()
| | | |___[PTY] ScanMail : instance string()
| | | |___[PTY] UpdateCostOnPurchase : instance bool()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Withholding : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Address1 : string()
| | | |___[STM] get_Address2 : string()
| | | |___[STM] get_Address3 : string()
| | | |___[STM] get_AllowMinusDebCre : string()
| | | |___[STM] get_AutoSettlement : string()
| | | |___[STM] get_BackupFrom : string()
| | | |___[STM] get_BankAccount : string()
| | | |___[STM] get_BankCompanyId : string()
| | | |___[STM] get_BankGiro : string()
| | | |___[STM] get_BankPart1 : string()
| | | |___[STM] get_Checkean : string()
| | | |___[STM] get_CompanyId : string()
| | | |___[STM] get_CompanyName : string()
| | | |___[STM] get_CompanyRegNo : string()
| | | |___[STM] get_CompanyType : string()
| | | |___[STM] get_ContractId : string()
| | | |___[STM] get_ConvertedFrom : string()
| | | |___[STM] get_Country : string()
| | | |___[STM] get_Created : string()
| | | |___[STM] get_Currency : string()
| | | |___[STM] get_Deactivate : string()
| | | |___[STM] get_Deactivated : string()
| | | |___[STM] get_DebtorAccountLen : string()
| | | |___[STM] get_Deleted : string()
| | | |___[STM] get_DoInvoice : string()
| | | |___[STM] get_Duns : string()
| | | |___[STM] get_InvoiceAccountOnInvTrans : string()
| | | |___[STM] get_LastInvoice : string()
| | | |___[STM] get_LogTableChanges : string()
| | | |___[STM] get_OnHandScreenInOrder : string()
| | | |___[STM] get_OrderLineEditDelivered : string()
| | | |___[STM] get_OwnerId : string()
| | | |___[STM] get_PaymentCodeOption : string()
| | | |___[STM] get_Phone : string()
| | | |___[STM] get_PurchaseLineEditDelivered : string()
| | | |___[STM] get_ResellerAccess : string()
| | | |___[STM] get_RestateCostPerLocation : string()
| | | |___[STM] get_ScanEmail : string()
| | | |___[STM] get_SetQtyToOne : string()
| | | |___[STM] get_UpdateCostOnPurchase : string()
| | | |___[PTY] Address1 : string()
| | | |___[PTY] Address2 : string()
| | | |___[PTY] Address3 : string()
| | | |___[PTY] AllowMinusDebCre : string()
| | | |___[PTY] AutoSettlement : string()
| | | |___[PTY] BackupFrom : string()
| | | |___[PTY] BankAccount : string()
| | | |___[PTY] BankCompanyId : string()
| | | |___[PTY] BankGiro : string()
| | | |___[PTY] BankPart1 : string()
| | | |___[PTY] Checkean : string()
| | | |___[PTY] CompanyId : string()
| | | |___[PTY] CompanyName : string()
| | | |___[PTY] CompanyRegNo : string()
| | | |___[PTY] CompanyType : string()
| | | |___[PTY] ContractId : string()
| | | |___[PTY] ConvertedFrom : string()
| | | |___[PTY] Country : string()
| | | |___[PTY] Created : string()
| | | |___[PTY] Currency : string()
| | | |___[PTY] Deactivate : string()
| | | |___[PTY] Deactivated : string()
| | | |___[PTY] DebtorAccountLen : string()
| | | |___[PTY] Deleted : string()
| | | |___[PTY] DoInvoice : string()
| | | |___[PTY] Duns : string()
| | | |___[PTY] InvoiceAccountOnInvTrans : string()
| | | |___[PTY] LastInvoice : string()
| | | |___[PTY] LogTableChanges : string()
| | | |___[PTY] OnHandScreenInOrder : string()
| | | |___[PTY] OrderLineEditDelivered : string()
| | | |___[PTY] OwnerId : string()
| | | |___[PTY] PaymentCodeOption : string()
| | | |___[PTY] Phone : string()
| | | |___[PTY] PurchaseLineEditDelivered : string()
| | | |___[PTY] ResellerAccess : string()
| | | |___[PTY] RestateCostPerLocation : string()
| | | |___[PTY] ScanEmail : string()
| | | |___[PTY] SetQtyToOne : string()
| | | |___[PTY] UpdateCostOnPurchase : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDataCountClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanyDataCount
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChange : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_DCAccount : int32()
| | | |___[MET] get_DCTrans : int32()
| | | | get_Date : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_GLTrans : int32()
| | | |___[MET] get_InvTrans : int32()
| | | |___[MET] get_Inventory : int32()
| | | |___[MET] get_Invoices : int32()
| | | | get_LastPosting : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[MET] get_MaxJournal : int32()
| | | |___[MET] get_Storage : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_DCAccount : void(int32)
| | | |___[MET] set_DCTrans : void(int32)
| | | | set_Date : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_GLTrans : void(int32)
| | | |___[MET] set_InvTrans : void(int32)
| | | |___[MET] set_Inventory : void(int32)
| | | |___[MET] set_Invoices : void(int32)
| | | | set_LastPosting : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_MaxJournal : void(int32)
| | | |___[MET] set_Storage : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] DCAccount : instance int32()
| | | |___[PTY] DCTrans : instance int32()
| | | |___[PTY] Date : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] GLTrans : instance int32()
| | | |___[PTY] InvTrans : instance int32()
| | | |___[PTY] Inventory : instance int32()
| | | |___[PTY] Invoices : instance int32()
| | | |___[PTY] LastPosting : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] MaxJournal : instance int32()
| | | |___[PTY] Storage : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDataCountClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_DCAccount : string()
| | | |___[STM] get_DCTrans : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_GLTrans : string()
| | | |___[STM] get_InvTrans : string()
| | | |___[STM] get_Inventory : string()
| | | |___[STM] get_Invoices : string()
| | | |___[STM] get_LastPosting : string()
| | | |___[STM] get_MaxJournal : string()
| | | |___[STM] get_Storage : string()
| | | |___[PTY] DCAccount : string()
| | | |___[PTY] DCTrans : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] GLTrans : string()
| | | |___[PTY] InvTrans : string()
| | | |___[PTY] Inventory : string()
| | | |___[PTY] Invoices : string()
| | | |___[PTY] LastPosting : string()
| | | |___[PTY] MaxJournal : string()
| | | |___[PTY] Storage : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDocumentClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanyDocument
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_DocSuggestion : string()
| | | |___[MET] get_DocumentData : uint8[]()
| | | |___[MET] get_DocumentType : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[MET] get_DocumentUseFor : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_DocumentData : void(uint8[])
| | | |___[MET] set_DocumentType : void(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | | |___[MET] set_DocumentUseFor : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] DocSuggestion : instance string()
| | | |___[PTY] DocumentData : instance uint8[]()
| | | |___[PTY] DocumentType : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[PTY] DocumentUseFor : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDocumentClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CompanyDocument : string()
| | | |___[STM] get_DocumentMimeType : string()
| | | |___[STM] get_DocumentUseFor : string()
| | | |___[PTY] CompanyDocument : string()
| | | |___[PTY] DocumentMimeType : string()
| | | |___[PTY] DocumentUseFor : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDocumentLayoutClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanyDocumentLayout
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccountCol : uint8()
| | | |___[MET] get_AccountRow : uint8()
| | | |___[MET] get_AddressCol : uint8()
| | | |___[MET] get_AddressRow : uint8()
| | | |___[MET] get_CartonsLineCol : uint8()
| | | |___[MET] get_CompanyAddressCol : uint8()
| | | |___[MET] get_CompanyAddressRow : uint8()
| | | |___[MET] get_CompanyBankCol : uint8()
| | | |___[MET] get_CompanyBankRow : uint8()
| | | |___[MET] get_CompanyFIKCol : uint8()
| | | |___[MET] get_CompanyFIKRow : uint8()
| | | |___[MET] get_CompanyIBANCol : uint8()
| | | |___[MET] get_CompanyIBANRow : uint8()
| | | |___[MET] get_CompanyRegNoCol : uint8()
| | | |___[MET] get_CompanyRegNoRow : uint8()
| | | |___[MET] get_CompanySWIFTCol : uint8()
| | | |___[MET] get_CompanySWIFTRow : uint8()
| | | |___[MET] get_ContactCol : uint8()
| | | |___[MET] get_ContactRow : uint8()
| | | |___[MET] get_DateCol : uint8()
| | | |___[MET] get_DateOrderCol : uint8()
| | | |___[MET] get_DateRow : uint8()
| | | |___[MET] get_DebtorRegNoCol : uint8()
| | | |___[MET] get_DebtorRegNoRow : uint8()
| | | |___[MET] get_Default : bool()
| | | |___[MET] get_DeliveryCol : uint8()
| | | |___[MET] get_DeliveryDateCol : uint8()
| | | |___[MET] get_DeliveryDateRow : uint8()
| | | |___[MET] get_DeliveryRow : uint8()
| | | |___[MET] get_DeliveryTermCol : uint8()
| | | |___[MET] get_DeliveryTermRow : uint8()
| | | |___[MET] get_DiscountCol : uint8()
| | | |___[MET] get_DocNameCol : uint8()
| | | |___[MET] get_DocNameRow : uint8()
| | | |___[MET] get_DocNumCol : uint8()
| | | |___[MET] get_DocNumRow : uint8()
| | | |___[MET] get_DocTextLength : uint8()
| | | |___[MET] get_DocumentUseFor : string()
| | | |___[MET] get_EANCol : uint8()
| | | |___[MET] get_EANRow : uint8()
| | | |___[MET] get_EmployeeCol : uint8()
| | | |___[MET] get_Fileextension : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[MET] get_FitToPage : bool()
| | | |___[MET] get_FreeText1 : string()
| | | |___[MET] get_FreeText1Col : uint8()
| | | |___[MET] get_FreeText1Row : uint8()
| | | |___[MET] get_FreeText2 : string()
| | | |___[MET] get_FreeText2Col : uint8()
| | | |___[MET] get_FreeText2Row : uint8()
| | | |___[MET] get_FreeText3 : string()
| | | |___[MET] get_FreeText3Col : uint8()
| | | |___[MET] get_FreeText3Row : uint8()
| | | |___[MET] get_FreeText4 : string()
| | | |___[MET] get_FreeText4Col : uint8()
| | | |___[MET] get_FreeText4Row : uint8()
| | | |___[MET] get_FreeText5 : string()
| | | |___[MET] get_FreeText5Col : uint8()
| | | |___[MET] get_FreeText5Row : uint8()
| | | |___[MET] get_GridEndRow : uint8()
| | | |___[MET] get_GridStartRow : uint8()
| | | |___[MET] get_ItemCol : uint8()
| | | |___[MET] get_Landscape : bool()
| | | |___[MET] get_LeftMargin : uint8()
| | | |___[MET] get_LineFontSize : uint8()
| | | |___[MET] get_LocationCol : uint8()
| | | |___[MET] get_LogoCol : uint8()
| | | |___[MET] get_LogoHeight : uint8()
| | | |___[MET] get_LogoRow : uint8()
| | | |___[MET] get_LogoWidth : uint8()
| | | |___[MET] get_MessageCol : uint8()
| | | |___[MET] get_MessageRow : uint8()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OrderNumberCol : uint8()
| | | |___[MET] get_OrderNumberRow : uint8()
| | | |___[MET] get_OurRefCol : uint8()
| | | |___[MET] get_OurRefRow : uint8()
| | | |___[MET] get_PageNumberPos : string()
| | | |___[MET] get_PaymentCol : uint8()
| | | |___[MET] get_PaymentDateCol : uint8()
| | | |___[MET] get_PaymentDateRow : uint8()
| | | |___[MET] get_PaymentFIKCodeCol : uint8()
| | | |___[MET] get_PaymentFIKCodeRow : uint8()
| | | |___[MET] get_PaymentRow : uint8()
| | | |___[MET] get_PhotoCol : uint8()
| | | |___[MET] get_PriceCol : uint8()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_ProjectCol : uint8()
| | | |___[MET] get_ProjectRow : uint8()
| | | |___[MET] get_QtyCol : uint8()
| | | |___[MET] get_RemarkCol : uint8()
| | | |___[MET] get_RemarkRow : uint8()
| | | |___[MET] get_RequisitionCol : uint8()
| | | |___[MET] get_RequisitionRow : uint8()
| | | |___[MET] get_RowHeight : uint8()
| | | |___[MET] get_ShipmentCol : uint8()
| | | |___[MET] get_ShipmentRow : uint8()
| | | |___[MET] get_ShowTotals : bool()
| | | |___[MET] get_TextCol : uint8()
| | | |___[MET] get_TotalCol : uint8()
| | | |___[MET] get_UnitCol : uint8()
| | | |___[MET] get_Variant1Col : uint8()
| | | |___[MET] get_Variant2Col : uint8()
| | | |___[MET] get_VatPctCol : uint8()
| | | |___[MET] get_WarehouseCol : uint8()
| | | |___[MET] get_WatermarkImage : uint8[]()
| | | |___[MET] get_WatermarkText : string()
| | | |___[MET] get_WeekCol : uint8()
| | | |___[MET] get_YourRefCol : uint8()
| | | |___[MET] get_YourRefRow : uint8()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AccountCol : void(uint8)
| | | |___[MET] set_AccountRow : void(uint8)
| | | |___[MET] set_AddressCol : void(uint8)
| | | |___[MET] set_AddressRow : void(uint8)
| | | |___[MET] set_CartonsLineCol : void(uint8)
| | | |___[MET] set_CompanyAddressCol : void(uint8)
| | | |___[MET] set_CompanyAddressRow : void(uint8)
| | | |___[MET] set_CompanyBankCol : void(uint8)
| | | |___[MET] set_CompanyBankRow : void(uint8)
| | | |___[MET] set_CompanyFIKCol : void(uint8)
| | | |___[MET] set_CompanyFIKRow : void(uint8)
| | | |___[MET] set_CompanyIBANCol : void(uint8)
| | | |___[MET] set_CompanyIBANRow : void(uint8)
| | | |___[MET] set_CompanyRegNoCol : void(uint8)
| | | |___[MET] set_CompanyRegNoRow : void(uint8)
| | | |___[MET] set_CompanySWIFTCol : void(uint8)
| | | |___[MET] set_CompanySWIFTRow : void(uint8)
| | | |___[MET] set_ContactCol : void(uint8)
| | | |___[MET] set_ContactRow : void(uint8)
| | | |___[MET] set_DateCol : void(uint8)
| | | |___[MET] set_DateOrderCol : void(uint8)
| | | |___[MET] set_DateRow : void(uint8)
| | | |___[MET] set_DebtorRegNoCol : void(uint8)
| | | |___[MET] set_DebtorRegNoRow : void(uint8)
| | | |___[MET] set_Default : void(bool)
| | | |___[MET] set_DeliveryCol : void(uint8)
| | | |___[MET] set_DeliveryDateCol : void(uint8)
| | | |___[MET] set_DeliveryDateRow : void(uint8)
| | | |___[MET] set_DeliveryRow : void(uint8)
| | | |___[MET] set_DeliveryTermCol : void(uint8)
| | | |___[MET] set_DeliveryTermRow : void(uint8)
| | | |___[MET] set_DiscountCol : void(uint8)
| | | |___[MET] set_DocNameCol : void(uint8)
| | | |___[MET] set_DocNameRow : void(uint8)
| | | |___[MET] set_DocNumCol : void(uint8)
| | | |___[MET] set_DocNumRow : void(uint8)
| | | |___[MET] set_DocTextLength : void(uint8)
| | | |___[MET] set_DocumentUseFor : void(string)
| | | |___[MET] set_EANCol : void(uint8)
| | | |___[MET] set_EANRow : void(uint8)
| | | |___[MET] set_EmployeeCol : void(uint8)
| | | |___[MET] set_Fileextension : void(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | | |___[MET] set_FitToPage : void(bool)
| | | |___[MET] set_FreeText1 : void(string)
| | | |___[MET] set_FreeText1Col : void(uint8)
| | | |___[MET] set_FreeText1Row : void(uint8)
| | | |___[MET] set_FreeText2 : void(string)
| | | |___[MET] set_FreeText2Col : void(uint8)
| | | |___[MET] set_FreeText2Row : void(uint8)
| | | |___[MET] set_FreeText3 : void(string)
| | | |___[MET] set_FreeText3Col : void(uint8)
| | | |___[MET] set_FreeText3Row : void(uint8)
| | | |___[MET] set_FreeText4 : void(string)
| | | |___[MET] set_FreeText4Col : void(uint8)
| | | |___[MET] set_FreeText4Row : void(uint8)
| | | |___[MET] set_FreeText5 : void(string)
| | | |___[MET] set_FreeText5Col : void(uint8)
| | | |___[MET] set_FreeText5Row : void(uint8)
| | | |___[MET] set_GridEndRow : void(uint8)
| | | |___[MET] set_GridStartRow : void(uint8)
| | | |___[MET] set_ItemCol : void(uint8)
| | | |___[MET] set_Landscape : void(bool)
| | | |___[MET] set_LeftMargin : void(uint8)
| | | |___[MET] set_LineFontSize : void(uint8)
| | | |___[MET] set_LocationCol : void(uint8)
| | | |___[MET] set_LogoCol : void(uint8)
| | | |___[MET] set_LogoHeight : void(uint8)
| | | |___[MET] set_LogoRow : void(uint8)
| | | |___[MET] set_LogoWidth : void(uint8)
| | | |___[MET] set_MessageCol : void(uint8)
| | | |___[MET] set_MessageRow : void(uint8)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OrderNumberCol : void(uint8)
| | | |___[MET] set_OrderNumberRow : void(uint8)
| | | |___[MET] set_OurRefCol : void(uint8)
| | | |___[MET] set_OurRefRow : void(uint8)
| | | |___[MET] set_PageNumberPos : void(string)
| | | |___[MET] set_PaymentCol : void(uint8)
| | | |___[MET] set_PaymentDateCol : void(uint8)
| | | |___[MET] set_PaymentDateRow : void(uint8)
| | | |___[MET] set_PaymentFIKCodeCol : void(uint8)
| | | |___[MET] set_PaymentFIKCodeRow : void(uint8)
| | | |___[MET] set_PaymentRow : void(uint8)
| | | |___[MET] set_PhotoCol : void(uint8)
| | | |___[MET] set_PriceCol : void(uint8)
| | | |___[MET] set_ProjectCol : void(uint8)
| | | |___[MET] set_ProjectRow : void(uint8)
| | | |___[MET] set_QtyCol : void(uint8)
| | | |___[MET] set_RemarkCol : void(uint8)
| | | |___[MET] set_RemarkRow : void(uint8)
| | | |___[MET] set_RequisitionCol : void(uint8)
| | | |___[MET] set_RequisitionRow : void(uint8)
| | | |___[MET] set_RowHeight : void(uint8)
| | | |___[MET] set_ShipmentCol : void(uint8)
| | | |___[MET] set_ShipmentRow : void(uint8)
| | | |___[MET] set_ShowTotals : void(bool)
| | | |___[MET] set_TextCol : void(uint8)
| | | |___[MET] set_TotalCol : void(uint8)
| | | |___[MET] set_UnitCol : void(uint8)
| | | |___[MET] set_Variant1Col : void(uint8)
| | | |___[MET] set_Variant2Col : void(uint8)
| | | |___[MET] set_VatPctCol : void(uint8)
| | | |___[MET] set_WarehouseCol : void(uint8)
| | | |___[MET] set_WatermarkImage : void(uint8[])
| | | |___[MET] set_WatermarkText : void(string)
| | | |___[MET] set_WeekCol : void(uint8)
| | | |___[MET] set_YourRefCol : void(uint8)
| | | |___[MET] set_YourRefRow : void(uint8)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccountCol : instance uint8()
| | | |___[PTY] AccountRow : instance uint8()
| | | |___[PTY] AddressCol : instance uint8()
| | | |___[PTY] AddressRow : instance uint8()
| | | |___[PTY] CartonsLineCol : instance uint8()
| | | |___[PTY] CompanyAddressCol : instance uint8()
| | | |___[PTY] CompanyAddressRow : instance uint8()
| | | |___[PTY] CompanyBankCol : instance uint8()
| | | |___[PTY] CompanyBankRow : instance uint8()
| | | |___[PTY] CompanyFIKCol : instance uint8()
| | | |___[PTY] CompanyFIKRow : instance uint8()
| | | |___[PTY] CompanyIBANCol : instance uint8()
| | | |___[PTY] CompanyIBANRow : instance uint8()
| | | |___[PTY] CompanyRegNoCol : instance uint8()
| | | |___[PTY] CompanyRegNoRow : instance uint8()
| | | |___[PTY] CompanySWIFTCol : instance uint8()
| | | |___[PTY] CompanySWIFTRow : instance uint8()
| | | |___[PTY] ContactCol : instance uint8()
| | | |___[PTY] ContactRow : instance uint8()
| | | |___[PTY] DateCol : instance uint8()
| | | |___[PTY] DateOrderCol : instance uint8()
| | | |___[PTY] DateRow : instance uint8()
| | | |___[PTY] DebtorRegNoCol : instance uint8()
| | | |___[PTY] DebtorRegNoRow : instance uint8()
| | | |___[PTY] Default : instance bool()
| | | |___[PTY] DeliveryCol : instance uint8()
| | | |___[PTY] DeliveryDateCol : instance uint8()
| | | |___[PTY] DeliveryDateRow : instance uint8()
| | | |___[PTY] DeliveryRow : instance uint8()
| | | |___[PTY] DeliveryTermCol : instance uint8()
| | | |___[PTY] DeliveryTermRow : instance uint8()
| | | |___[PTY] DiscountCol : instance uint8()
| | | |___[PTY] DocNameCol : instance uint8()
| | | |___[PTY] DocNameRow : instance uint8()
| | | |___[PTY] DocNumCol : instance uint8()
| | | |___[PTY] DocNumRow : instance uint8()
| | | |___[PTY] DocTextLength : instance uint8()
| | | |___[PTY] DocumentUseFor : instance string()
| | | |___[PTY] EANCol : instance uint8()
| | | |___[PTY] EANRow : instance uint8()
| | | |___[PTY] EmployeeCol : instance uint8()
| | | |___[PTY] Fileextension : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[PTY] FitToPage : instance bool()
| | | |___[PTY] FreeText1 : instance string()
| | | |___[PTY] FreeText1Col : instance uint8()
| | | |___[PTY] FreeText1Row : instance uint8()
| | | |___[PTY] FreeText2 : instance string()
| | | |___[PTY] FreeText2Col : instance uint8()
| | | |___[PTY] FreeText2Row : instance uint8()
| | | |___[PTY] FreeText3 : instance string()
| | | |___[PTY] FreeText3Col : instance uint8()
| | | |___[PTY] FreeText3Row : instance uint8()
| | | |___[PTY] FreeText4 : instance string()
| | | |___[PTY] FreeText4Col : instance uint8()
| | | |___[PTY] FreeText4Row : instance uint8()
| | | |___[PTY] FreeText5 : instance string()
| | | |___[PTY] FreeText5Col : instance uint8()
| | | |___[PTY] FreeText5Row : instance uint8()
| | | |___[PTY] GridEndRow : instance uint8()
| | | |___[PTY] GridStartRow : instance uint8()
| | | |___[PTY] ItemCol : instance uint8()
| | | |___[PTY] Landscape : instance bool()
| | | |___[PTY] LeftMargin : instance uint8()
| | | |___[PTY] LineFontSize : instance uint8()
| | | |___[PTY] LocationCol : instance uint8()
| | | |___[PTY] LogoCol : instance uint8()
| | | |___[PTY] LogoHeight : instance uint8()
| | | |___[PTY] LogoRow : instance uint8()
| | | |___[PTY] LogoWidth : instance uint8()
| | | |___[PTY] MessageCol : instance uint8()
| | | |___[PTY] MessageRow : instance uint8()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OrderNumberCol : instance uint8()
| | | |___[PTY] OrderNumberRow : instance uint8()
| | | |___[PTY] OurRefCol : instance uint8()
| | | |___[PTY] OurRefRow : instance uint8()
| | | |___[PTY] PageNumberPos : instance string()
| | | |___[PTY] PaymentCol : instance uint8()
| | | |___[PTY] PaymentDateCol : instance uint8()
| | | |___[PTY] PaymentDateRow : instance uint8()
| | | |___[PTY] PaymentFIKCodeCol : instance uint8()
| | | |___[PTY] PaymentFIKCodeRow : instance uint8()
| | | |___[PTY] PaymentRow : instance uint8()
| | | |___[PTY] PhotoCol : instance uint8()
| | | |___[PTY] PriceCol : instance uint8()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] ProjectCol : instance uint8()
| | | |___[PTY] ProjectRow : instance uint8()
| | | |___[PTY] QtyCol : instance uint8()
| | | |___[PTY] RemarkCol : instance uint8()
| | | |___[PTY] RemarkRow : instance uint8()
| | | |___[PTY] RequisitionCol : instance uint8()
| | | |___[PTY] RequisitionRow : instance uint8()
| | | |___[PTY] RowHeight : instance uint8()
| | | |___[PTY] ShipmentCol : instance uint8()
| | | |___[PTY] ShipmentRow : instance uint8()
| | | |___[PTY] ShowTotals : instance bool()
| | | |___[PTY] TextCol : instance uint8()
| | | |___[PTY] TotalCol : instance uint8()
| | | |___[PTY] UnitCol : instance uint8()
| | | |___[PTY] Variant1Col : instance uint8()
| | | |___[PTY] Variant2Col : instance uint8()
| | | |___[PTY] VatPctCol : instance uint8()
| | | |___[PTY] WarehouseCol : instance uint8()
| | | |___[PTY] WatermarkImage : instance uint8[]()
| | | |___[PTY] WatermarkText : instance string()
| | | |___[PTY] WeekCol : instance uint8()
| | | |___[PTY] YourRefCol : instance uint8()
| | | |___[PTY] YourRefRow : instance uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyDocumentLayoutText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Default : string()
| | | |___[STM] get_DocumentUseFor : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_PageNumberPos : string()
| | | |___[PTY] Default : string()
| | | |___[PTY] DocumentUseFor : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] PageNumberPos : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyFinancePeriodClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] _Period : public int32
| | | |___[FLD] _State : public valuetype
Uniconta.DataModel.FinancePeriodeState
| | | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_EmptyFromDate : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_EmptyToDate : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_FromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Period : int32()
| | | |___[MET] get_PeriodState : string()
| | | |___[MET] get_ToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_FromDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_PeriodState : void(string)
| | | |___[MET] set_ToDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] EmptyFromDate : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] EmptyToDate : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] FromDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Period : instance int32()
| | | |___[PTY] PeriodState : instance string()
| | | |___[PTY] ToDate : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyFinancePeriodText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_BalanceName : string()
| | | |___[STM] get_Current : string()
| | | |___[STM] get_FiscalYearShown : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_NumberserieText : string()
| | | |___[STM] get_PLText : string()
| | | |___[STM] get_Period : string()
| | | |___[STM] get_PeriodState : string()
| | | |___[STM] get_PeriodStateMonth : string()
| | | |___[STM] get_PeriodStateYear : string()
| | | |___[STM] get_ToDate : string()
| | | |___[STM] get_Voucher : string()
| | | |___[PTY] BalanceName : string()
| | | |___[PTY] Current : string()
| | | |___[PTY] FiscalYearShown : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] NumberserieText : string()
| | | |___[PTY] PLText : string()
| | | |___[PTY] Period : string()
| | | |___[PTY] PeriodState : string()
| | | |___[PTY] PeriodStateMonth : string()
| | | |___[PTY] PeriodStateYear : string()
| | | |___[PTY] ToDate : string()
| | | |___[PTY] Voucher : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyFinanceYearClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanyFinanceYear
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_BalanceName : string()
| | | |___[MET] get_Current : bool()
| | | |___[MET] get_EmptyFromDate : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_EmptyToDate : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_FromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_NumberserieText : string()
| | | |___[MET] get_PLText : string()
| | | |___[MET] get_PeriodState : string()
| | | |___[MET] get_PeriodStateMonth : string()
| | | |___[MET] get_ToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_BalanceName : void(string)
| | | |___[MET] set_Current : void(bool)
| | | |___[MET] set_FromDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_NumberserieText : void(string)
| | | |___[MET] set_PLText : void(string)
| | | |___[MET] set_PeriodState : void(string)
| | | |___[MET] set_PeriodStateMonth : void(string)
| | | |___[MET] set_ToDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] BalanceName : instance string()
| | | |___[PTY] Current : instance bool()
| | | |___[PTY] EmptyFromDate : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] EmptyToDate : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] FromDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] NumberserieText : instance string()
| | | |___[PTY] PLText : instance string()
| | | |___[PTY] PeriodState : instance string()
| | | |___[PTY] PeriodStateMonth : instance string()
| | | |___[PTY] ToDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Voucher : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyFinanceYearSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyPaymentSetupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanyPaymentSetup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AvtaleId : string()
| | | |___[MET] get_DataAvsender : string()
| | | |___[MET] get_ForsendelsesNummer : int64()
| | | |___[MET] get_Kid : string()
| | | |___[MET] get_KreditKonto : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OppdragsKonto : string()
| | | |___[MET] get_OppdragsNummer : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AvtaleId : void(string)
| | | |___[MET] set_DataAvsender : void(string)
| | | |___[MET] set_ForsendelsesNummer : void(int64)
| | | |___[MET] set_Kid : void(string)
| | | |___[MET] set_KreditKonto : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OppdragsKonto : void(string)
| | | |___[MET] set_OppdragsNummer : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AvtaleId : instance string()
| | | |___[PTY] DataAvsender : instance string()
| | | |___[PTY] ForsendelsesNummer : instance int64()
| | | |___[PTY] Kid : instance string()
| | | |___[PTY] KreditKonto : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OppdragsKonto : instance string()
| | | |___[PTY] OppdragsNummer : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanyPaymentSetupText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AvtaleId : string()
| | | |___[STM] get_DataAvsender : string()
| | | |___[STM] get_ForsendelsesNummer : string()
| | | |___[STM] get_Kid : string()
| | | |___[STM] get_KreditKonto : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OppdragsKonto : string()
| | | |___[STM] get_OppdragsNummer : string()
| | | |___[PTY] AvtaleId : string()
| | | |___[PTY] DataAvsender : string()
| | | |___[PTY] ForsendelsesNummer : string()
| | | |___[PTY] Kid : string()
| | | |___[PTY] KreditKonto : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OppdragsKonto : string()
| | | |___[PTY] OppdragsNummer : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanySettingsClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CompanySettings
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CreditorVoucherSerie : string()
| | | |___[MET] get_DebtorVoucherSerie : string()
| | | |___[MET] get_EmailSendFrom : string()
| | | |___[MET] get_EmailSubject : string()
| | | |___[MET] get_InventoryJournalSerie : string()
| | | |___[MET] get_NameInEmail : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_PurchaseOrder : int32()
| | | |___[MET] get_SalesInvoice : int32()
| | | |___[MET] get_SalesOffer : int32()
| | | |___[MET] get_SalesOrder : int32()
| | | |___[MET] get_UseVoucherAsInvoice : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CreditorVoucherSerie : void(string)
| | | |___[MET] set_DebtorVoucherSerie : void(string)
| | | |___[MET] set_EmailSendFrom : void(string)
| | | |___[MET] set_EmailSubject : void(string)
| | | |___[MET] set_InventoryJournalSerie : void(string)
| | | |___[MET] set_NameInEmail : void(string)
| | | |___[MET] set_PurchaseOrder : void(int32)
| | | |___[MET] set_SalesInvoice : void(int32)
| | | |___[MET] set_SalesOffer : void(int32)
| | | |___[MET] set_SalesOrder : void(int32)
| | | |___[MET] set_UseVoucherAsInvoice : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CreditorVoucherSerie : instance string()
| | | |___[PTY] DebtorVoucherSerie : instance string()
| | | |___[PTY] EmailSendFrom : instance string()
| | | |___[PTY] EmailSubject : instance string()
| | | |___[PTY] InventoryJournalSerie : instance string()
| | | |___[PTY] NameInEmail : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] PurchaseOrder : instance int32()
| | | |___[PTY] SalesInvoice : instance int32()
| | | |___[PTY] SalesOffer : instance int32()
| | | |___[PTY] SalesOrder : instance int32()
| | | |___[PTY] UseVoucherAsInvoice : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CompanySettingsClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_EmailSendFrom : string()
| | | |___[STM] get_EmailSubject : string()
| | | |___[STM] get_InterestAccount : string()
| | | |___[STM] get_InterestDueDays : string()
| | | |___[STM] get_InterestNumberSerie : string()
| | | |___[STM] get_InterestRate : string()
| | | |___[STM] get_InterestVoucherSerie : string()
| | | |___[STM] get_InventoryJournalSerie : string()
| | | |___[STM] get_NameInEmail : string()
| | | |___[STM] get_PurchaseOrder : string()
| | | |___[STM] get_SalesInvoice : string()
| | | |___[STM] get_SalesOffer : string()
| | | |___[STM] get_SalesOrder : string()
| | | |___[STM] get_UseVoucherAsInvoice : string()
| | | |___[STM] get_VoucherSerie : string()
| | | |___[PTY] EmailSendFrom : string()
| | | |___[PTY] EmailSubject : string()
| | | |___[PTY] InterestAccount : string()
| | | |___[PTY] InterestDueDays : string()
| | | |___[PTY] InterestNumberSerie : string()
| | | |___[PTY] InterestRate : string()
| | | |___[PTY] InterestVoucherSerie : string()
| | | |___[PTY] InventoryJournalSerie : string()
| | | |___[PTY] NameInEmail : string()
| | | |___[PTY] PurchaseOrder : string()
| | | |___[PTY] SalesInvoice : string()
| | | |___[PTY] SalesOffer : string()
| | | |___[PTY] SalesOrder : string()
| | | |___[PTY] UseVoucherAsInvoice : string()
| | | |___[PTY] VoucherSerie : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ContactClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Contact
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountStatement : bool()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CollectionLetter : bool()
| | | |___[MET] get_Confirmation : bool()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Email : string()
| | | |___[MET] get_InterestNote : bool()
| | | |___[MET] get_Interests : string()
| | | |___[MET] get_Invoice : bool()
| | | |___[MET] get_Mobile : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_Offer : bool()
| | | |___[MET] get_Packnote : bool()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Products : string()
| | | |___[MET] get_Prospect : class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[MET] get_Title : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AccountStatement : void(bool)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_CollectionLetter : void(bool)
| | | |___[MET] set_Confirmation : void(bool)
| | | |___[MET] set_DCAccount : void(string)
| | | |___[MET] set_DCType : void(string)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Email : void(string)
| | | |___[MET] set_InterestNote : void(bool)
| | | |___[MET] set_Interests : void(string)
| | | |___[MET] set_Invoice : void(bool)
| | | |___[MET] set_Mobile : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_Offer : void(bool)
| | | |___[MET] set_Packnote : void(bool)
| | | |___[MET] set_Products : void(string)
| | | |___[MET] set_Title : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountStatement : instance bool()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CollectionLetter : instance bool()
| | | |___[PTY] Confirmation : instance bool()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Email : instance string()
| | | |___[PTY] InterestNote : instance bool()
| | | |___[PTY] Interests : instance string()
| | | |___[PTY] Invoice : instance bool()
| | | |___[PTY] Mobile : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] Offer : instance bool()
| | | |___[PTY] Packnote : instance bool()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Products : instance string()
| | | |___[PTY] Prospect : instance class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[PTY] Title : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ContactClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ContactClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccountStatement : string()
| | | |___[STM] get_CollectionLetter : string()
| | | |___[STM] get_Confirmation : string()
| | | |___[STM] get_InterestNote : string()
| | | |___[STM] get_Invoice : string()
| | | |___[STM] get_Mobile : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Offer : string()
| | | |___[STM] get_Packnote : string()
| | | |___[STM] get_Title : string()
| | | |___[PTY] AccountStatement : string()
| | | |___[PTY] CollectionLetter : string()
| | | |___[PTY] Confirmation : string()
| | | |___[PTY] InterestNote : string()
| | | |___[PTY] Invoice : string()
| | | |___[PTY] Mobile : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Offer : string()
| | | |___[PTY] Packnote : string()
| | | |___[PTY] Title : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorAgeTotalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCAgeTotalClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] cre : public class Uniconta.DataModel.Creditor
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Creditor
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <Contacts>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>
| | | |___[FLD] <InventoryTransInvoice>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>
| | | |___[FLD] <InventoryTransaction>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>
| | | |___[FLD] <ItemPrices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] <OpenTransactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransOpenClient>
| | | |___[FLD] <Orders>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderClient>
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | | get_Contacts : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CreditorGroup : class
Uniconta.ClientTools.DataModel.CreditorGroupClient()
| | | |___[MET] get_CurBalance : float64()
| | | |___[MET] get_CurBalanceCur : float64()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DeliveryAddress1 : string()
| | | |___[MET] get_DeliveryAddress2 : string()
| | | |___[MET] get_DeliveryAddress3 : string()
| | | |___[MET] get_DeliveryCity : string()
| | | | get_DeliveryCountry : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[MET] get_DeliveryName : string()
| | | |___[MET] get_DeliveryTerm : string()
| | | |___[MET] get_DeliveryZipCode : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_EndDiscountPct : float64()
| | | |___[MET] get_Group : string()
| | | | get_InventoryTransInvoice : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>()
| | | | get_InventoryTransaction : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[MET] get_InvoiceAccount : string()
| | | |___[MET] get_InvoiceAccountRef : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_InvoiceEmail : string()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>()
| | | |___[MET] get_ItemNameGroup : string()
| | | | get_ItemPrices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | |___[MET] get_LayoutGroup : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | | get_OpenTransactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransOpenClient>()
| | | | get_Orders : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderClient>()
| | | |___[MET] get_Overdue : float64()
| | | |___[MET] get_OverdueCur : float64()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentFormat : string()
| | | |___[MET] get_PaymentGroup : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[MET] get_PaymentId : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] get_Shipment : string()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransClient>()
| | | |___[MET] get_UserLanguage : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_VatZone : string()
| | | |___[MET] get_Withholding : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Address3 : void(string)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_CompanyRegNo : void(string)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | | set_Contacts : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DeliveryAddress1 : void(string)
| | | |___[MET] set_DeliveryAddress2 : void(string)
| | | |___[MET] set_DeliveryAddress3 : void(string)
| | | |___[MET] set_DeliveryCity : void(string)
| | | | set_DeliveryCountry : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | |___[MET] set_DeliveryName : void(string)
| | | |___[MET] set_DeliveryTerm : void(string)
| | | |___[MET] set_DeliveryZipCode : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_EndDiscountPct : void(float64)
| | | |___[MET] set_Group : void(string)
| | | | set_InventoryTransInvoice : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>)
| | | | set_InventoryTransaction : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>)
| | | |___[MET] set_InvoiceAccount : void(string)
| | | |___[MET] set_InvoiceEmail : void(string)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>)
| | | |___[MET] set_ItemNameGroup : void(string)
| | | | set_ItemPrices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | | set_OpenTransactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransOpenClient>)
| | | | set_Orders : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderClient>)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_PaymentFormat : void(string)
| | | |___[MET] set_PaymentId : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_Phone : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[MET] set_Shipment : void(string)
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransClient>)
| | | |___[MET] set_UserLanguage : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_VatZone : void(string)
| | | |___[MET] set_Withholding : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Contacts : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CreditorGroup : instance class
Uniconta.ClientTools.DataModel.CreditorGroupClient()
| | | |___[PTY] CurBalance : instance float64()
| | | |___[PTY] CurBalanceCur : instance float64()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DeliveryAddress1 : instance string()
| | | |___[PTY] DeliveryAddress2 : instance string()
| | | |___[PTY] DeliveryAddress3 : instance string()
| | | |___[PTY] DeliveryCity : instance string()
| | | |___[PTY] DeliveryCountry : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] DeliveryName : instance string()
| | | |___[PTY] DeliveryTerm : instance string()
| | | |___[PTY] DeliveryZipCode : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] EndDiscountPct : instance float64()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] InventoryTransInvoice : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>()
| | | |___[PTY] InventoryTransaction : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[PTY] InvoiceAccount : instance string()
| | | |___[PTY] InvoiceAccountRef : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>()
| | | |___[PTY] ItemNameGroup : instance string()
| | | |___[PTY] ItemPrices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] OpenTransactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransOpenClient>()
| | | |___[PTY] Orders : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderClient>()
| | | |___[PTY] Overdue : instance float64()
| | | |___[PTY] OverdueCur : instance float64()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentFormat : instance string()
| | | |___[PTY] PaymentGroup : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[PTY] PaymentId : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] SWIFT : instance string()
| | | |___[PTY] Shipment : instance string()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorTransClient>()
| | | |___[PTY] UserLanguage : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] VatZone : instance string()
| | | |___[PTY] Withholding : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <GroupAccounting>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AutoNumber : string()
| | | |___[MET] get_EndDiscountAccount : string()
| | | |___[MET] get_Group : string()
| | | | get_GroupAccounting : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PurchaseAccount : string()
| | | |___[MET] get_PurchaseAccount1 : string()
| | | |___[MET] get_PurchaseAccount2 : string()
| | | |___[MET] get_PurchaseAccount3 : string()
| | | |___[MET] get_PurchaseAccount4 : string()
| | | |___[MET] get_PurchaseVat : string()
| | | |___[MET] get_PurchaseVat1 : string()
| | | |___[MET] get_PurchaseVat2 : string()
| | | |___[MET] get_PurchaseVat3 : string()
| | | |___[MET] get_PurchaseVat4 : string()
| | | |___[MET] get_PurchaseVatOpr : string()
| | | |___[MET] get_PurchaseVatOpr1 : string()
| | | |___[MET] get_PurchaseVatOpr2 : string()
| | | |___[MET] get_PurchaseVatOpr3 : string()
| | | |___[MET] get_PurchaseVatOpr4 : string()
| | | |___[MET] get_RevenueFollowDC : string()
| | | |___[MET] get_SettlementDiscountAccount : string()
| | | |___[MET] get_SummeryAccount : string()
| | | |___[MET] get_UseFirstIfBlank : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AutoNumber : void(string)
| | | |___[MET] set_EndDiscountAccount : void(string)
| | | |___[MET] set_Group : void(string)
| | | | set_GroupAccounting : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PurchaseAccount : void(string)
| | | |___[MET] set_PurchaseAccount1 : void(string)
| | | |___[MET] set_PurchaseAccount2 : void(string)
| | | |___[MET] set_PurchaseAccount3 : void(string)
| | | |___[MET] set_PurchaseAccount4 : void(string)
| | | |___[MET] set_PurchaseVat : void(string)
| | | |___[MET] set_PurchaseVat1 : void(string)
| | | |___[MET] set_PurchaseVat2 : void(string)
| | | |___[MET] set_PurchaseVat3 : void(string)
| | | |___[MET] set_PurchaseVat4 : void(string)
| | | |___[MET] set_PurchaseVatOpr : void(string)
| | | |___[MET] set_PurchaseVatOpr1 : void(string)
| | | |___[MET] set_PurchaseVatOpr2 : void(string)
| | | |___[MET] set_PurchaseVatOpr3 : void(string)
| | | |___[MET] set_PurchaseVatOpr4 : void(string)
| | | |___[MET] set_RevenueFollowDC : void(string)
| | | |___[MET] set_SettlementDiscountAccount : void(string)
| | | |___[MET] set_SummeryAccount : void(string)
| | | |___[MET] set_UseFirstIfBlank : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AutoNumber : instance string()
| | | |___[PTY] EndDiscountAccount : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupAccounting : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PurchaseAccount : instance string()
| | | |___[PTY] PurchaseAccount1 : instance string()
| | | |___[PTY] PurchaseAccount2 : instance string()
| | | |___[PTY] PurchaseAccount3 : instance string()
| | | |___[PTY] PurchaseAccount4 : instance string()
| | | |___[PTY] PurchaseVat : instance string()
| | | |___[PTY] PurchaseVat1 : instance string()
| | | |___[PTY] PurchaseVat2 : instance string()
| | | |___[PTY] PurchaseVat3 : instance string()
| | | |___[PTY] PurchaseVat4 : instance string()
| | | |___[PTY] PurchaseVatOpr : instance string()
| | | |___[PTY] PurchaseVatOpr1 : instance string()
| | | |___[PTY] PurchaseVatOpr2 : instance string()
| | | |___[PTY] PurchaseVatOpr3 : instance string()
| | | |___[PTY] PurchaseVatOpr4 : instance string()
| | | |___[PTY] RevenueFollowDC : instance string()
| | | |___[PTY] SettlementDiscountAccount : instance string()
| | | |___[PTY] SummeryAccount : instance string()
| | | |___[PTY] UseFirstIfBlank : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorInvoiceClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCInvoiceClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceLines>
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceLines>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceLines>)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceLines>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorInvoiceLines
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvTransInvoice
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorLayoutGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorLayoutGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_FIK : string()
| | | |___[MET] get_IBAN : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NationalBank : string()
| | | |___[MET] get_PurchaseInvoiceRep : string()
| | | |___[MET] get_PurchaseOrderEmail : string()
| | | |___[MET] get_PurchaseOrderRep : string()
| | | |___[MET] get_PurchasePackNoteRep : string()
| | | |___[MET] get_PurchasePacknoteEmail : string()
| | | |___[MET] get_PurchaseRequestEmail : string()
| | | |___[MET] get_PurchaseRequestRep : string()
| | | |___[MET] get_PurchaseRequisitionEmail : string()
| | | |___[MET] get_PurchaseRequisitionRep : string()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_FIK : void(string)
| | | |___[MET] set_IBAN : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NationalBank : void(string)
| | | |___[MET] set_PurchaseInvoiceRep : void(string)
| | | |___[MET] set_PurchaseOrderEmail : void(string)
| | | |___[MET] set_PurchaseOrderRep : void(string)
| | | |___[MET] set_PurchasePackNoteRep : void(string)
| | | |___[MET] set_PurchasePacknoteEmail : void(string)
| | | |___[MET] set_PurchaseRequestEmail : void(string)
| | | |___[MET] set_PurchaseRequestRep : void(string)
| | | |___[MET] set_PurchaseRequisitionEmail : void(string)
| | | |___[MET] set_PurchaseRequisitionRep : void(string)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] FIK : instance string()
| | | |___[PTY] IBAN : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NationalBank : instance string()
| | | |___[PTY] PurchaseInvoiceRep : instance string()
| | | |___[PTY] PurchaseOrderEmail : instance string()
| | | |___[PTY] PurchaseOrderRep : instance string()
| | | |___[PTY] PurchasePackNoteRep : instance string()
| | | |___[PTY] PurchasePacknoteEmail : instance string()
| | | |___[PTY] PurchaseRequestEmail : instance string()
| | | |___[PTY] PurchaseRequestRep : instance string()
| | | |___[PTY] PurchaseRequisitionEmail : instance string()
| | | |___[PTY] PurchaseRequisitionRep : instance string()
| | | |___[PTY] SWIFT : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorOrderClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorOrder
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CashDiscount : float64()
| | | |___[MET] get_CashDiscountDate : valuetype
[mscorlib]System.DateTime()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_InvoiceAccount : string()
| | | |___[MET] get_InvoiceAccountRef : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_InvoiceAmount : float64()
| | | |___[MET] get_InvoiceNumber : int64()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>()
| | | |___[MET] get_KeyName : string()
| | | |___[MET] get_LayoutGroup : string()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OrderNumber : int32()
| | | |___[MET] get_PaymentId : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PricesInclVat : bool()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_RelatedOrder : string()
| | | |___[MET] get_RequisitionPrinted : valuetype
[mscorlib]System.DateTime()
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_CashDiscount : void(float64)
| | | |___[MET] set_CashDiscountDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_InvoiceAccount : void(string)
| | | |___[MET] set_InvoiceAmount : void(float64)
| | | |___[MET] set_InvoiceNumber : void(int64)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>)
| | | |___[MET] set_OrderNumber : void(int32)
| | | |___[MET] set_PaymentId : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PricesInclVat : void(bool)
| | | |___[MET] set_RelatedOrder : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CashDiscount : instance float64()
| | | |___[PTY] CashDiscountDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] InvoiceAccount : instance string()
| | | |___[PTY] InvoiceAccountRef : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] InvoiceAmount : instance float64()
| | | |___[PTY] InvoiceNumber : instance int64()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient>()
| | | |___[PTY] KeyName : instance string()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OrderNumber : instance int32()
| | | |___[PTY] PaymentId : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PricesInclVat : instance bool()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] RelatedOrder : instance string()
| | | |___[PTY] RequisitionPrinted : instance valuetype
[mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorOrderCostClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorOrderCost
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorOrderCostLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorOrderCostLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostGroup : string()
| | | |___[MET] get_CostGroupRef : class
Uniconta.ClientTools.DataModel.CreditorOrderCostClient()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_CostGroup : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostGroup : instance string()
| | | |___[PTY] CostGroupRef : instance class
Uniconta.ClientTools.DataModel.CreditorOrderCostClient()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorOrderGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorOrderGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 13 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorOrderLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] GetMaster : class [mscorlib]System.Type()
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Order : class
Uniconta.ClientTools.DataModel.CreditorOrderClient()
| | | |___[MET] get_OrderNumber : string()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_QtyDelivered : float64()
| | | |___[MET] get_QtyNow : float64()
| | | |___[MET] get_Storage : string()
| | | |___[MET] set_OrderNumber : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_QtyDelivered : void(float64)
| | | |___[MET] set_QtyNow : void(float64)
| | | |___[MET] set_Storage : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Order : instance class
Uniconta.ClientTools.DataModel.CreditorOrderClient()
| | | |___[PTY] OrderNumber : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] QtyDelivered : instance float64()
| | | |___[PTY] QtyNow : instance float64()
| | | |___[PTY] Storage : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorPaymentFormatClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorPaymentFormat
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_BankAccount : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Format : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PaymentGrouping : string()
| | | |___[MET] get_PaymentMethod : valuetype
Uniconta.DataModel.ExportFormatType()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_BankAccount : void(string)
| | | |___[MET] set_Format : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PaymentGrouping : void(string)
| | | |___[MET] set_PaymentMethod : void(valuetype
Uniconta.DataModel.ExportFormatType)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] BankAccount : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Format : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PaymentGrouping : instance string()
| | | |___[PTY] PaymentMethod : instance valuetype
Uniconta.DataModel.ExportFormatType()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClientISODK
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClient
| | | |___[FLD] _Bank : public valuetype
Uniconta.ClientTools.DataModel.dkBank
| | | |___[FLD] _BatchBooking : public bool
| | | |___[FLD] _Code : public string
| | | |___[FLD] _TestMarked : public bool
| | | |___[MET] .ctor : void()
| | | |___[MET] __SetupType : valuetype
Uniconta.DataModel.ExportFormatType()
| | | |___[MET] get_Bank : valuetype
Uniconta.ClientTools.DataModel.dkBank()
| | | |___[MET] get_BatchBooking : bool()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_TestMarked : bool()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Bank : void(valuetype
Uniconta.ClientTools.DataModel.dkBank)
| | | |___[MET] set_BatchBooking : void(bool)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_TestMarked : void(bool)
| | | |___[PTY] Bank : instance valuetype
Uniconta.ClientTools.DataModel.dkBank()
| | | |___[PTY] BatchBooking : instance bool()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] TestMarked : instance bool()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClientISONL
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClient
| | | |___[FLD] _Bank : public valuetype
Uniconta.ClientTools.DataModel.nlBank
| | | |___[FLD] _BatchBooking : public bool
| | | |___[FLD] _Code : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] __SetupType : valuetype
Uniconta.DataModel.ExportFormatType()
| | | |___[MET] get_Bank : valuetype
Uniconta.ClientTools.DataModel.nlBank()
| | | |___[MET] get_BatchBooking : bool()
| | | |___[MET] get_Code : string()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Bank : void(valuetype
Uniconta.ClientTools.DataModel.nlBank)
| | | |___[MET] set_BatchBooking : void(bool)
| | | |___[MET] set_Code : void(string)
| | | |___[PTY] Bank : instance valuetype
Uniconta.ClientTools.DataModel.nlBank()
| | | |___[PTY] BatchBooking : instance bool()
| | | |___[PTY] Code : instance string()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClientISONO
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClient
| | | |___[FLD] _Bank : public valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[FLD] _BatchBooking : public bool
| | | |___[FLD] _Code : public string
| | | |___[FLD] _TestMarked : public bool
| | | |___[MET] .ctor : void()
| | | |___[MET] __SetupType : valuetype
Uniconta.DataModel.ExportFormatType()
| | | |___[MET] get_Bank : valuetype
Uniconta.ClientTools.DataModel.noBank()
| | | |___[MET] get_BatchBooking : bool()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_TestMarked : bool()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_Bank : void(valuetype
Uniconta.ClientTools.DataModel.noBank)
| | | |___[MET] set_BatchBooking : void(bool)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_TestMarked : void(bool)
| | | |___[PTY] Bank : instance valuetype
Uniconta.ClientTools.DataModel.noBank()
| | | |___[PTY] BatchBooking : instance bool()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] TestMarked : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorPaymentFormatClientNets
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.CreditorPaymentFormatClient
| | | |___[FLD] _AgreementId : public string
| | | |___[FLD] _ContractorAccount : public string
| | | |___[FLD] _ContractorNumber : public string
| | | |___[FLD] _CreditAccount : public string
| | | |___[FLD] _DataSender : public string
| | | |___[FLD] _Kid : public string
| | | |___[FLD] _ShipmentNumber : public int64
| | | |___[MET] .ctor : void()
| | | |___[MET] __SetupType : valuetype
Uniconta.DataModel.ExportFormatType()
| | | |___[MET] get_AvtaleId : string()
| | | |___[MET] get_DataAvsender : string()
| | | |___[MET] get_ForsendelsesNummer : int64()
| | | |___[MET] get_Kid : string()
| | | |___[MET] get_KreditKonto : string()
| | | |___[MET] get_OppdragsKonto : string()
| | | |___[MET] get_OppdragsNummer : string()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_AvtaleId : void(string)
| | | |___[MET] set_DataAvsender : void(string)
| | | |___[MET] set_ForsendelsesNummer : void(int64)
| | | |___[MET] set_Kid : void(string)
| | | |___[MET] set_KreditKonto : void(string)
| | | |___[MET] set_OppdragsKonto : void(string)
| | | |___[MET] set_OppdragsNummer : void(string)
| | | |___[PTY] AvtaleId : instance string()
| | | |___[PTY] DataAvsender : instance string()
| | | |___[PTY] ForsendelsesNummer : instance int64()
| | | |___[PTY] Kid : instance string()
| | | |___[PTY] KreditKonto : instance string()
| | | |___[PTY] OppdragsKonto : instance string()
| | | |___[PTY] OppdragsNummer : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorPriceListClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CreditorPriceList
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Active : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_FirstMatch : bool()
| | | |___[MET] get_InclVat : bool()
| | | |___[MET] get_LinkToPricelist : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_ValidFrom : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_ValidTo : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Active : void(bool)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_FirstMatch : void(bool)
| | | |___[MET] set_InclVat : void(bool)
| | | |___[MET] set_LinkToPricelist : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_ValidFrom : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_ValidTo : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Active : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] FirstMatch : instance bool()
| | | |___[PTY] InclVat : instance bool()
| | | |___[PTY] LinkToPricelist : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] ValidFrom : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] ValidTo : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorStandardReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.ICreditorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] CreditorReportVersion : public int32
| | | |___[FLD] PriceFormat : public string
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _creditor : private class
Uniconta.ClientTools.DataModel.CreditorClient
| | | |___[FLD] _invTransLines : private class
Uniconta.ClientTools.DataModel.InvTransInvoice[]
| | | |___[FLD] _invoiceClient : private class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient
| | | |___[FLD] _reportName : private string
| | | |___[FLD] _sumFieldLines : private class
Uniconta.ClientTools.DataModel.SummationFields[]
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.CreditorClient,class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient,class
Uniconta.ClientTools.DataModel.InvTransInvoice[],uint8[],string,int32)
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_CreditorInfo : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_InvoiceInfo : class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient()
| | | |___[MET] get_InvoiceSumFields : class
Uniconta.ClientTools.DataModel.SummationFields[]()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] CreditorInfo : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] InvoiceInfo : instance class
Uniconta.ClientTools.DataModel.CreditorInvoiceClient()
| | | |___[PTY] InvoiceSumFields : instance class
Uniconta.ClientTools.DataModel.SummationFields[]()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCTransClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | |___[MET] get_DeliveryAccountRef : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] DeliveryAccountRef : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CreditorTransOpenClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCTransOpenClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[STF] empty : private static class
Uniconta.DataModel.CreditorTrans
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | |___[MET] get_DeliveryAccountRef : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PaymentFormat : string()
| | | |___[MET] get_PaymentId : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] set_PaymentFormat : void(string)
| | | |___[MET] set_PaymentId : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] DeliveryAccountRef : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PaymentFormat : instance string()
| | | |___[PTY] PaymentId : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] SWIFT : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmCampaign
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CampaignType : string()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_Ended : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_StartDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Status : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CampaignType : void(string)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Ended : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_StartDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Status : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CampaignType : instance string()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] Ended : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] StartDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Status : instance string()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CampaignType : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_StartDate : string()
| | | |___[STM] get_Status : string()
| | | |___[PTY] CampaignType : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] StartDate : string()
| | | |___[PTY] Status : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmCampaignGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignMemberClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmCampaignMember
| | | |___[FLD] cont : public class Uniconta.DataModel.Contact
| | | |___[FLD] dc : public class Uniconta.DataModel.DCAccount
| | | |___[FLD] pros : public class Uniconta.DataModel.CrmProspect
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | |___[MET] get_City : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] City : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignMemberSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.ClientTools.DataModel.CrmCampaignMemberClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.ClientTools.DataModel.CrmCampaignMemberClient,class
Uniconta.ClientTools.DataModel.CrmCampaignMemberClient)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmCampaignSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmFollowUpClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmFollowUp
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Amount : float64()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Contact : class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Ended : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_FollowUp : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_FollowUpAction : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Probability : int32()
| | | |___[MET] get_Prospect : class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Amount : void(float64)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_DCAccount : void(string)
| | | |___[MET] set_DCType : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Ended : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_FollowUp : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_FollowUpAction : void(string)
| | | |___[MET] set_Group : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_Probability : void(int32)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Contact : instance class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Ended : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] FollowUp : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] FollowUpAction : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Probability : instance int32()
| | | |___[PTY] Prospect : instance class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmFollowUpClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_CreateDate : string()
| | | |___[STM] get_EndDate : string()
| | | |___[STM] get_FollowUpAction : string()
| | | |___[STM] get_FollowUpDate : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_Probability : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] CreateDate : string()
| | | |___[PTY] EndDate : string()
| | | |___[PTY] FollowUpAction : string()
| | | |___[PTY] FollowUpDate : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] Probability : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmFollowUpGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmFollowUpGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmFollowUpSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmInterestClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmInterest
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Name : string()
| | | |___[MET] set_Name : void(string)
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmProductClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmProduct
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Name : string()
| | | |___[MET] set_Name : void(string)
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.CrmProspectClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.CrmProspect
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] <Activities>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <Contacts>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_Activities : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | | get_Contacts : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DebtorGroup : class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Interests : string()
| | | |___[MET] get_InvoiceEmail : string()
| | | |___[MET] get_ItemNameGroup : string()
| | | |___[MET] get_LayoutGroup : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_Phone : string()
| | | | get_PriceGroup : valuetype
[mscorlib]System.Nullable`1<uint8>()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_Products : string()
| | | |___[MET] get_SeqNumber : int32()
| | | |___[MET] get_UserLanguage : string()
| | | |___[MET] get_VatZone : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_Activities : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Address3 : void(string)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_CompanyRegNo : void(string)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | | set_Contacts : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Interests : void(string)
| | | |___[MET] set_InvoiceEmail : void(string)
| | | |___[MET] set_ItemNameGroup : void(string)
| | | |___[MET] set_LayoutGroup : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_Phone : void(string)
| | | | set_PriceGroup : void(valuetype
[mscorlib]System.Nullable`1<uint8>)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_Products : void(string)
| | | |___[MET] set_UserLanguage : void(string)
| | | |___[MET] set_VatZone : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Activities : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Contacts : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DebtorGroup : instance class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Interests : instance string()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] ItemNameGroup : instance string()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] PriceGroup : instance valuetype
[mscorlib]System.Nullable`1<uint8>()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] Products : instance string()
| | | |___[PTY] SeqNumber : instance int32()
| | | |___[PTY] UserLanguage : instance string()
| | | |___[PTY] VatZone : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCAccountText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Address1 : string()
| | | |___[STM] get_Address2 : string()
| | | |___[STM] get_Address3 : string()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_BlockedInJournal : string()
| | | |___[STM] get_City : string()
| | | |___[STM] get_Closed : string()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_CompanyRegNo : string()
| | | |___[STM] get_ContactEmail : string()
| | | |___[STM] get_ContactPerson : string()
| | | |___[STM] get_Country : string()
| | | |___[STM] get_CreditMax : string()
| | | |___[STM] get_CrmGroup : string()
| | | |___[STM] get_CurBalance : string()
| | | |___[STM] get_CurBalanceCur : string()
| | | |___[STM] get_Currency : string()
| | | |___[STM] get_DebitorAccountIfBlank : string()
| | | |___[STM] get_EAN : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_Interests : string()
| | | |___[STM] get_InvoiceAccount : string()
| | | |___[STM] get_InvoiceCompanyId : string()
| | | |___[STM] get_InvoiceEmail : string()
| | | |___[STM] get_InvoiceInXML : string()
| | | |___[STM] get_InvoiceMessage : string()
| | | |___[STM] get_ItemNameGroup : string()
| | | |___[STM] get_LayoutGroup : string()
| | | |___[STM] get_LineTotal : string()
| | | |___[STM] get_NOSAccount : string()
| | | |___[STM] get_NextInvoice : string()
| | | |___[STM] get_Overdue : string()
| | | |___[STM] get_OverdueCur : string()
| | | |___[STM] get_PayType : string()
| | | |___[STM] get_PaymentId : string()
| | | |___[STM] get_Phone : string()
| | | |___[STM] get_PriceGroup : string()
| | | |___[STM] get_PricesInclVat : string()
| | | |___[STM] get_Products : string()
| | | |___[STM] get_PurchaseEmail : string()
| | | |___[STM] get_SeqNumber : string()
| | | |___[STM] get_State : string()
| | | |___[STM] get_UniqueId : string()
| | | |___[STM] get_VatOperation : string()
| | | |___[STM] get_VatZone : string()
| | | |___[STM] get_ZipCode : string()
| | | |___[PTY] Address1 : string()
| | | |___[PTY] Address2 : string()
| | | |___[PTY] Address3 : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] BlockedInJournal : string()
| | | |___[PTY] City : string()
| | | |___[PTY] Closed : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] CompanyRegNo : string()
| | | |___[PTY] ContactEmail : string()
| | | |___[PTY] ContactPerson : string()
| | | |___[PTY] Country : string()
| | | |___[PTY] CreditMax : string()
| | | |___[PTY] CrmGroup : string()
| | | |___[PTY] CurBalance : string()
| | | |___[PTY] CurBalanceCur : string()
| | | |___[PTY] Currency : string()
| | | |___[PTY] DebitorAccountIfBlank : string()
| | | |___[PTY] EAN : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] Interests : string()
| | | |___[PTY] InvoiceAccount : string()
| | | |___[PTY] InvoiceCompanyId : string()
| | | |___[PTY] InvoiceEmail : string()
| | | |___[PTY] InvoiceInXML : string()
| | | |___[PTY] InvoiceMessage : string()
| | | |___[PTY] ItemNameGroup : string()
| | | |___[PTY] LayoutGroup : string()
| | | |___[PTY] LineTotal : string()
| | | |___[PTY] NOSAccount : string()
| | | |___[PTY] NextInvoice : string()
| | | |___[PTY] Overdue : string()
| | | |___[PTY] OverdueCur : string()
| | | |___[PTY] PayType : string()
| | | |___[PTY] PaymentId : string()
| | | |___[PTY] Phone : string()
| | | |___[PTY] PriceGroup : string()
| | | |___[PTY] PricesInclVat : string()
| | | |___[PTY] Products : string()
| | | |___[PTY] PurchaseEmail : string()
| | | |___[PTY] SeqNumber : string()
| | | |___[PTY] State : string()
| | | |___[PTY] UniqueId : string()
| | | |___[PTY] VatOperation : string()
| | | |___[PTY] VatZone : string()
| | | |___[PTY] ZipCode : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCAgeCompare
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCAgeTotalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCAgeTotal
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Amount0 : float64()
| | | |___[MET] get_Amount1 : float64()
| | | |___[MET] get_Amount2 : float64()
| | | |___[MET] get_Amount3 : float64()
| | | |___[MET] get_Amount4 : float64()
| | | |___[MET] get_Amount5 : float64()
| | | |___[MET] get_Amount6 : float64()
| | | |___[MET] get_Amount7 : float64()
| | | |___[MET] get_Amount8 : float64()
| | | |___[MET] get_Amount9 : float64()
| | | |___[PTY] Amount0 : instance float64()
| | | |___[PTY] Amount1 : instance float64()
| | | |___[PTY] Amount2 : instance float64()
| | | |___[PTY] Amount3 : instance float64()
| | | |___[PTY] Amount4 : instance float64()
| | | |___[PTY] Amount5 : instance float64()
| | | |___[PTY] Amount6 : instance float64()
| | | |___[PTY] Amount7 : instance float64()
| | | |___[PTY] Amount8 : instance float64()
| | | |___[PTY] Amount9 : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCGroupPostingClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCGroupPosting
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CostAccount : string()
| | | |___[MET] get_CostAccount1 : string()
| | | |___[MET] get_CostAccount2 : string()
| | | |___[MET] get_CostAccount3 : string()
| | | |___[MET] get_CostAccount4 : string()
| | | |___[MET] get_CreditorGroup : class
Uniconta.ClientTools.DataModel.CreditorGroupClient()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_DebtorGroup : class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_InvGroup : string()
| | | |___[MET] get_InventoryGroup : class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[MET] get_RevenueAccount : string()
| | | |___[MET] get_RevenueAccount1 : string()
| | | |___[MET] get_RevenueAccount2 : string()
| | | |___[MET] get_RevenueAccount3 : string()
| | | |___[MET] get_RevenueAccount4 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostAccount : void(string)
| | | |___[MET] set_CostAccount1 : void(string)
| | | |___[MET] set_CostAccount2 : void(string)
| | | |___[MET] set_CostAccount3 : void(string)
| | | |___[MET] set_CostAccount4 : void(string)
| | | |___[MET] set_DCType : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_InvGroup : void(string)
| | | |___[MET] set_RevenueAccount : void(string)
| | | |___[MET] set_RevenueAccount1 : void(string)
| | | |___[MET] set_RevenueAccount2 : void(string)
| | | |___[MET] set_RevenueAccount3 : void(string)
| | | |___[MET] set_RevenueAccount4 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CostAccount : instance string()
| | | |___[PTY] CostAccount1 : instance string()
| | | |___[PTY] CostAccount2 : instance string()
| | | |___[PTY] CostAccount3 : instance string()
| | | |___[PTY] CostAccount4 : instance string()
| | | |___[PTY] CreditorGroup : instance class
Uniconta.ClientTools.DataModel.CreditorGroupClient()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] DebtorGroup : instance class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] InvGroup : instance string()
| | | |___[PTY] InventoryGroup : instance class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[PTY] RevenueAccount : instance string()
| | | |___[PTY] RevenueAccount1 : instance string()
| | | |___[PTY] RevenueAccount2 : instance string()
| | | |___[PTY] RevenueAccount3 : instance string()
| | | |___[PTY] RevenueAccount4 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCGroupText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AutoNumber : string()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_CreditorCost : string()
| | | |___[STM] get_EndDiscountAccount : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_InvGroup : string()
| | | |___[STM] get_IsDefault : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Purchase : string()
| | | |___[STM] get_PurchasePosting : string()
| | | |___[STM] get_ReceiptFollow : string()
| | | |___[STM] get_RevenueFollow : string()
| | | |___[STM] get_RevenuePosting : string()
| | | |___[STM] get_SettlementDiscountAccount : string()
| | | |___[STM] get_SummeryAccount : string()
| | | |___[STM] get_UseFirstIfBlank : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AutoNumber : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] CreditorCost : string()
| | | |___[PTY] EndDiscountAccount : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] InvGroup : string()
| | | |___[PTY] IsDefault : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Purchase : string()
| | | |___[PTY] PurchasePosting : string()
| | | |___[PTY] ReceiptFollow : string()
| | | |___[PTY] RevenueFollow : string()
| | | |___[PTY] RevenuePosting : string()
| | | |___[PTY] SettlementDiscountAccount : string()
| | | |___[PTY] SummeryAccount : string()
| | | |___[PTY] UseFirstIfBlank : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCInvoiceClient
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCInvoice
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _FIKCode : public string
| | | |___[FLD] _Volume : public float64
| | | |___[FLD] _Weight : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] ResetDimensionsTotals : void()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Cartons : float64()
| | | |___[MET] get_CashDiscount : float64()
| | | | get_CashDiscountDate : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[MET] get_ContactName : string()
| | | |___[MET] get_ContactRef : int32()
| | | |___[MET] get_CostRestated : bool()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Deleted : bool()
| | | |___[MET] get_DeliveryAddress1 : string()
| | | |___[MET] get_DeliveryAddress2 : string()
| | | |___[MET] get_DeliveryAddress3 : string()
| | | |___[MET] get_DeliveryCity : string()
| | | | get_DeliveryCountry : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | | get_DeliveryDate : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[MET] get_DeliveryName : string()
| | | |___[MET] get_DeliveryTerm : string()
| | | |___[MET] get_DeliveryTermText : string()
| | | |___[MET] get_DeliveryZipCode : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | | get_DueDate : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_EndDiscount : float64()
| | | |___[MET] get_EndDiscountPct : float64()
| | | |___[MET] get_FIKCode : string()
| | | |___[MET] get_Installation : string()
| | | |___[MET] get_InstallationRef : class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | | |___[MET] get_InvoiceNumber : int64()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_NetAmount : float64()
| | | |___[MET] get_OrderCreated : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_OrderNumber : int32()
| | | |___[MET] get_OurRef : string()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentRef : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[MET] get_PaymentText : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Remark : string()
| | | |___[MET] get_Requisition : string()
| | | |___[MET] get_SendTime : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Shipment : string()
| | | |___[MET] get_ShipmentRef : class
Uniconta.ClientTools.DataModel.ShipmentTypeClient()
| | | |___[MET] get_ShipmentText : string()
| | | |___[MET] get_TotalAmount : float64()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_Vat2 : string()
| | | |___[MET] get_Vat2Code : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_Vat3 : string()
| | | |___[MET] get_Vat3Code : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_VatAmount : float64()
| | | |___[MET] get_VatCode : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_VatPct : float64()
| | | |___[MET] get_VatPct2 : float64()
| | | |___[MET] get_VatPct3 : float64()
| | | |___[MET] get_VatTotal : float64()
| | | |___[MET] get_VatTotal2 : float64()
| | | |___[MET] get_VatTotal3 : float64()
| | | |___[MET] get_Volume : float64()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_Weight : float64()
| | | |___[MET] get_Withholding : float64()
| | | |___[MET] get_YourRef : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_DeliveryTerm : void(string)
| | | |___[MET] set_SendTime : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Cartons : instance float64()
| | | |___[PTY] CashDiscount : instance float64()
| | | |___[PTY] CashDiscountDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] ContactName : instance string()
| | | |___[PTY] ContactRef : instance int32()
| | | |___[PTY] CostRestated : instance bool()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Deleted : instance bool()
| | | |___[PTY] DeliveryAddress1 : instance string()
| | | |___[PTY] DeliveryAddress2 : instance string()
| | | |___[PTY] DeliveryAddress3 : instance string()
| | | |___[PTY] DeliveryCity : instance string()
| | | |___[PTY] DeliveryCountry : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] DeliveryDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] DeliveryName : instance string()
| | | |___[PTY] DeliveryTerm : instance string()
| | | |___[PTY] DeliveryTermText : instance string()
| | | |___[PTY] DeliveryZipCode : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DueDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] EndDiscount : instance float64()
| | | |___[PTY] EndDiscountPct : instance float64()
| | | |___[PTY] FIKCode : instance string()
| | | |___[PTY] Installation : instance string()
| | | |___[PTY] InstallationRef : instance class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | | |___[PTY] InvoiceNumber : instance int64()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] NetAmount : instance float64()
| | | |___[PTY] OrderCreated : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] OrderNumber : instance int32()
| | | |___[PTY] OurRef : instance string()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentRef : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[PTY] PaymentText : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Remark : instance string()
| | | |___[PTY] Requisition : instance string()
| | | |___[PTY] SendTime : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Shipment : instance string()
| | | |___[PTY] ShipmentRef : instance class
Uniconta.ClientTools.DataModel.ShipmentTypeClient()
| | | |___[PTY] ShipmentText : instance string()
| | | |___[PTY] TotalAmount : instance float64()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] Vat2 : instance string()
| | | |___[PTY] Vat2Code : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] Vat3 : instance string()
| | | |___[PTY] Vat3Code : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] VatAmount : instance float64()
| | | |___[PTY] VatCode : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] VatPct : instance float64()
| | | |___[PTY] VatPct2 : instance float64()
| | | |___[PTY] VatPct3 : instance float64()
| | | |___[PTY] VatTotal : instance float64()
| | | |___[PTY] VatTotal2 : instance float64()
| | | |___[PTY] VatTotal3 : instance float64()
| | | |___[PTY] Volume : instance float64()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] Weight : instance float64()
| | | |___[PTY] Withholding : instance float64()
| | | |___[PTY] YourRef : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCInvoiceSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCInvoiceText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_DB : string()
| | | |___[STM] get_DG : string()
| | | |___[STM] get_Deleted : string()
| | | |___[STM] get_EndDiscount : string()
| | | |___[STM] get_FIKCode : string()
| | | |___[STM] get_Imported : string()
| | | |___[STM] get_InvoiceNumber : string()
| | | |___[STM] get_Margin : string()
| | | |___[STM] get_MarginRatio : string()
| | | |___[STM] get_NetAmount : string()
| | | |___[STM] get_OrderCreated : string()
| | | |___[STM] get_SendTime : string()
| | | |___[STM] get_StockUpdate : string()
| | | |___[STM] get_Vat2 : string()
| | | |___[STM] get_Vat3 : string()
| | | |___[STM] get_VatAmount : string()
| | | |___[STM] get_VatPct : string()
| | | |___[STM] get_VatPct2 : string()
| | | |___[STM] get_VatPct3 : string()
| | | |___[STM] get_VatTotal : string()
| | | |___[STM] get_VatTotal2 : string()
| | | |___[STM] get_VatTotal3 : string()
| | | |___[STM] get_Voucher : string()
| | | |___[PTY] DB : string()
| | | |___[PTY] DG : string()
| | | |___[PTY] Deleted : string()
| | | |___[PTY] EndDiscount : string()
| | | |___[PTY] FIKCode : string()
| | | |___[PTY] Imported : string()
| | | |___[PTY] InvoiceNumber : string()
| | | |___[PTY] Margin : string()
| | | |___[PTY] MarginRatio : string()
| | | |___[PTY] NetAmount : string()
| | | |___[PTY] OrderCreated : string()
| | | |___[PTY] SendTime : string()
| | | |___[PTY] StockUpdate : string()
| | | |___[PTY] Vat2 : string()
| | | |___[PTY] Vat3 : string()
| | | |___[PTY] VatAmount : string()
| | | |___[PTY] VatPct : string()
| | | |___[PTY] VatPct2 : string()
| | | |___[PTY] VatPct3 : string()
| | | |___[PTY] VatTotal : string()
| | | |___[PTY] VatTotal2 : string()
| | | |___[PTY] VatTotal3 : string()
| | | |___[PTY] Voucher : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCOrderGroupText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_GroupName : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[PTY] GroupName : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCOrderLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <SerieBatches>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _CostValue : public float64
| | | |___[FLD] _ExchangeRate : public float64
| | | |___[FLD] _SalesValue : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] SetItemValues : void(class
Uniconta.DataModel.InvItem,valuetype Uniconta.DataModel.StorageRegister)
| | | |___[MET] _costpriceCur : float64()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_Currency : string()
| | | | get_Date : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_DoInvoice : bool()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_IgnoreBlocked : bool()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_Note : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_Price : float64()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SerieBatch : string()
| | | | get_SerieBatches : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | |___[MET] get_Subtotal : bool()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Total : float64()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant1Name : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Variant2Name : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] get_WarehouseName : string()
| | | |___[MET] get_Week : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] setPriceOnMargin : void(float64)
| | | |___[MET] setPriceOnRatio : void(float64)
| | | |___[MET] set_CostPrice : void(float64)
| | | | set_Date : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_DoInvoice : void(bool)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_IgnoreBlocked : void(bool)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_Note : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Price : void(float64)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_SerieBatch : void(string)
| | | | set_SerieBatches : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>)
| | | |___[MET] set_Subtotal : void(bool)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_Total : void(float64)
| | | |___[MET] set_Unit : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[MET] set_Week : void(int32)
| | | |___[MET] updateTotals : void()
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] Date : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] DoInvoice : instance bool()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] IgnoreBlocked : instance bool()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] Note : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] Price : instance float64()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SerieBatch : instance string()
| | | |___[PTY] SerieBatches : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | |___[PTY] Subtotal : instance bool()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Total : instance float64()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant1Name : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Variant2Name : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] Warehouse : instance string()
| | | |___[PTY] WarehouseName : instance string()
| | | |___[PTY] Week : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCOrderLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCOrderSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCOrderText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountName : string()
| | | |___[STM] get_Approved : string()
| | | |___[STM] get_Approver : string()
| | | |___[STM] get_Cartons : string()
| | | |___[STM] get_ConfirmPrinted : string()
| | | |___[STM] get_Consumed : string()
| | | |___[STM] get_Contact : string()
| | | |___[STM] get_CostAccount : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_Counted : string()
| | | |___[STM] get_Created : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_Deduct : string()
| | | |___[STM] get_DeleteLines : string()
| | | |___[STM] get_DeleteOrder : string()
| | | |___[STM] get_DeliverNow : string()
| | | |___[STM] get_DeliveryAccount : string()
| | | |___[STM] get_DeliveryAddress1 : string()
| | | |___[STM] get_DeliveryAddress2 : string()
| | | |___[STM] get_DeliveryAddress3 : string()
| | | |___[STM] get_DeliveryCity : string()
| | | |___[STM] get_DeliveryCountry : string()
| | | |___[STM] get_DeliveryDate : string()
| | | |___[STM] get_DeliveryName : string()
| | | |___[STM] get_DeliveryTerm : string()
| | | |___[STM] get_DeliveryZipCode : string()
| | | |___[STM] get_Difference : string()
| | | |___[STM] get_DiscountPct : string()
| | | |___[STM] get_DoInvoice : string()
| | | |___[STM] get_EndDiscountPct : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_IgnoreBlocked : string()
| | | |___[STM] get_InvoiceAmount : string()
| | | |___[STM] get_InvoiceDate : string()
| | | |___[STM] get_InvoiceNumber : string()
| | | |___[STM] get_ItemIssueAccount : string()
| | | |___[STM] get_ItemNumber : string()
| | | |___[STM] get_LastInvoice : string()
| | | |___[STM] get_LineTotal : string()
| | | |___[STM] get_Lines : string()
| | | |___[STM] get_Location : string()
| | | |___[STM] get_NextInvoice : string()
| | | |___[STM] get_Note : string()
| | | |___[STM] get_OfferNumber : string()
| | | |___[STM] get_OrderNumber : string()
| | | |___[STM] get_OurRef : string()
| | | |___[STM] get_PackNotePrinted : string()
| | | |___[STM] get_Price : string()
| | | |___[STM] get_ProdItem : string()
| | | |___[STM] get_ProdQty : string()
| | | |___[STM] get_ProductionNumber : string()
| | | |___[STM] get_PurchaseNumber : string()
| | | |___[STM] get_PurchaseOrder : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_QtyDelivered : string()
| | | |___[STM] get_QtyReceived : string()
| | | |___[STM] get_ReceiveNow : string()
| | | |___[STM] get_Remark : string()
| | | |___[STM] get_Requisition : string()
| | | |___[STM] get_RequisitionPrinted : string()
| | | |___[STM] get_RevenueAccount : string()
| | | |___[STM] get_SalesOrder : string()
| | | |___[STM] get_SalesValue : string()
| | | |___[STM] get_Settlement : string()
| | | |___[STM] get_Shipment : string()
| | | |___[STM] get_Storage : string()
| | | |___[STM] get_SubscriptionEnded : string()
| | | |___[STM] get_Subtotal : string()
| | | |___[STM] get_ToOrder : string()
| | | |___[STM] get_Total : string()
| | | |___[STM] get_UpdatedAt : string()
| | | |___[STM] get_Vat : string()
| | | |___[STM] get_Warehouse : string()
| | | |___[STM] get_Week : string()
| | | |___[STM] get_YourRef : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountName : string()
| | | |___[PTY] Approved : string()
| | | |___[PTY] Approver : string()
| | | |___[PTY] Cartons : string()
| | | |___[PTY] ConfirmPrinted : string()
| | | |___[PTY] Consumed : string()
| | | |___[PTY] Contact : string()
| | | |___[PTY] CostAccount : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] Counted : string()
| | | |___[PTY] Created : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] Deduct : string()
| | | |___[PTY] DeleteLines : string()
| | | |___[PTY] DeleteOrder : string()
| | | |___[PTY] DeliverNow : string()
| | | |___[PTY] DeliveryAccount : string()
| | | |___[PTY] DeliveryAddress1 : string()
| | | |___[PTY] DeliveryAddress2 : string()
| | | |___[PTY] DeliveryAddress3 : string()
| | | |___[PTY] DeliveryCity : string()
| | | |___[PTY] DeliveryCountry : string()
| | | |___[PTY] DeliveryDate : string()
| | | |___[PTY] DeliveryName : string()
| | | |___[PTY] DeliveryTerm : string()
| | | |___[PTY] DeliveryZipCode : string()
| | | |___[PTY] Difference : string()
| | | |___[PTY] DiscountPct : string()
| | | |___[PTY] DoInvoice : string()
| | | |___[PTY] EndDiscountPct : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] IgnoreBlocked : string()
| | | |___[PTY] InvoiceAmount : string()
| | | |___[PTY] InvoiceDate : string()
| | | |___[PTY] InvoiceNumber : string()
| | | |___[PTY] ItemIssueAccount : string()
| | | |___[PTY] ItemNumber : string()
| | | |___[PTY] LastInvoice : string()
| | | |___[PTY] LineTotal : string()
| | | |___[PTY] Lines : string()
| | | |___[PTY] Location : string()
| | | |___[PTY] NextInvoice : string()
| | | |___[PTY] Note : string()
| | | |___[PTY] OfferNumber : string()
| | | |___[PTY] OrderNumber : string()
| | | |___[PTY] OurRef : string()
| | | |___[PTY] PackNotePrinted : string()
| | | |___[PTY] Price : string()
| | | |___[PTY] ProdItem : string()
| | | |___[PTY] ProdQty : string()
| | | |___[PTY] ProductionNumber : string()
| | | |___[PTY] PurchaseNumber : string()
| | | |___[PTY] PurchaseOrder : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] QtyDelivered : string()
| | | |___[PTY] QtyReceived : string()
| | | |___[PTY] ReceiveNow : string()
| | | |___[PTY] Remark : string()
| | | |___[PTY] Requisition : string()
| | | |___[PTY] RequisitionPrinted : string()
| | | |___[PTY] RevenueAccount : string()
| | | |___[PTY] SalesOrder : string()
| | | |___[PTY] SalesValue : string()
| | | |___[PTY] Settlement : string()
| | | |___[PTY] Shipment : string()
| | | |___[PTY] Storage : string()
| | | |___[PTY] SubscriptionEnded : string()
| | | |___[PTY] Subtotal : string()
| | | |___[PTY] ToOrder : string()
| | | |___[PTY] Total : string()
| | | |___[PTY] UpdatedAt : string()
| | | |___[PTY] Vat : string()
| | | |___[PTY] Warehouse : string()
| | | |___[PTY] Week : string()
| | | |___[PTY] YourRef : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCTransClient
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCTrans
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _isSettled : private bool
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Amount : float64()
| | | | get_AmountCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_CalculatedFields : object()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_CreditCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | | get_Currency : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_DebitCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_ExchangeRegulated : float64()
| | | |___[MET] get_HasVoucher : bool()
| | | |___[MET] get_Invoice : int64()
| | | |___[MET] get_IsSettled : bool()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_Open : bool()
| | | |___[MET] get_PostType : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Remaining : float64()
| | | |___[MET] get_SettleAmount : float64()
| | | |___[MET] get_SettlementType : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherReference : int32()
| | | |___[MET] get_VoucherX : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_IsSettled : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CreditCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Currency : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] DebitCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] ExchangeRegulated : instance float64()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] Invoice : instance int64()
| | | |___[PTY] IsSettled : instance bool()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] Open : instance bool()
| | | |___[PTY] PostType : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Remaining : instance float64()
| | | |___[PTY] SettleAmount : instance float64()
| | | |___[PTY] SettlementType : instance string()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherReference : instance int32()
| | | |___[PTY] VoucherX : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCTransOpenClient
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DCTransOpen
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _FeeAmount : public float64
| | | |___[FLD] isSettled : private bool
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Amount : float64()
| | | | get_AmountCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_AmountOpen : float64()
| | | | get_AmountOpenCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CashDiscount : float64()
| | | |___[MET] get_CashDiscountDate : valuetype
[mscorlib]System.DateTime()
| | | |___[MET] get_CollectionsLetters : int32()
| | | |___[MET] get_Comment : string()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_CreditCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | | get_Currency : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_DebitCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_DueDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_FeeAmount : float64()
| | | |___[MET] get_HasVoucher : bool()
| | | |___[MET] get_Invoice : int64()
| | | |___[MET] get_IsSettled : bool()
| | | | get_JournalPostedId : valuetype
[mscorlib]System.Nullable`1<int32>()
| | | |___[MET] get_LastCollectionLetter : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_LastInterest : valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[MET] get_Message : string()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_OnHold : bool()
| | | |___[MET] get_Open : bool()
| | | |___[MET] get_Paid : bool()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PaymentGroup : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[MET] get_PaymentRefId : int32()
| | | |___[MET] get_PostType : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_SendToCollection : bool()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherX : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CashDiscount : void(float64)
| | | |___[MET] set_CashDiscountDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_DueDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_FeeAmount : void(float64)
| | | |___[MET] set_IsSettled : void(bool)
| | | |___[MET] set_Message : void(string)
| | | |___[MET] set_OnHold : void(bool)
| | | |___[MET] set_Paid : void(bool)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_PaymentDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_SendToCollection : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] AmountOpen : instance float64()
| | | |___[PTY] AmountOpenCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CashDiscount : instance float64()
| | | |___[PTY] CashDiscountDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] CollectionsLetters : instance int32()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CreditCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Currency : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] DebitCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] DueDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] FeeAmount : instance float64()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] Invoice : instance int64()
| | | |___[PTY] IsSettled : instance bool()
| | | |___[PTY] JournalPostedId : instance valuetype
[mscorlib]System.Nullable`1<int32>()
| | | |___[PTY] LastCollectionLetter : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] LastInterest : instance valuetype
Uniconta.ClientTools.Util.EmptyDateTime()
| | | |___[PTY] Message : instance string()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] OnHold : instance bool()
| | | |___[PTY] Open : instance bool()
| | | |___[PTY] Paid : instance bool()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] PaymentGroup : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[PTY] PaymentRefId : instance int32()
| | | |___[PTY] PostType : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] SendToCollection : instance bool()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherX : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCTransOpenSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCTransSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DCTransText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_CashDiscount : string()
| | | |___[STM] get_CashDiscountDate : string()
| | | |___[STM] get_CollectionsLetters : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_DueDate : string()
| | | |___[STM] get_ExchangeRegulated : string()
| | | |___[STM] get_FeeAmount : string()
| | | |___[STM] get_InvoiceAmount : string()
| | | |___[STM] get_LastCollectionLetter : string()
| | | |___[STM] get_LastInterest : string()
| | | |___[STM] get_Message : string()
| | | |___[STM] get_OnHold : string()
| | | |___[STM] get_Paid : string()
| | | |___[STM] get_PaymentAmount : string()
| | | |___[STM] get_PaymentCode : string()
| | | |___[STM] get_PaymentDate : string()
| | | |___[STM] get_PaymentRefId : string()
| | | |___[STM] get_Remaining : string()
| | | |___[STM] get_RemainingCur : string()
| | | |___[STM] get_SendToCollection : string()
| | | |___[STM] get_SettleAmount : string()
| | | |___[STM] get_SettlementType : string()
| | | |___[STM] get_VatAmount : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] CashDiscount : string()
| | | |___[PTY] CashDiscountDate : string()
| | | |___[PTY] CollectionsLetters : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] DueDate : string()
| | | |___[PTY] ExchangeRegulated : string()
| | | |___[PTY] FeeAmount : string()
| | | |___[PTY] InvoiceAmount : string()
| | | |___[PTY] LastCollectionLetter : string()
| | | |___[PTY] LastInterest : string()
| | | |___[PTY] Message : string()
| | | |___[PTY] OnHold : string()
| | | |___[PTY] Paid : string()
| | | |___[PTY] PaymentAmount : string()
| | | |___[PTY] PaymentCode : string()
| | | |___[PTY] PaymentDate : string()
| | | |___[PTY] PaymentRefId : string()
| | | |___[PTY] Remaining : string()
| | | |___[PTY] RemainingCur : string()
| | | |___[PTY] SendToCollection : string()
| | | |___[PTY] SettleAmount : string()
| | | |___[PTY] SettlementType : string()
| | | |___[PTY] VatAmount : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DashboardClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorAgeTotalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCAgeTotalClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] deb : public class Uniconta.DataModel.Debtor
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Debtor
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[FLD] <Activities>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <Contacts>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>
| | | |___[FLD] <InventoryTransInvoice>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>
| | | |___[FLD] <InventoryTransaction>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>
| | | |___[FLD] <ItemNames>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>
| | | |___[FLD] <ItemPrices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] <Offers>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferClient>
| | | |___[FLD] <OpenTransactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransOpenClient>
| | | |___[FLD] <Orders>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderClient>
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _FIKCode : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | | get_Activities : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | | get_Contacts : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CreditMax : float64()
| | | |___[MET] get_CrmGroup : string()
| | | |___[MET] get_CurBalance : float64()
| | | |___[MET] get_CurBalanceCur : float64()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DebtorGroup : class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[MET] get_DeliveryAddress1 : string()
| | | |___[MET] get_DeliveryAddress2 : string()
| | | |___[MET] get_DeliveryAddress3 : string()
| | | |___[MET] get_DeliveryCity : string()
| | | | get_DeliveryCountry : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[MET] get_DeliveryName : string()
| | | |___[MET] get_DeliveryTerm : string()
| | | |___[MET] get_DeliveryZipCode : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_EndDiscountPct : float64()
| | | |___[MET] get_FIKCode : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Interests : string()
| | | | get_InventoryTransInvoice : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>()
| | | | get_InventoryTransaction : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[MET] get_InvoiceAccount : string()
| | | |___[MET] get_InvoiceAccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_InvoiceEmail : string()
| | | |___[MET] get_InvoiceInXML : bool()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[MET] get_ItemNameGroup : string()
| | | | get_ItemNames : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | | get_ItemPrices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | |___[MET] get_Layout : class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[MET] get_LayoutGroup : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | | get_Offers : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferClient>()
| | | | get_OpenTransactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransOpenClient>()
| | | | get_Orders : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderClient>()
| | | |___[MET] get_Overdue : float64()
| | | |___[MET] get_OverdueCur : float64()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentGroup : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_PostingAccount : string()
| | | | get_PriceGroup : valuetype
[mscorlib]System.Nullable`1<uint8>()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PricesInclVat : bool()
| | | |___[MET] get_Products : string()
| | | |___[MET] get_Shipment : string()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransClient>()
| | | |___[MET] get_UserLanguage : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_VatZone : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | | set_Activities : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Address3 : void(string)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_CompanyRegNo : void(string)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | | set_Contacts : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_CreditMax : void(float64)
| | | |___[MET] set_CrmGroup : void(string)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DeliveryAddress1 : void(string)
| | | |___[MET] set_DeliveryAddress2 : void(string)
| | | |___[MET] set_DeliveryAddress3 : void(string)
| | | |___[MET] set_DeliveryCity : void(string)
| | | | set_DeliveryCountry : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | |___[MET] set_DeliveryName : void(string)
| | | |___[MET] set_DeliveryTerm : void(string)
| | | |___[MET] set_DeliveryZipCode : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_EndDiscountPct : void(float64)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Interests : void(string)
| | | | set_InventoryTransInvoice : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>)
| | | | set_InventoryTransaction : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>)
| | | |___[MET] set_InvoiceAccount : void(string)
| | | |___[MET] set_InvoiceEmail : void(string)
| | | |___[MET] set_InvoiceInXML : void(bool)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>)
| | | |___[MET] set_ItemNameGroup : void(string)
| | | | set_ItemNames : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>)
| | | | set_ItemPrices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | | set_Offers : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferClient>)
| | | | set_OpenTransactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransOpenClient>)
| | | | set_Orders : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderClient>)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_Phone : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | | set_PriceGroup : void(valuetype
[mscorlib]System.Nullable`1<uint8>)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PricesInclVat : void(bool)
| | | |___[MET] set_Products : void(string)
| | | |___[MET] set_Shipment : void(string)
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransClient>)
| | | |___[MET] set_UserLanguage : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_VatZone : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Activities : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CrmFollowUpClient>()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Contacts : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CreditMax : instance float64()
| | | |___[PTY] CrmGroup : instance string()
| | | |___[PTY] CurBalance : instance float64()
| | | |___[PTY] CurBalanceCur : instance float64()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DebtorGroup : instance class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[PTY] DeliveryAddress1 : instance string()
| | | |___[PTY] DeliveryAddress2 : instance string()
| | | |___[PTY] DeliveryAddress3 : instance string()
| | | |___[PTY] DeliveryCity : instance string()
| | | |___[PTY] DeliveryCountry : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] DeliveryName : instance string()
| | | |___[PTY] DeliveryTerm : instance string()
| | | |___[PTY] DeliveryZipCode : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] EndDiscountPct : instance float64()
| | | |___[PTY] FIKCode : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Interests : instance string()
| | | |___[PTY] InventoryTransInvoice : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransInvoice>()
| | | |___[PTY] InventoryTransaction : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[PTY] InvoiceAccount : instance string()
| | | |___[PTY] InvoiceAccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] InvoiceInXML : instance bool()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[PTY] ItemNameGroup : instance string()
| | | |___[PTY] ItemNames : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | |___[PTY] ItemPrices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | |___[PTY] Layout : instance class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] Offers : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferClient>()
| | | |___[PTY] OpenTransactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransOpenClient>()
| | | |___[PTY] Orders : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderClient>()
| | | |___[PTY] Overdue : instance float64()
| | | |___[PTY] OverdueCur : instance float64()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentGroup : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] PriceGroup : instance valuetype
[mscorlib]System.Nullable`1<uint8>()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PricesInclVat : instance bool()
| | | |___[PTY] Products : instance string()
| | | |___[PTY] Shipment : instance string()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorTransClient>()
| | | |___[PTY] UserLanguage : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] VatZone : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorCollectionReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _debtor : private class
Uniconta.ClientTools.DataModel.DebtorClient
| | | |___[FLD] _defaultDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _isInterest : private bool
| | | |___[FLD] _reportName : private string
| | | |___[FLD] _text : private string
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,valuetype
[mscorlib]System.DateTime,uint8[],bool,string,class
Uniconta.ClientTools.DataModel.DebtorMessagesClient)
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DefaultDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_IsInterest : bool()
| | | |___[MET] get_Message : string()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DefaultDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] IsInterest : instance bool()
| | | |___[PTY] Message : instance string()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorEmailSetupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorEmailSetup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AddSenderToCC : bool()
| | | |___[MET] get_AllowDifferentSender : bool()
| | | |___[MET] get_Bcc : string()
| | | |___[MET] get_Body : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Default : bool()
| | | |___[MET] get_EmailSendFrom : string()
| | | |___[MET] get_EmailSubject : string()
| | | |___[MET] get_EmailType : string()
| | | |___[MET] get_Host : string()
| | | |___[MET] get_Html : bool()
| | | |___[MET] get_Language : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NameInEmail : string()
| | | |___[MET] get_Port : int32()
| | | |___[MET] get_ReplyTo : string()
| | | |___[MET] get_SmtpPassword : string()
| | | |___[MET] get_SmtpUser : string()
| | | |___[MET] get_Unicode : bool()
| | | |___[MET] get_UseSSL : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AddSenderToCC : void(bool)
| | | |___[MET] set_AllowDifferentSender : void(bool)
| | | |___[MET] set_Bcc : void(string)
| | | |___[MET] set_Body : void(string)
| | | |___[MET] set_Default : void(bool)
| | | |___[MET] set_EmailSendFrom : void(string)
| | | |___[MET] set_EmailSubject : void(string)
| | | |___[MET] set_EmailType : void(string)
| | | |___[MET] set_Host : void(string)
| | | |___[MET] set_Html : void(bool)
| | | |___[MET] set_Language : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NameInEmail : void(string)
| | | |___[MET] set_Port : void(int32)
| | | |___[MET] set_ReplyTo : void(string)
| | | |___[MET] set_SmtpPassword : void(string)
| | | |___[MET] set_SmtpUser : void(string)
| | | |___[MET] set_Unicode : void(bool)
| | | |___[MET] set_UseSSL : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AddSenderToCC : instance bool()
| | | |___[PTY] AllowDifferentSender : instance bool()
| | | |___[PTY] Bcc : instance string()
| | | |___[PTY] Body : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Default : instance bool()
| | | |___[PTY] EmailSendFrom : instance string()
| | | |___[PTY] EmailSubject : instance string()
| | | |___[PTY] EmailType : instance string()
| | | |___[PTY] Host : instance string()
| | | |___[PTY] Html : instance bool()
| | | |___[PTY] Language : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NameInEmail : instance string()
| | | |___[PTY] Port : instance int32()
| | | |___[PTY] ReplyTo : instance string()
| | | |___[PTY] SmtpPassword : instance string()
| | | |___[PTY] SmtpUser : instance string()
| | | |___[PTY] Unicode : instance bool()
| | | |___[PTY] UseSSL : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorEmailSetupClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AddSenderToCC : string()
| | | |___[STM] get_AllowDifferentSender : string()
| | | |___[STM] get_Bcc : string()
| | | |___[STM] get_Body : string()
| | | |___[STM] get_EmailSendFrom : string()
| | | |___[STM] get_EmailSubject : string()
| | | |___[STM] get_EmailType : string()
| | | |___[STM] get_Host : string()
| | | |___[STM] get_Html : string()
| | | |___[STM] get_IsDefault : string()
| | | |___[STM] get_Language : string()
| | | |___[STM] get_MessageType : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NameInEmail : string()
| | | |___[STM] get_Port : string()
| | | |___[STM] get_ReplyTo : string()
| | | |___[STM] get_SmtpPassword : string()
| | | |___[STM] get_SmtpUser : string()
| | | |___[STM] get_UseSSL : string()
| | | |___[PTY] AddSenderToCC : string()
| | | |___[PTY] AllowDifferentSender : string()
| | | |___[PTY] Bcc : string()
| | | |___[PTY] Body : string()
| | | |___[PTY] EmailSendFrom : string()
| | | |___[PTY] EmailSubject : string()
| | | |___[PTY] EmailType : string()
| | | |___[PTY] Host : string()
| | | |___[PTY] Html : string()
| | | |___[PTY] IsDefault : string()
| | | |___[PTY] Language : string()
| | | |___[PTY] MessageType : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NameInEmail : string()
| | | |___[PTY] Port : string()
| | | |___[PTY] ReplyTo : string()
| | | |___[PTY] SmtpPassword : string()
| | | |___[PTY] SmtpUser : string()
| | | |___[PTY] UseSSL : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] <GroupAccounting>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AutoNumber : string()
| | | |___[MET] get_EndDiscountAccount : string()
| | | |___[MET] get_Group : string()
| | | | get_GroupAccounting : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_RevenueAccount : string()
| | | |___[MET] get_RevenueAccount1 : string()
| | | |___[MET] get_RevenueAccount2 : string()
| | | |___[MET] get_RevenueAccount3 : string()
| | | |___[MET] get_RevenueAccount4 : string()
| | | |___[MET] get_RevenueFollowDC : string()
| | | |___[MET] get_SalesVat : string()
| | | |___[MET] get_SalesVat1 : string()
| | | |___[MET] get_SalesVat2 : string()
| | | |___[MET] get_SalesVat3 : string()
| | | |___[MET] get_SalesVat4 : string()
| | | |___[MET] get_SalesVatOpr : string()
| | | |___[MET] get_SalesVatOpr1 : string()
| | | |___[MET] get_SalesVatOpr2 : string()
| | | |___[MET] get_SalesVatOpr3 : string()
| | | |___[MET] get_SalesVatOpr4 : string()
| | | |___[MET] get_SettlementDiscountAccount : string()
| | | |___[MET] get_SummeryAccount : string()
| | | |___[MET] get_UseFirstIfBlank : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AutoNumber : void(string)
| | | |___[MET] set_EndDiscountAccount : void(string)
| | | |___[MET] set_Group : void(string)
| | | | set_GroupAccounting : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_RevenueAccount : void(string)
| | | |___[MET] set_RevenueAccount1 : void(string)
| | | |___[MET] set_RevenueAccount2 : void(string)
| | | |___[MET] set_RevenueAccount3 : void(string)
| | | |___[MET] set_RevenueAccount4 : void(string)
| | | |___[MET] set_RevenueFollowDC : void(string)
| | | |___[MET] set_SalesVat : void(string)
| | | |___[MET] set_SalesVat1 : void(string)
| | | |___[MET] set_SalesVat2 : void(string)
| | | |___[MET] set_SalesVat3 : void(string)
| | | |___[MET] set_SalesVat4 : void(string)
| | | |___[MET] set_SalesVatOpr : void(string)
| | | |___[MET] set_SalesVatOpr1 : void(string)
| | | |___[MET] set_SalesVatOpr2 : void(string)
| | | |___[MET] set_SalesVatOpr3 : void(string)
| | | |___[MET] set_SalesVatOpr4 : void(string)
| | | |___[MET] set_SettlementDiscountAccount : void(string)
| | | |___[MET] set_SummeryAccount : void(string)
| | | |___[MET] set_UseFirstIfBlank : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AutoNumber : instance string()
| | | |___[PTY] EndDiscountAccount : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupAccounting : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] RevenueAccount : instance string()
| | | |___[PTY] RevenueAccount1 : instance string()
| | | |___[PTY] RevenueAccount2 : instance string()
| | | |___[PTY] RevenueAccount3 : instance string()
| | | |___[PTY] RevenueAccount4 : instance string()
| | | |___[PTY] RevenueFollowDC : instance string()
| | | |___[PTY] SalesVat : instance string()
| | | |___[PTY] SalesVat1 : instance string()
| | | |___[PTY] SalesVat2 : instance string()
| | | |___[PTY] SalesVat3 : instance string()
| | | |___[PTY] SalesVat4 : instance string()
| | | |___[PTY] SalesVatOpr : instance string()
| | | |___[PTY] SalesVatOpr1 : instance string()
| | | |___[PTY] SalesVatOpr2 : instance string()
| | | |___[PTY] SalesVatOpr3 : instance string()
| | | |___[PTY] SalesVatOpr4 : instance string()
| | | |___[PTY] SettlementDiscountAccount : instance string()
| | | |___[PTY] SummeryAccount : instance string()
| | | |___[PTY] UseFirstIfBlank : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorInvoiceClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCInvoiceClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceLines>
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | |___[MET] get_DeliveryDebtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceLines>()
| | | |___[MET] get_Layout : class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[MET] get_LayoutGroup : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PricesInclVat : bool()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] get_StockUpdate : bool()
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceLines>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] DeliveryDebtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceLines>()
| | | |___[PTY] Layout : instance class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PricesInclVat : instance bool()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] SalesValue : instance float64()
| | | |___[PTY] StockUpdate : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorInvoiceLines
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvTransInvoice
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorInvoiceReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] IsCreditNote : public bool
| | | |___[FLD] PriceFormat : public string
| | | |___[FLD] ShowTotal : public bool
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _debtor : private class
Uniconta.ClientTools.DataModel.DebtorClient
| | | |___[FLD] _invTransLines : private class
Uniconta.ClientTools.DataModel.InvTransInvoice[]
| | | |___[FLD] _invoiceClient : private class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient
| | | |___[FLD] _reportName : private string
| | | |___[FLD] _sumFieldLines : private class
Uniconta.ClientTools.DataModel.SummationFields[]
| | | |___[FLD] _text : private string
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient,class
Uniconta.ClientTools.DataModel.InvTransInvoice[],uint8[],string,bool,bool,class
Uniconta.ClientTools.DataModel.DebtorMessagesClient)
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_InvoiceInfo : class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient()
| | | |___[MET] get_InvoiceSumFields : class
Uniconta.ClientTools.DataModel.SummationFields[]()
| | | |___[MET] get_Message : string()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvoiceInfo : instance class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient()
| | | |___[PTY] InvoiceSumFields : instance class
Uniconta.ClientTools.DataModel.SummationFields[]()
| | | |___[PTY] Message : instance string()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorLayoutGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CollectionCurRep : string()
| | | |___[MET] get_CollectionEmail : string()
| | | |___[MET] get_CollectionRep : string()
| | | |___[MET] get_Creditnote : string()
| | | |___[MET] get_CreditnoteEmail : string()
| | | |___[MET] get_CreditnoteRep : string()
| | | |___[MET] get_FIK : string()
| | | |___[MET] get_IBAN : string()
| | | |___[MET] get_InterestNoteCurRep : string()
| | | |___[MET] get_InterestNoteEmail : string()
| | | |___[MET] get_InterestNoteRep : string()
| | | |___[MET] get_Invoice : string()
| | | |___[MET] get_InvoiceEmail : string()
| | | |___[MET] get_InvoiceRep : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NationalBank : string()
| | | |___[MET] get_Offer : string()
| | | |___[MET] get_OfferEmail : string()
| | | |___[MET] get_OfferRep : string()
| | | |___[MET] get_OrderConfirmation : string()
| | | |___[MET] get_OrderConfirmationEmail : string()
| | | |___[MET] get_OrderConfirmationRep : string()
| | | |___[MET] get_Packnote : string()
| | | |___[MET] get_PacknoteEmail : string()
| | | |___[MET] get_PacknoteRep : string()
| | | |___[MET] get_SWIFT : string()
| | | |___[MET] get_StatementCurEmail : string()
| | | |___[MET] get_StatementCurRep : string()
| | | |___[MET] get_StatementEmail : string()
| | | |___[MET] get_StatementRep : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CollectionCurRep : void(string)
| | | |___[MET] set_CollectionEmail : void(string)
| | | |___[MET] set_CollectionRep : void(string)
| | | |___[MET] set_Creditnote : void(string)
| | | |___[MET] set_CreditnoteEmail : void(string)
| | | |___[MET] set_CreditnoteRep : void(string)
| | | |___[MET] set_FIK : void(string)
| | | |___[MET] set_IBAN : void(string)
| | | |___[MET] set_InterestNoteCurRep : void(string)
| | | |___[MET] set_InterestNoteEmail : void(string)
| | | |___[MET] set_InterestNoteRep : void(string)
| | | |___[MET] set_Invoice : void(string)
| | | |___[MET] set_InvoiceEmail : void(string)
| | | |___[MET] set_InvoiceRep : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NationalBank : void(string)
| | | |___[MET] set_Offer : void(string)
| | | |___[MET] set_OfferEmail : void(string)
| | | |___[MET] set_OfferRep : void(string)
| | | |___[MET] set_OrderConfirmation : void(string)
| | | |___[MET] set_OrderConfirmationEmail : void(string)
| | | |___[MET] set_OrderConfirmationRep : void(string)
| | | |___[MET] set_Packnote : void(string)
| | | |___[MET] set_PacknoteEmail : void(string)
| | | |___[MET] set_PacknoteRep : void(string)
| | | |___[MET] set_SWIFT : void(string)
| | | |___[MET] set_StatementCurEmail : void(string)
| | | |___[MET] set_StatementCurRep : void(string)
| | | |___[MET] set_StatementEmail : void(string)
| | | |___[MET] set_StatementRep : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CollectionCurRep : instance string()
| | | |___[PTY] CollectionEmail : instance string()
| | | |___[PTY] CollectionRep : instance string()
| | | |___[PTY] Creditnote : instance string()
| | | |___[PTY] CreditnoteEmail : instance string()
| | | |___[PTY] CreditnoteRep : instance string()
| | | |___[PTY] FIK : instance string()
| | | |___[PTY] IBAN : instance string()
| | | |___[PTY] InterestNoteCurRep : instance string()
| | | |___[PTY] InterestNoteEmail : instance string()
| | | |___[PTY] InterestNoteRep : instance string()
| | | |___[PTY] Invoice : instance string()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] InvoiceRep : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NationalBank : instance string()
| | | |___[PTY] Offer : instance string()
| | | |___[PTY] OfferEmail : instance string()
| | | |___[PTY] OfferRep : instance string()
| | | |___[PTY] OrderConfirmation : instance string()
| | | |___[PTY] OrderConfirmationEmail : instance string()
| | | |___[PTY] OrderConfirmationRep : instance string()
| | | |___[PTY] Packnote : instance string()
| | | |___[PTY] PacknoteEmail : instance string()
| | | |___[PTY] PacknoteRep : instance string()
| | | |___[PTY] SWIFT : instance string()
| | | |___[PTY] StatementCurEmail : instance string()
| | | |___[PTY] StatementCurRep : instance string()
| | | |___[PTY] StatementEmail : instance string()
| | | |___[PTY] StatementRep : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorMessagesClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorMessage
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Default : bool()
| | | |___[MET] get_Language : string()
| | | |___[MET] get_MessageType : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Default : void(bool)
| | | |___[MET] set_Language : void(string)
| | | |___[MET] set_MessageType : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Default : instance bool()
| | | |___[PTY] Language : instance string()
| | | |___[PTY] MessageType : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOfferClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorOffer
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 06 // ....T..LabelKey. ...
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>
| | | |___[FLD] <OfferLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferLineClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CreditMax : float64()
| | | |___[MET] get_CurBalance : float64()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_InvoiceAccount : string()
| | | |___[MET] get_InvoiceAccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_InvoiceEmail : string()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[MET] get_KeyName : string()
| | | |___[MET] get_Layout : class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[MET] get_LayoutGroup : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | | get_OfferLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferLineClient>()
| | | |___[MET] get_OfferNumber : int32()
| | | |___[MET] get_Overdue : float64()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PricesInclVat : bool()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_InvoiceAccount : void(string)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | | set_OfferLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferLineClient>)
| | | |___[MET] set_OfferNumber : void(int32)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PricesInclVat : void(bool)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CreditMax : instance float64()
| | | |___[PTY] CurBalance : instance float64()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] InvoiceAccount : instance string()
| | | |___[PTY] InvoiceAccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[PTY] KeyName : instance string()
| | | |___[PTY] Layout : instance class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OfferLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOfferLineClient>()
| | | |___[PTY] OfferNumber : instance int32()
| | | |___[PTY] Overdue : instance float64()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PricesInclVat : instance bool()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] SalesValue : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOfferLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] GetMaster : class [mscorlib]System.Type()
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Offer : class
Uniconta.ClientTools.DataModel.DebtorOfferClient()
| | | |___[MET] get_OfferNumber : int32()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] set_Margin : void(float64)
| | | |___[MET] set_MarginRatio : void(float64)
| | | |___[MET] set_OfferNumber : void(int32)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Offer : instance class
Uniconta.ClientTools.DataModel.DebtorOfferClient()
| | | |___[PTY] OfferNumber : instance int32()
| | | |___[PTY] SalesValue : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOfferReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _debtor : private class
Uniconta.ClientTools.DataModel.DebtorClient
| | | |___[FLD] _defaultDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _dueDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _reportName : private string
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,class
Uniconta.ClientTools.DataModel.DebtorOfferClient[],uint8[],string,valuetype
[mscorlib]System.DateTime,uint8[])
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DefaultDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DueDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DefaultDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] DueDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOrderClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorOrder
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderLineClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_ConfirmPrinted : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_CreditMax : float64()
| | | |___[MET] get_CurBalance : float64()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_InvoiceAccount : string()
| | | |___[MET] get_InvoiceAccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_InvoiceEmail : string()
| | | |___[MET] get_InvoiceInterval : string()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[MET] get_KeyName : string()
| | | |___[MET] get_Layout : class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[MET] get_LayoutGroup : string()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderLineClient>()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NextInvoice : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_OrderNumber : int32()
| | | |___[MET] get_Overdue : float64()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PricesInclVat : bool()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_RelatedOrder : string()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] get_SubscriptionEnded : valuetype
[mscorlib]System.DateTime()
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_InvoiceAccount : void(string)
| | | |___[MET] set_InvoiceInterval : void(string)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>)
| | | |___[MET] set_LayoutGroup : void(string)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderLineClient>)
| | | |___[MET] set_NextInvoice : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_OrderNumber : void(int32)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PricesInclVat : void(bool)
| | | |___[MET] set_RelatedOrder : void(string)
| | | |___[MET] set_SubscriptionEnded : void(valuetype
[mscorlib]System.DateTime)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] ConfirmPrinted : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] CreditMax : instance float64()
| | | |___[PTY] CurBalance : instance float64()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] InvoiceAccount : instance string()
| | | |___[PTY] InvoiceAccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] InvoiceInterval : instance string()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient>()
| | | |___[PTY] KeyName : instance string()
| | | |___[PTY] Layout : instance class
Uniconta.ClientTools.DataModel.DebtorLayoutGroupClient()
| | | |___[PTY] LayoutGroup : instance string()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DebtorOrderLineClient>()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NextInvoice : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] OrderNumber : instance int32()
| | | |___[PTY] Overdue : instance float64()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PricesInclVat : instance bool()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] RelatedOrder : instance string()
| | | |___[PTY] SalesValue : instance float64()
| | | |___[PTY] SubscriptionEnded : instance valuetype
[mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOrderGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorOrderGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOrderLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] GetMaster : class [mscorlib]System.Type()
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Order : class
Uniconta.ClientTools.DataModel.DebtorOrderClient()
| | | |___[MET] get_OrderNumber : string()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_QtyDelivered : float64()
| | | |___[MET] get_QtyNow : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] get_Storage : string()
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Margin : void(float64)
| | | |___[MET] set_MarginRatio : void(float64)
| | | |___[MET] set_OrderNumber : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_QtyDelivered : void(float64)
| | | |___[MET] set_QtyNow : void(float64)
| | | |___[MET] set_Storage : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Order : instance class
Uniconta.ClientTools.DataModel.DebtorOrderClient()
| | | |___[PTY] OrderNumber : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] QtyDelivered : instance float64()
| | | |___[PTY] QtyNow : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] SalesValue : instance float64()
| | | |___[PTY] Storage : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorOrderReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] ReportVersion : public int32
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _debtor : private class
Uniconta.ClientTools.DataModel.DebtorClient
| | | |___[FLD] _defaultDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _dueDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _reportName : private string
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,class
Uniconta.ClientTools.DataModel.DebtorOrderClient[],uint8[],string,int32,valuetype
[mscorlib]System.DateTime)
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DefaultDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DueDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DefaultDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] DueDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorPriceListClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DebtorPriceList
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Active : bool()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_FirstMatch : bool()
| | | |___[MET] get_InclVat : bool()
| | | |___[MET] get_LinkToPricelist : string()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_RoundMargin : bool()
| | | |___[MET] get_ValidFrom : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_ValidTo : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Active : void(bool)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_FirstMatch : void(bool)
| | | |___[MET] set_InclVat : void(bool)
| | | |___[MET] set_LinkToPricelist : void(string)
| | | |___[MET] set_MarginRatio : void(float64)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_RoundMargin : void(bool)
| | | |___[MET] set_ValidFrom : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_ValidTo : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Active : instance bool()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] FirstMatch : instance bool()
| | | |___[PTY] InclVat : instance bool()
| | | |___[PTY] LinkToPricelist : instance string()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] RoundMargin : instance bool()
| | | |___[PTY] ValidFrom : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] ValidTo : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorProjectFilter
| | | | .class public auto ansi beforefieldinit
| | | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | | |___[FLD] DebtorAccount : private initonly string
| | | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,string)
| | | |___[MET] IsValid : bool(object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorQCPReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.DebtorInvoiceReportClient
| | | |___[FLD] QCPReportVersion : public int32
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,class
Uniconta.ClientTools.DataModel.DebtorInvoiceClient,class
Uniconta.ClientTools.DataModel.InvTransInvoice[],uint8[],string,int32,bool,class
Uniconta.ClientTools.DataModel.DebtorMessagesClient)
| | | |___[MET] ToString : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorStatementReportClient
| | | | .class public auto ansi beforefieldinit
| | | | implements
Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[FLD] _company : private class
Uniconta.ClientTools.DataModel.CompanyClient
| | | |___[FLD] _companyLogo : private uint8[]
| | | |___[FLD] _debtor : private class
Uniconta.ClientTools.DataModel.DebtorClient
| | | |___[FLD] _fromDate : private valuetype [mscorlib]System.DateTime
| | | |___[FLD] _reportName : private string
| | | |___[FLD] _text : private string
| | | |___[FLD] _toDate : private valuetype [mscorlib]System.DateTime
| | | |___[MET] .ctor : void(class
Uniconta.ClientTools.DataModel.CompanyClient,class
Uniconta.ClientTools.DataModel.DebtorClient,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime,string,uint8[],class
Uniconta.ClientTools.DataModel.DebtorMessagesClient)
| | | |___[MET] ToString : string()
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_FromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Message : string()
| | | |___[MET] get_ReportName : string()
| | | |___[MET] get_ToDate : valuetype [mscorlib]System.DateTime()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] FromDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Message : instance string()
| | | |___[PTY] ReportName : instance string()
| | | |___[PTY] ToDate : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCTransClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | |___[MET] get_DeliveryAccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] DeliveryAccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorTransClientTotal
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DebtorTransClient
| | | |___[FLD] _SumAmount : public float64
| | | |___[FLD] _SumAmountCur : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] get_DueDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_SumAmount : float64()
| | | |___[MET] get_SumAmountCur : float64()
| | | |___[PTY] DueDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] SumAmount : instance float64()
| | | |___[PTY] SumAmountCur : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DebtorTransOpenClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCTransOpenClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[STF] empty : private static class
Uniconta.DataModel.DebtorTrans
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DeliveryAccount : string()
| | | |___[MET] get_DeliveryAccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DeliveryAccount : instance string()
| | | |___[PTY] DeliveryAccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DefaultValuesFiller
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] Parm : public object
| | | |___[FLD] api : public initonly class Uniconta.API.System.CrudAPI
| | | |___[MET] .ctor : void(class Uniconta.API.System.CrudAPI)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DeliveryTermClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.DeliveryTerm
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[ENU] Uniconta.ClientTools.DataModel.DimActive
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] Active : public static literal valuetype
Uniconta.ClientTools.DataModel.DimActive
| | | |___[STF] Mandatory : public static literal valuetype
Uniconta.ClientTools.DataModel.DimActive
| | | |___[STF] NotActive : public static literal valuetype
Uniconta.ClientTools.DataModel.DimActive
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.DistributorClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.PartnerClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __PType : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EUInvStat
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EUInvStatCmp
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.EmpPayrollCategory
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_ATP : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_ExternCode : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvoiceText : string()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_PayrollType : string()
| | | |___[MET] get_Rate : float64()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] get_Unit : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_ATP : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_ExternCode : void(string)
| | | |___[MET] set_InvoiceText : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_PayrollType : void(string)
| | | |___[MET] set_Rate : void(float64)
| | | |___[MET] set_SalesPrice : void(float64)
| | | |___[MET] set_Unit : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] ATP : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] ExternCode : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvoiceText : instance string()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] PayrollType : instance string()
| | | |___[PTY] Rate : instance float64()
| | | |___[PTY] SalesPrice : instance float64()
| | | |___[PTY] Unit : instance string()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.EmpPayrollCategoryEmployee
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_PayrollCategory : string()
| | | |___[MET] get_PayrollCategoryName : string()
| | | |___[MET] get_Rate : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_RefPayrollCategory : class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostPrice : void(float64)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_PayrollCategory : void(string)
| | | |___[MET] set_Rate : void(float64)
| | | |___[MET] set_SalesPrice : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] PayrollCategory : instance string()
| | | |___[PTY] PayrollCategoryName : instance string()
| | | |___[PTY] Rate : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] RefPayrollCategory : instance class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[PTY] SalesPrice : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmpPayrollCategoryText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_ATP : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_ExternCode : string()
| | | |___[STM] get_InvoiceText : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_PayrollType : string()
| | | |___[STM] get_Rate : string()
| | | |___[STM] get_SalesPrice : string()
| | | |___[PTY] ATP : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] ExternCode : string()
| | | |___[PTY] InvoiceText : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] PayrollType : string()
| | | |___[PTY] Rate : string()
| | | |___[PTY] SalesPrice : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Employee
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[FLD] <Commissions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmployeeCommissionClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] <Rates>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | | get_Commissions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmployeeCommissionClient>()
| | | |___[MET] get_Confirmation : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Email : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Hired : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Invoice : bool()
| | | |___[MET] get_Mobil : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_Offer : bool()
| | | |___[MET] get_PayId : string()
| | | |___[MET] get_PersonalId : string()
| | | | get_Rates : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>()
| | | |___[MET] get_Terminated : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Title : string()
| | | |___[MET] get_UserLoginId : string()
| | | |___[MET] get_UserName : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_City : void(string)
| | | | set_Commissions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmployeeCommissionClient>)
| | | |___[MET] set_Confirmation : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Email : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Hired : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Invoice : void(bool)
| | | |___[MET] set_Mobil : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_Offer : void(bool)
| | | |___[MET] set_PayId : void(string)
| | | |___[MET] set_PersonalId : void(string)
| | | | set_Rates : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>)
| | | |___[MET] set_Terminated : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Title : void(string)
| | | |___[MET] set_UserLoginId : void(string)
| | | |___[MET] set_UserName : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] Commissions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmployeeCommissionClient>()
| | | |___[PTY] Confirmation : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Email : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Hired : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Invoice : instance bool()
| | | |___[PTY] Mobil : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] Offer : instance bool()
| | | |___[PTY] PayId : instance string()
| | | |___[PTY] PersonalId : instance string()
| | | |___[PTY] Rates : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>()
| | | |___[PTY] Terminated : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Title : instance string()
| | | |___[PTY] UserLoginId : instance string()
| | | |___[PTY] UserName : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeCommissionClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.EmployeeCommission
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountRef : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DebGroup : string()
| | | |___[MET] get_DebGroupRef : class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[MET] get_Disabled : bool()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_FixedPrice : float64()
| | | |___[MET] get_FromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_IsRevenue : string()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemGroup : string()
| | | |___[MET] get_ItemGroupName : string()
| | | |___[MET] get_ItemGroupRef : class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_ItemRef : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_KeepLooking : bool()
| | | |___[MET] get_PerLine : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Rate : float64()
| | | |___[MET] get_ToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_DebGroup : void(string)
| | | |___[MET] set_Disabled : void(bool)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_FixedPrice : void(float64)
| | | |___[MET] set_FromDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_IsRevenue : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_ItemGroup : void(string)
| | | |___[MET] set_KeepLooking : void(bool)
| | | |___[MET] set_PerLine : void(string)
| | | |___[MET] set_Rate : void(float64)
| | | |___[MET] set_ToDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountRef : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DebGroup : instance string()
| | | |___[PTY] DebGroupRef : instance class
Uniconta.ClientTools.DataModel.DebtorGroupClient()
| | | |___[PTY] Disabled : instance bool()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] FixedPrice : instance float64()
| | | |___[PTY] FromDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] IsRevenue : instance string()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemGroup : instance string()
| | | |___[PTY] ItemGroupName : instance string()
| | | |___[PTY] ItemGroupRef : instance class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] ItemRef : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] KeepLooking : instance bool()
| | | |___[PTY] PerLine : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Rate : instance float64()
| | | |___[PTY] ToDate : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeCommissionClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.DataModel.EmployeeCommission>
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[STM] Cmp : int32(string,string)
| | | |___[MET] Compare : int32(object,object)
| | | |___[MET] Compare : int32(class
Uniconta.DataModel.EmployeeCommission,class Uniconta.DataModel.EmployeeCommission)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeCommissionClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountName : string()
| | | |___[STM] get_Base : string()
| | | |___[STM] get_Commission : string()
| | | |___[STM] get_DebGroup : string()
| | | |___[STM] get_Disabled : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_FixedPrice : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_ItemGroup : string()
| | | |___[STM] get_KeepLooking : string()
| | | |___[STM] get_PerLine : string()
| | | |___[STM] get_Rate : string()
| | | |___[STM] get_ToDate : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountName : string()
| | | |___[PTY] Base : string()
| | | |___[PTY] Commission : string()
| | | |___[PTY] DebGroup : string()
| | | |___[PTY] Disabled : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] FixedPrice : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] ItemGroup : string()
| | | |___[PTY] KeepLooking : string()
| | | |___[PTY] PerLine : string()
| | | |___[PTY] Rate : string()
| | | |___[PTY] ToDate : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeDebSales
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.EmployeeGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeInvSales
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.EmployeeDebSales
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeJournalLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.EmployeeJournalLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 13 // ....T..LabelKey. ...
| | | |___[FLD] <CostCategoryId>k__BackingField : private int32
| | | |___[FLD] <ProjectId>k__BackingField : private int32
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CostCategory : string()
| | | |___[MET] get_CostCategoryId : int32()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_FromTime : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectId : int32()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_ToTime : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostCategory : void(string)
| | | |___[MET] set_CostCategoryId : void(int32)
| | | |___[MET] set_CostPrice : void(float64)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_FromTime : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_ProjectId : void(int32)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_SalesPrice : void(float64)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_ToTime : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CostCategory : instance string()
| | | |___[PTY] CostCategoryId : instance int32()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] FromTime : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectId : instance int32()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SalesPrice : instance float64()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] ToTime : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeJournalLineClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostCategory : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_DiscountPct : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_FromTime : string()
| | | |___[STM] get_Project : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_SalesPrice : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_ToTime : string()
| | | |___[PTY] CostCategory : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] DiscountPct : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] FromTime : string()
| | | |___[PTY] Project : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] SalesPrice : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] ToTime : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.EmployeeText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Address1 : string()
| | | |___[STM] get_Address2 : string()
| | | |___[STM] get_City : string()
| | | |___[STM] get_Email : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_Hired : string()
| | | |___[STM] get_Mobil : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_PayId : string()
| | | |___[STM] get_PersonalId : string()
| | | |___[STM] get_Terminated : string()
| | | |___[STM] get_UserName : string()
| | | |___[STM] get_ZipCode : string()
| | | |___[PTY] Address1 : string()
| | | |___[PTY] Address2 : string()
| | | |___[PTY] City : string()
| | | |___[PTY] Email : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] Hired : string()
| | | |___[PTY] Mobil : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] PayId : string()
| | | |___[PTY] PersonalId : string()
| | | |___[PTY] Terminated : string()
| | | |___[PTY] UserName : string()
| | | |___[PTY] ZipCode : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ExchangeExchangeRateCompanySort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ExchangeRateClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ExchangeRate
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 13 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CCY1 : string()
| | | |___[MET] get_CCY2 : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Rate : float32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CCY1 : void(string)
| | | |___[MET] set_CCY2 : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Rate : void(float32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CCY1 : instance string()
| | | |___[PTY] CCY2 : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Rate : instance float32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ExchangeRateCompanyClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ExchangeRateCompany
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CCY1 : string()
| | | |___[MET] get_CCY2 : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Rate : float32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CCY1 : void(string)
| | | |___[MET] set_CCY2 : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Rate : void(float32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CCY1 : instance string()
| | | |___[PTY] CCY2 : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Rate : instance float32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ExchangeRateText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CCY1 : string()
| | | |___[STM] get_CCY2 : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_Rate : string()
| | | |___[PTY] CCY1 : string()
| | | |___[PTY] CCY2 : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] Rate : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ExchangeSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.FAMGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.FAMGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AcquisitionAccount : string()
| | | |___[MET] get_DepreciationAccount : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_LossAccount : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_SalesAccount : string()
| | | |___[MET] get_ScrapAccount : string()
| | | |___[MET] get_WriteDownAccount : string()
| | | |___[MET] get_WriteUpAccount : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AcquisitionAccount : void(string)
| | | |___[MET] set_DepreciationAccount : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_LossAccount : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_SalesAccount : void(string)
| | | |___[MET] set_ScrapAccount : void(string)
| | | |___[MET] set_WriteDownAccount : void(string)
| | | |___[MET] set_WriteUpAccount : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AcquisitionAccount : instance string()
| | | |___[PTY] DepreciationAccount : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] LossAccount : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] SalesAccount : instance string()
| | | |___[PTY] ScrapAccount : instance string()
| | | |___[PTY] WriteDownAccount : instance string()
| | | |___[PTY] WriteUpAccount : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.FAMGroupText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AcquisitionAccount : string()
| | | |___[STM] get_DepreciationAccount : string()
| | | |___[STM] get_LossAccount : string()
| | | |___[STM] get_SalesAccount : string()
| | | |___[STM] get_ScrapAccount : string()
| | | |___[STM] get_WriteDownAccount : string()
| | | |___[STM] get_WriteUpAccount : string()
| | | |___[PTY] AcquisitionAccount : string()
| | | |___[PTY] DepreciationAccount : string()
| | | |___[PTY] LossAccount : string()
| | | |___[PTY] SalesAccount : string()
| | | |___[PTY] ScrapAccount : string()
| | | |___[PTY] WriteDownAccount : string()
| | | |___[PTY] WriteUpAccount : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.FAMTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.FAMTrans
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Asset : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Asset : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Asset : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.FamClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.FAM
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 03 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Asset : string()
| | | |___[MET] get_Category : string()
| | | |___[MET] get_Description : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_InsuranceNo : string()
| | | |___[MET] get_Insurer : string()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_Manufacturer : string()
| | | |___[MET] get_Model : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Parent : string()
| | | |___[MET] get_SerialNo : string()
| | | |___[MET] get_SoldTo : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Asset : void(string)
| | | |___[MET] set_Category : void(string)
| | | |___[MET] set_Description : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_InsuranceNo : void(string)
| | | |___[MET] set_Insurer : void(string)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_Manufacturer : void(string)
| | | |___[MET] set_Model : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Parent : void(string)
| | | |___[MET] set_SerialNo : void(string)
| | | |___[MET] set_SoldTo : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Asset : instance string()
| | | |___[PTY] Category : instance string()
| | | |___[PTY] Description : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] InsuranceNo : instance string()
| | | |___[PTY] Insurer : instance string()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] Manufacturer : instance string()
| | | |___[PTY] Model : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Parent : instance string()
| | | |___[PTY] SerialNo : instance string()
| | | |___[PTY] SoldTo : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.FamText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Asset : string()
| | | |___[STM] get_Category : string()
| | | |___[STM] get_InsuranceNo : string()
| | | |___[STM] get_Insurer : string()
| | | |___[STM] get_Manufacturer : string()
| | | |___[STM] get_Model : string()
| | | |___[STM] get_Parent : string()
| | | |___[STM] get_SerialNo : string()
| | | |___[STM] get_SoldTo : string()
| | | |___[PTY] Asset : string()
| | | |___[PTY] Category : string()
| | | |___[PTY] InsuranceNo : string()
| | | |___[PTY] Insurer : string()
| | | |___[PTY] Manufacturer : string()
| | | |___[PTY] Model : string()
| | | |___[PTY] Parent : string()
| | | |___[PTY] SerialNo : string()
| | | |___[PTY] SoldTo : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLAccountClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLAccount
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <Allocations>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitAccountClient>
| | | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | | |___[FLD] <BudgetLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] <TransactionTotals>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTransSum>
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] GetDimParm : valuetype
Uniconta.ClientTools.DataModel.DimActive(int32)
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] SetDimParm : void(int32,valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountType : string()
| | | | get_Allocations : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitAccountClient>()
| | | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[MET] get_Balance : float64()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_BlockedInJournal : bool()
| | | | get_BudgetLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CalculationExpression : string()
| | | |___[MET] get_CategoryParm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | | get_CurBalanceCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DebetCredit : string()
| | | |___[MET] get_DefaultOffsetAccount : string()
| | | |___[MET] get_DefaultOffsetAccountType : string()
| | | |___[MET] get_Dim1Parm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[MET] get_Dim1ParmDisplay : string()
| | | |___[MET] get_Dim2Parm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[MET] get_Dim2ParmDisplay : string()
| | | |___[MET] get_Dim3Parm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[MET] get_Dim3ParmDisplay : string()
| | | |___[MET] get_Dim4Parm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[MET] get_Dim4ParmDisplay : string()
| | | |___[MET] get_Dim5Parm : valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[MET] get_Dim5ParmDisplay : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_ExternalName : string()
| | | |___[MET] get_ExternalNo : string()
| | | |___[MET] get_LegalIdent : string()
| | | |___[MET] get_Lookup : string()
| | | |___[MET] get_MandatoryCategory : bool()
| | | |___[MET] get_MandatoryTax : string()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_PageBreak : bool()
| | | |___[MET] get_Percentage : bool()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrevYear : float64()
| | | |___[MET] get_PrevYearCredit : float64()
| | | |___[MET] get_PrevYearDebit : float64()
| | | |___[MET] get_PrimoAccount : string()
| | | |___[MET] get_Reconciled : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_SaveTotal : int32()
| | | |___[MET] get_StandardAccount : string()
| | | |___[MET] get_StandardAccountRef : class
Uniconta.ClientTools.DataModel.GLStandardCharOfAccountClient()
| | | |___[MET] get_Sum : string()
| | | |___[MET] get_SystemAccount : string()
| | | |___[MET] get_ThisYear : float64()
| | | |___[MET] get_ThisYearCredit : float64()
| | | |___[MET] get_ThisYearDebit : float64()
| | | | get_TransactionTotals : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTransSum>()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_Withholding : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | | set_Allocations : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitAccountClient>)
| | | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_BlockedInJournal : void(bool)
| | | | set_BudgetLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>)
| | | |___[MET] set_CalculationExpression : void(string)
| | | |___[MET] set_CategoryParm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DebetCredit : void(string)
| | | |___[MET] set_DefaultOffsetAccount : void(string)
| | | |___[MET] set_DefaultOffsetAccountType : void(string)
| | | |___[MET] set_Dim1Parm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Dim1ParmDisplay : void(string)
| | | |___[MET] set_Dim2Parm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Dim2ParmDisplay : void(string)
| | | |___[MET] set_Dim3Parm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Dim3ParmDisplay : void(string)
| | | |___[MET] set_Dim4Parm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Dim4ParmDisplay : void(string)
| | | |___[MET] set_Dim5Parm : void(valuetype
Uniconta.ClientTools.DataModel.DimActive)
| | | |___[MET] set_Dim5ParmDisplay : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_ExternalName : void(string)
| | | |___[MET] set_ExternalNo : void(string)
| | | |___[MET] set_LegalIdent : void(string)
| | | |___[MET] set_Lookup : void(string)
| | | |___[MET] set_MandatoryCategory : void(bool)
| | | |___[MET] set_MandatoryTax : void(string)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_PageBreak : void(bool)
| | | |___[MET] set_Percentage : void(bool)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PrimoAccount : void(string)
| | | |___[MET] set_Reconciled : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_SaveTotal : void(int32)
| | | |___[MET] set_StandardAccount : void(string)
| | | |___[MET] set_Sum : void(string)
| | | |___[MET] set_SystemAccount : void(string)
| | | | set_TransactionTotals : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTransSum>)
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_Withholding : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Allocations : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitAccountClient>()
| | | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | | |___[PTY] Balance : instance float64()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] BlockedInJournal : instance bool()
| | | |___[PTY] BudgetLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CalculationExpression : instance string()
| | | |___[PTY] CategoryParm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] CurBalanceCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DebetCredit : instance string()
| | | |___[PTY] DefaultOffsetAccount : instance string()
| | | |___[PTY] DefaultOffsetAccountType : instance string()
| | | |___[PTY] Dim1Parm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] Dim1ParmDisplay : instance string()
| | | |___[PTY] Dim2Parm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] Dim2ParmDisplay : instance string()
| | | |___[PTY] Dim3Parm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] Dim3ParmDisplay : instance string()
| | | |___[PTY] Dim4Parm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] Dim4ParmDisplay : instance string()
| | | |___[PTY] Dim5Parm : instance valuetype
Uniconta.ClientTools.DataModel.DimActive()
| | | |___[PTY] Dim5ParmDisplay : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] ExternalName : instance string()
| | | |___[PTY] ExternalNo : instance string()
| | | |___[PTY] LegalIdent : instance string()
| | | |___[PTY] Lookup : instance string()
| | | |___[PTY] MandatoryCategory : instance bool()
| | | |___[PTY] MandatoryTax : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] PageBreak : instance bool()
| | | |___[PTY] Percentage : instance bool()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrevYear : instance float64()
| | | |___[PTY] PrevYearCredit : instance float64()
| | | |___[PTY] PrevYearDebit : instance float64()
| | | |___[PTY] PrimoAccount : instance string()
| | | |___[PTY] Reconciled : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] SaveTotal : instance int32()
| | | |___[PTY] StandardAccount : instance string()
| | | |___[PTY] StandardAccountRef : instance class
Uniconta.ClientTools.DataModel.GLStandardCharOfAccountClient()
| | | |___[PTY] Sum : instance string()
| | | |___[PTY] SystemAccount : instance string()
| | | |___[PTY] ThisYear : instance float64()
| | | |___[PTY] ThisYearCredit : instance float64()
| | | |___[PTY] ThisYearDebit : instance float64()
| | | |___[PTY] TransactionTotals : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLTransSum>()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] Withholding : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLAccountClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLAccountClosingSheetClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.GLAccountClient
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLClosingSheetLineClient>
| | | |___[FLD] ReconciledDate : public valuetype
[mscorlib]System.DateTime
| | | |___[FLD] _Change : public int64
| | | |___[FLD] _LastPeriod : public int64
| | | |___[FLD] _NewBalance : public int64
| | | |___[FLD] _OrgBalance : public int64
| | | |___[FLD] _TmpChange : public int64
| | | |___[FLD] oldReconciledDate : public valuetype
[mscorlib]System.DateTime
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Change : float64()
| | | |___[MET] get_IsEmpty : bool()
| | | |___[MET] get_IsReconciled : bool()
| | | |___[MET] get_LastPeriod : float64()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLClosingSheetLineClient>()
| | | |___[MET] get_NewBalance : float64()
| | | |___[MET] get_OrgBalance : float64()
| | | |___[MET] setChange : void(int64)
| | | |___[MET] setChangeAndNewBalance : void(int64)
| | | |___[MET] setNewBalance : void(int64)
| | | |___[MET] set_IsReconciled : void(bool)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLClosingSheetLineClient>)
| | | |___[PTY] Change : instance float64()
| | | |___[PTY] IsEmpty : instance bool()
| | | |___[PTY] IsReconciled : instance bool()
| | | |___[PTY] LastPeriod : instance float64()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLClosingSheetLineClient>()
| | | |___[PTY] NewBalance : instance float64()
| | | |___[PTY] OrgBalance : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLBudgetBudgetClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLBudgetBudget
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _IsEditable : private bool
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_BudgetId : string()
| | | |___[MET] get_Child : class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[MET] get_IsEditable : bool()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[MET] get_SubBudget : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_BudgetId : void(string)
| | | |___[MET] set_IsEditable : void(bool)
| | | |___[MET] set_SubBudget : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] BudgetId : instance string()
| | | |___[PTY] Child : instance class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[PTY] IsEditable : instance bool()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[PTY] SubBudget : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLBudgetClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLBudget
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 06 // ....T..LabelKey. ...
| | | |___[FLD] <BudgetLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>
| | | |___[FLD] <SubBudgets>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetBudgetClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_BaseBudget : string()
| | | | get_BudgetLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_FromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Name : string()
| | | | get_SubBudgets : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetBudgetClient>()
| | | |___[MET] get_ToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_BaseBudget : void(string)
| | | | set_BudgetLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_FromDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Name : void(string)
| | | | set_SubBudgets : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetBudgetClient>)
| | | |___[MET] set_ToDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] BaseBudget : instance string()
| | | |___[PTY] BudgetLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetLineClient>()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] FromDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] SubBudgets : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLBudgetBudgetClient>()
| | | |___[PTY] ToDate : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLBudgetClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_Adjustment : string()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_AnchorBudget : string()
| | | |___[STM] get_BudgetModel : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_Disable : string()
| | | |___[STM] get_FromAccount : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Recurring : string()
| | | |___[STM] get_SubBudget : string()
| | | |___[STM] get_ToAccount : string()
| | | |___[STM] get_ToDate : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] Adjustment : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] AnchorBudget : string()
| | | |___[PTY] BudgetModel : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] Disable : string()
| | | |___[PTY] FromAccount : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Recurring : string()
| | | |___[PTY] SubBudget : string()
| | | |___[PTY] ToAccount : string()
| | | |___[PTY] ToDate : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLBudgetLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLBudgetLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_BudgetId : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Comment : string()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_Date : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Disable : bool()
| | | |___[MET] get_GLAccount : class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Recurring : string()
| | | |___[MET] get_Regulate : float64()
| | | | get_ToDate : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_BudgetId : void(string)
| | | |___[MET] set_Comment : void(string)
| | | | set_Credit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | set_Date : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | | set_Debit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Disable : void(bool)
| | | |___[MET] set_Recurring : void(string)
| | | |___[MET] set_Regulate : void(float64)
| | | | set_ToDate : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] BudgetId : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Date : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Disable : instance bool()
| | | |___[PTY] GLAccount : instance class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLBudgetClient()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Recurring : instance string()
| | | |___[PTY] Regulate : instance float64()
| | | |___[PTY] ToDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLBudgetLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLClosingSheetClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLClosingSheet
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_BlockedForAllocation : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_FromAccount : string()
| | | | get_FromDate : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | | get_FromDate2 : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[MET] get_GenerateVoucher : bool()
| | | |___[MET] get_IncludeAll1 : bool()
| | | |___[MET] get_IncludeAll2 : bool()
| | | |___[MET] get_IncludeAll3 : bool()
| | | |___[MET] get_IncludeAll4 : bool()
| | | |___[MET] get_IncludeAll5 : bool()
| | | |___[MET] get_ManualAllocation : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OneVoucherForAll : bool()
| | | |___[MET] get_ToAccount : string()
| | | | get_ToDate : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | | get_ToDate2 : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_BlockedForAllocation : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_FromAccount : void(string)
| | | | set_FromDate : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | | set_FromDate2 : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_GenerateVoucher : void(bool)
| | | |___[MET] set_IncludeAll1 : void(bool)
| | | |___[MET] set_IncludeAll2 : void(bool)
| | | |___[MET] set_IncludeAll3 : void(bool)
| | | |___[MET] set_IncludeAll4 : void(bool)
| | | |___[MET] set_IncludeAll5 : void(bool)
| | | |___[MET] set_ManualAllocation : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NumberSerie : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OneVoucherForAll : void(bool)
| | | |___[MET] set_ToAccount : void(string)
| | | | set_ToDate : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | | set_ToDate2 : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] BlockedForAllocation : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] FromAccount : instance string()
| | | |___[PTY] FromDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] FromDate2 : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] GenerateVoucher : instance bool()
| | | |___[PTY] IncludeAll1 : instance bool()
| | | |___[PTY] IncludeAll2 : instance bool()
| | | |___[PTY] IncludeAll3 : instance bool()
| | | |___[PTY] IncludeAll4 : instance bool()
| | | |___[PTY] IncludeAll5 : instance bool()
| | | |___[PTY] ManualAllocation : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OneVoucherForAll : instance bool()
| | | |___[PTY] ToAccount : instance string()
| | | |___[PTY] ToDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] ToDate2 : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLClosingSheetLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLClosingSheetLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] Swap : public bool
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Code : uint8()
| | | |___[MET] get_Correction : bool()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_Note : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountName : string()
| | | |___[MET] get_OffsetDimension1 : string()
| | | |___[MET] get_OffsetDimension2 : string()
| | | |___[MET] get_OffsetDimension3 : string()
| | | |___[MET] get_OffsetDimension4 : string()
| | | |___[MET] get_OffsetDimension5 : string()
| | | |___[MET] get_OffsetText : string()
| | | |___[MET] get_OffsetTransType : string()
| | | |___[MET] get_OffsetVat : string()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Split : string()
| | | |___[MET] get_SplitFromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_SplitToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_Code : void(uint8)
| | | |___[MET] set_Correction : void(bool)
| | | | set_Credit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | | set_Debit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Note : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetDimension1 : void(string)
| | | |___[MET] set_OffsetDimension2 : void(string)
| | | |___[MET] set_OffsetDimension3 : void(string)
| | | |___[MET] set_OffsetDimension4 : void(string)
| | | |___[MET] set_OffsetDimension5 : void(string)
| | | |___[MET] set_OffsetText : void(string)
| | | |___[MET] set_OffsetTransType : void(string)
| | | |___[MET] set_OffsetVat : void(string)
| | | |___[MET] set_Split : void(string)
| | | |___[MET] set_SplitFromDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_SplitToDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Code : instance uint8()
| | | |___[PTY] Correction : instance bool()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] Note : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountName : instance string()
| | | |___[PTY] OffsetDimension1 : instance string()
| | | |___[PTY] OffsetDimension2 : instance string()
| | | |___[PTY] OffsetDimension3 : instance string()
| | | |___[PTY] OffsetDimension4 : instance string()
| | | |___[PTY] OffsetDimension5 : instance string()
| | | |___[PTY] OffsetText : instance string()
| | | |___[PTY] OffsetTransType : instance string()
| | | |___[PTY] OffsetVat : instance string()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Split : instance string()
| | | |___[PTY] SplitFromDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] SplitToDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] Voucher : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLClosingSheetLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLClosingSheetLineText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_OffsetText : string()
| | | |___[STM] get_OffsetTransType : string()
| | | |___[STM] get_OffsetVat : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] OffsetText : string()
| | | |___[PTY] OffsetTransType : string()
| | | |___[PTY] OffsetVat : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLClosingSheetText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_BlockedForAllocation : string()
| | | |___[STM] get_FromAccount : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_IncludeAll : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NumberSerie : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_ToAccount : string()
| | | |___[STM] get_ToDate : string()
| | | |___[STM] get_TransType : string()
| | | |___[PTY] BlockedForAllocation : string()
| | | |___[PTY] FromAccount : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] IncludeAll : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NumberSerie : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] ToAccount : string()
| | | |___[PTY] ToDate : string()
| | | |___[PTY] TransType : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDailyJournal
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[FLD] <JournalsPosted>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalPostedClient>
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] accntSource : private class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[FLD] offsetAccntSource : private class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountSource : class
[Uniconta.Common]Uniconta.Common.SQLCache()
| | | |___[MET] get_AutoSave : bool()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CheckForInvoice : bool()
| | | |___[MET] get_DateFunction : string()
| | | |___[MET] get_DateMustBeZero : bool()
| | | |___[MET] get_DefaultAccountType : string()
| | | |___[MET] get_DefaultOffsetAccountType : string()
| | | |___[MET] get_DeleteLines : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_EmptyAccountOnHold : bool()
| | | |___[MET] get_GenOffsetAmount : bool()
| | | |___[MET] get_GenerateVoucher : bool()
| | | |___[MET] get_Journal : string()
| | | | get_JournalsPosted : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalPostedClient>()
| | | |___[MET] get_JumpOnUnbalance : bool()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalLineClient>()
| | | |___[MET] get_ManualAllocation : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NextLineField : string()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountSource : class
[Uniconta.Common]Uniconta.Common.SQLCache()
| | | |___[MET] get_OneVoucherForAll : bool()
| | | |___[MET] get_SaveDocumentOnPayment : bool()
| | | |___[MET] get_SettleValue : string()
| | | |___[MET] get_ShowUnbalance : bool()
| | | |___[MET] get_TraceAccount : string()
| | | |___[MET] get_TraceAccount2 : string()
| | | |___[MET] get_TraceAccount3 : string()
| | | |___[MET] get_TraceAccount4 : string()
| | | |___[MET] get_TraceAccount5 : string()
| | | |___[MET] get_TraceAccount6 : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_TwoVatCodes : bool()
| | | |___[MET] get_UseApproved : bool()
| | | |___[MET] get_UseDCVat : bool()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VoucherMustBeZero : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountSource : void(class
[Uniconta.Common]Uniconta.Common.SQLCache)
| | | |___[MET] set_AutoSave : void(bool)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_CheckForInvoice : void(bool)
| | | |___[MET] set_DateFunction : void(string)
| | | |___[MET] set_DateMustBeZero : void(bool)
| | | |___[MET] set_DefaultAccountType : void(string)
| | | |___[MET] set_DefaultOffsetAccountType : void(string)
| | | |___[MET] set_DeleteLines : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_EmptyAccountOnHold : void(bool)
| | | |___[MET] set_GenOffsetAmount : void(bool)
| | | |___[MET] set_GenerateVoucher : void(bool)
| | | |___[MET] set_Journal : void(string)
| | | | set_JournalsPosted : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalPostedClient>)
| | | |___[MET] set_JumpOnUnbalance : void(bool)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalLineClient>)
| | | |___[MET] set_ManualAllocation : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NextLineField : void(string)
| | | |___[MET] set_NumberSerie : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetAccountSource : void(class
[Uniconta.Common]Uniconta.Common.SQLCache)
| | | |___[MET] set_OneVoucherForAll : void(bool)
| | | |___[MET] set_SaveDocumentOnPayment : void(bool)
| | | |___[MET] set_SettleValue : void(string)
| | | |___[MET] set_ShowUnbalance : void(bool)
| | | |___[MET] set_TraceAccount : void(string)
| | | |___[MET] set_TraceAccount2 : void(string)
| | | |___[MET] set_TraceAccount3 : void(string)
| | | |___[MET] set_TraceAccount4 : void(string)
| | | |___[MET] set_TraceAccount5 : void(string)
| | | |___[MET] set_TraceAccount6 : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_TwoVatCodes : void(bool)
| | | |___[MET] set_UseApproved : void(bool)
| | | |___[MET] set_UseDCVat : void(bool)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VoucherMustBeZero : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountSource : instance class
[Uniconta.Common]Uniconta.Common.SQLCache()
| | | |___[PTY] AutoSave : instance bool()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CheckForInvoice : instance bool()
| | | |___[PTY] DateFunction : instance string()
| | | |___[PTY] DateMustBeZero : instance bool()
| | | |___[PTY] DefaultAccountType : instance string()
| | | |___[PTY] DefaultOffsetAccountType : instance string()
| | | |___[PTY] DeleteLines : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] EmptyAccountOnHold : instance bool()
| | | |___[PTY] GenOffsetAmount : instance bool()
| | | |___[PTY] GenerateVoucher : instance bool()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] JournalsPosted : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalPostedClient>()
| | | |___[PTY] JumpOnUnbalance : instance bool()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLDailyJournalLineClient>()
| | | |___[PTY] ManualAllocation : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NextLineField : instance string()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountSource : instance class
[Uniconta.Common]Uniconta.Common.SQLCache()
| | | |___[PTY] OneVoucherForAll : instance bool()
| | | |___[PTY] SaveDocumentOnPayment : instance bool()
| | | |___[PTY] SettleValue : instance string()
| | | |___[PTY] ShowUnbalance : instance bool()
| | | |___[PTY] TraceAccount : instance string()
| | | |___[PTY] TraceAccount2 : instance string()
| | | |___[PTY] TraceAccount3 : instance string()
| | | |___[PTY] TraceAccount4 : instance string()
| | | |___[PTY] TraceAccount5 : instance string()
| | | |___[PTY] TraceAccount6 : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] TwoVatCodes : instance bool()
| | | |___[PTY] UseApproved : instance bool()
| | | |___[PTY] UseDCVat : instance bool()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VoucherMustBeZero : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDailyJournalLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | implements Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] SetGLDim : void(class Uniconta.DataModel.GLAccount)
| | | |___[MET] SupportMinusDC : bool()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[STM] getName : string(string,uint8,int32)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountCur : float64()
| | | |___[MET] get_Approved : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_CreditCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DCPostType : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_DebitCur : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DocumentDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_DueDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_EnteredVatAmount : float64()
| | | |___[MET] get_ForceSettlement : bool()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_HasVoucher : bool()
| | | | get_Invoice : valuetype [mscorlib]System.Nullable`1<int64>()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_LineNumber : float32()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLDailyJournalClient()
| | | |___[MET] get_Note : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountName : string()
| | | |___[MET] get_OffsetAccountType : string()
| | | |___[MET] get_OffsetVat : string()
| | | |___[MET] get_OnHold : bool()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentId : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_SettleValue : string()
| | | |___[MET] get_Settlements : string()
| | | |___[MET] get_Split : string()
| | | |___[MET] get_SplitFromDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_SplitToDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_UsedCachDiscount : float64()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOffsetOperation : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_Withholding : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_AmountCur : void(float64)
| | | |___[MET] set_Approved : void(bool)
| | | | set_Credit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | set_CreditCur : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DCPostType : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | | set_Debit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | set_DebitCur : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_DocumentDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_DocumentRef : void(int32)
| | | |___[MET] set_DueDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_EnteredVatAmount : void(float64)
| | | |___[MET] set_ForceSettlement : void(bool)
| | | | set_Invoice : void(valuetype
[mscorlib]System.Nullable`1<int64>)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_LineNumber : void(float32)
| | | |___[MET] set_Note : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetAccountType : void(string)
| | | |___[MET] set_OffsetVat : void(string)
| | | |___[MET] set_OnHold : void(bool)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_PaymentId : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_SettleValue : void(string)
| | | |___[MET] set_Settlements : void(string)
| | | |___[MET] set_Split : void(string)
| | | |___[MET] set_SplitFromDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_SplitToDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_UsedCachDiscount : void(float64)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOffsetOperation : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[MET] set_Withholding : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountCur : instance float64()
| | | |___[PTY] Approved : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CreditCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DCPostType : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] DebitCur : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DocumentDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] DueDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] EnteredVatAmount : instance float64()
| | | |___[PTY] ForceSettlement : instance bool()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] Invoice : instance valuetype
[mscorlib]System.Nullable`1<int64>()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] LineNumber : instance float32()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLDailyJournalClient()
| | | |___[PTY] Note : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountName : instance string()
| | | |___[PTY] OffsetAccountType : instance string()
| | | |___[PTY] OffsetVat : instance string()
| | | |___[PTY] OnHold : instance bool()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentId : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] SettleValue : instance string()
| | | |___[PTY] Settlements : instance string()
| | | |___[PTY] Split : instance string()
| | | |___[PTY] SplitFromDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] SplitToDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] UsedCachDiscount : instance float64()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOffsetOperation : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] Withholding : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalLineClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalLineText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Approved : string()
| | | |___[STM] get_Bank : string()
| | | |___[STM] get_DocumentRef : string()
| | | |___[STM] get_ForceSettlement : string()
| | | |___[STM] get_LastDate : string()
| | | |___[STM] get_MaxPennyDiff : string()
| | | |___[STM] get_MultiLine : string()
| | | |___[STM] get_OffsetVat : string()
| | | |___[STM] get_OffsetVatAmount : string()
| | | |___[STM] get_OnHold : string()
| | | |___[STM] get_OpeningBalance : string()
| | | |___[STM] get_PostedDate : string()
| | | |___[STM] get_Reconciled : string()
| | | |___[STM] get_Split : string()
| | | |___[STM] get_SplitFromDate : string()
| | | |___[STM] get_SplitToDate : string()
| | | |___[STM] get_UsedCachDiscount : string()
| | | |___[STM] get_Vat : string()
| | | |___[STM] get_VatOffsetOperation : string()
| | | |___[STM] get_VatOperation : string()
| | | |___[STM] get_Void : string()
| | | |___[PTY] Approved : string()
| | | |___[PTY] Bank : string()
| | | |___[PTY] DocumentRef : string()
| | | |___[PTY] ForceSettlement : string()
| | | |___[PTY] LastDate : string()
| | | |___[PTY] MaxPennyDiff : string()
| | | |___[PTY] MultiLine : string()
| | | |___[PTY] OffsetVat : string()
| | | |___[PTY] OffsetVatAmount : string()
| | | |___[PTY] OnHold : string()
| | | |___[PTY] OpeningBalance : string()
| | | |___[PTY] PostedDate : string()
| | | |___[PTY] Reconciled : string()
| | | |___[PTY] Split : string()
| | | |___[PTY] SplitFromDate : string()
| | | |___[PTY] SplitToDate : string()
| | | |___[PTY] UsedCachDiscount : string()
| | | |___[PTY] Vat : string()
| | | |___[PTY] VatOffsetOperation : string()
| | | |___[PTY] VatOperation : string()
| | | |___[PTY] Void : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalPostedClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDailyJournalPosted
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_DateMax : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DateMin : valuetype [mscorlib]System.DateTime()
| | | | get_Deleted : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_DeletedBy : string()
| | | |___[MET] get_InvoiceNumber : int32()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_Lines : int32()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLDailyJournalClient()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_Posted : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PostedBy : string()
| | | |___[MET] get_Reference : string()
| | | |___[MET] get_ReferenceId : int32()
| | | |___[MET] get_ReferenceName : string()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherX : string()
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>)
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] DateMax : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] DateMin : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Deleted : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] DeletedBy : instance string()
| | | |___[PTY] InvoiceNumber : instance int32()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] Lines : instance int32()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLDailyJournalClient()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] Posted : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] PostedBy : instance string()
| | | |___[PTY] Reference : instance string()
| | | |___[PTY] ReferenceId : instance int32()
| | | |___[PTY] ReferenceName : instance string()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLTransClient>()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherX : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalPostedClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDailyJournalText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountType : string()
| | | |___[STM] get_Accrued : string()
| | | |___[STM] get_Allocated : string()
| | | |___[STM] get_Allocation : string()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_AmountBase : string()
| | | |___[STM] get_AmountCur : string()
| | | |___[STM] get_AutoSave : string()
| | | |___[STM] get_BankLine : string()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_Canceled : string()
| | | |___[STM] get_CheckForInvoice : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Correction : string()
| | | |___[STM] get_Credit : string()
| | | |___[STM] get_CreditCur : string()
| | | |___[STM] get_Currency : string()
| | | |___[STM] get_DCAccount : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_DateFunction : string()
| | | |___[STM] get_DateMustBeZero : string()
| | | |___[STM] get_Debit : string()
| | | |___[STM] get_DebitCur : string()
| | | |___[STM] get_DeletePostedLines : string()
| | | |___[STM] get_Deleted : string()
| | | |___[STM] get_DeletedBy : string()
| | | |___[STM] get_DocumentDate : string()
| | | |___[STM] get_EmptyAccountOnHold : string()
| | | |___[STM] get_EnteredVatAmount : string()
| | | |___[STM] get_FirstField : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_GenOffsetAmount : string()
| | | |___[STM] get_GenerateVoucher : string()
| | | |___[STM] get_HasVoucher : string()
| | | |___[STM] get_Invoice : string()
| | | |___[STM] get_Journal : string()
| | | |___[STM] get_JournalPostedId : string()
| | | |___[STM] get_JumpOnUnbalance : string()
| | | |___[STM] get_LineNumber : string()
| | | |___[STM] get_LookupId : string()
| | | |___[STM] get_ManualAllocation : string()
| | | |___[STM] get_MaxPennyDiff : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NumberOfLines : string()
| | | |___[STM] get_NumberSerie : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_OneVoucherForAll : string()
| | | |___[STM] get_Open : string()
| | | |___[STM] get_PostAccountType : string()
| | | |___[STM] get_PostCalculated : string()
| | | |___[STM] get_PostOffsetAccountType : string()
| | | |___[STM] get_PostedBy : string()
| | | |___[STM] get_PostedOn : string()
| | | |___[STM] get_PrimoTrans : string()
| | | |___[STM] get_Reconciled : string()
| | | |___[STM] get_Reference : string()
| | | |___[STM] get_ReferenceId : string()
| | | |___[STM] get_ReferenceName : string()
| | | |___[STM] get_SaveDocumentOnPayment : string()
| | | |___[STM] get_SettleValue : string()
| | | |___[STM] get_Settlements : string()
| | | |___[STM] get_ShowUnbalance : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_ToDate : string()
| | | |___[STM] get_Total : string()
| | | |___[STM] get_TotalCur : string()
| | | |___[STM] get_TraceAccount : string()
| | | |___[STM] get_TraceAccount2 : string()
| | | |___[STM] get_TraceAccount3 : string()
| | | |___[STM] get_TraceAccount4 : string()
| | | |___[STM] get_TraceAccount5 : string()
| | | |___[STM] get_TraceAccount6 : string()
| | | |___[STM] get_TraceBalance : string()
| | | |___[STM] get_TransType : string()
| | | |___[STM] get_TransactionType : string()
| | | |___[STM] get_TwoVATCodes : string()
| | | |___[STM] get_UseApproved : string()
| | | |___[STM] get_UseDCVat : string()
| | | |___[STM] get_Vat : string()
| | | |___[STM] get_VatAmount : string()
| | | |___[STM] get_VatAmountOffset : string()
| | | |___[STM] get_VatEntered : string()
| | | |___[STM] get_VatOperation : string()
| | | |___[STM] get_Void : string()
| | | |___[STM] get_Voucher : string()
| | | |___[STM] get_VoucherLine : string()
| | | |___[STM] get_VoucherMustBeZero : string()
| | | |___[STM] get_VoucherPrefix : string()
| | | |___[STM] get_Withholding : string()
| | | |___[STM] get_YearTransfer : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountType : string()
| | | |___[PTY] Accrued : string()
| | | |___[PTY] Allocated : string()
| | | |___[PTY] Allocation : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] AmountBase : string()
| | | |___[PTY] AmountCur : string()
| | | |___[PTY] AutoSave : string()
| | | |___[PTY] BankLine : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] Canceled : string()
| | | |___[PTY] CheckForInvoice : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Correction : string()
| | | |___[PTY] Credit : string()
| | | |___[PTY] CreditCur : string()
| | | |___[PTY] Currency : string()
| | | |___[PTY] DCAccount : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] DateFunction : string()
| | | |___[PTY] DateMustBeZero : string()
| | | |___[PTY] Debit : string()
| | | |___[PTY] DebitCur : string()
| | | |___[PTY] DeletePostedLines : string()
| | | |___[PTY] Deleted : string()
| | | |___[PTY] DeletedBy : string()
| | | |___[PTY] DocumentDate : string()
| | | |___[PTY] EmptyAccountOnHold : string()
| | | |___[PTY] EnteredVatAmount : string()
| | | |___[PTY] FirstField : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] GenOffsetAmount : string()
| | | |___[PTY] GenerateVoucher : string()
| | | |___[PTY] HasVoucher : string()
| | | |___[PTY] Invoice : string()
| | | |___[PTY] Journal : string()
| | | |___[PTY] JournalPostedId : string()
| | | |___[PTY] JumpOnUnbalance : string()
| | | |___[PTY] LineNumber : string()
| | | |___[PTY] LookupId : string()
| | | |___[PTY] ManualAllocation : string()
| | | |___[PTY] MaxPennyDiff : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NumberOfLines : string()
| | | |___[PTY] NumberSerie : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] OneVoucherForAll : string()
| | | |___[PTY] Open : string()
| | | |___[PTY] PostAccountType : string()
| | | |___[PTY] PostCalculated : string()
| | | |___[PTY] PostOffsetAccountType : string()
| | | |___[PTY] PostedBy : string()
| | | |___[PTY] PostedOn : string()
| | | |___[PTY] PrimoTrans : string()
| | | |___[PTY] Reconciled : string()
| | | |___[PTY] Reference : string()
| | | |___[PTY] ReferenceId : string()
| | | |___[PTY] ReferenceName : string()
| | | |___[PTY] SaveDocumentOnPayment : string()
| | | |___[PTY] SettleValue : string()
| | | |___[PTY] Settlements : string()
| | | |___[PTY] ShowUnbalance : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] ToDate : string()
| | | |___[PTY] Total : string()
| | | |___[PTY] TotalCur : string()
| | | |___[PTY] TraceAccount : string()
| | | |___[PTY] TraceAccount2 : string()
| | | |___[PTY] TraceAccount3 : string()
| | | |___[PTY] TraceAccount4 : string()
| | | |___[PTY] TraceAccount5 : string()
| | | |___[PTY] TraceAccount6 : string()
| | | |___[PTY] TraceBalance : string()
| | | |___[PTY] TransType : string()
| | | |___[PTY] TransactionType : string()
| | | |___[PTY] TwoVATCodes : string()
| | | |___[PTY] UseApproved : string()
| | | |___[PTY] UseDCVat : string()
| | | |___[PTY] Vat : string()
| | | |___[PTY] VatAmount : string()
| | | |___[PTY] VatAmountOffset : string()
| | | |___[PTY] VatEntered : string()
| | | |___[PTY] VatOperation : string()
| | | |___[PTY] Void : string()
| | | |___[PTY] Voucher : string()
| | | |___[PTY] VoucherLine : string()
| | | |___[PTY] VoucherMustBeZero : string()
| | | |___[PTY] VoucherPrefix : string()
| | | |___[PTY] Withholding : string()
| | | |___[PTY] YearTransfer : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimType1Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDimType1
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Dimension : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Dimension : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Dimension : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimType2Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDimType2
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Dimension : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Dimension : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Dimension : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimType3Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDimType3
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Dimension : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Dimension : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Dimension : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimType4Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDimType4
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Dimension : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Dimension : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Dimension : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimType5Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLDimType5
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Dimension : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Dimension : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Dimension : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLDimTypeText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Dimension : string()
| | | |___[STM] get_Name : string()
| | | |___[PTY] Dimension : string()
| | | |___[PTY] Name : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLOffsetAccountLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLOffsetAccountLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 15 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Amount : float64()
| | | | get_Credit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | | get_Debit : valuetype [mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_OffsetAccountTemplate : string()
| | | |___[MET] get_Pct : float64()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | | set_Credit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | set_Debit : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_OffsetAccountTemplate : void(string)
| | | |___[MET] set_Pct : void(float64)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Credit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Debit : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] OffsetAccountTemplate : instance string()
| | | |___[PTY] Pct : instance float64()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Vat : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLOffsetAccountTemplateClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLOffsetAccountTemplate
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 16 // ....T..LabelKey. ...
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLOffsetAccountLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLOffsetAccountLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLOffsetAccountLineClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLOffsetAccountLineClient>()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLReportLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLReportLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Accounts : string()
| | | |___[MET] get_Bold : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_FontSize : int32()
| | | |___[MET] get_Hide : bool()
| | | |___[MET] get_Indent : int32()
| | | |___[MET] get_InvertSign : bool()
| | | |___[MET] get_Italic : bool()
| | | |___[MET] get_LineSpace : int16()
| | | |___[MET] get_LineType : string()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLReportTemplateClient()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NewLine : bool()
| | | |___[MET] get_NewPage : bool()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_SaveTotal : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Underline : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Accounts : void(string)
| | | |___[MET] set_Bold : void(bool)
| | | |___[MET] set_FontSize : void(int32)
| | | |___[MET] set_Hide : void(bool)
| | | |___[MET] set_Indent : void(int32)
| | | |___[MET] set_InvertSign : void(bool)
| | | |___[MET] set_Italic : void(bool)
| | | |___[MET] set_LineSpace : void(int16)
| | | |___[MET] set_LineType : void(string)
| | | |___[MET] set_NewLine : void(bool)
| | | |___[MET] set_NewPage : void(bool)
| | | |___[MET] set_SaveTotal : void(int32)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_Underline : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Accounts : instance string()
| | | |___[PTY] Bold : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] FontSize : instance int32()
| | | |___[PTY] Hide : instance bool()
| | | |___[PTY] Indent : instance int32()
| | | |___[PTY] InvertSign : instance bool()
| | | |___[PTY] Italic : instance bool()
| | | |___[PTY] LineSpace : instance int16()
| | | |___[PTY] LineType : instance string()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLReportTemplateClient()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NewLine : instance bool()
| | | |___[PTY] NewPage : instance bool()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] SaveTotal : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Underline : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLReportTemplateClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLReportTemplate
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 17 // ....T..LabelKey. ...
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLReportLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AmountSize : uint8()
| | | |___[MET] get_Font : string()
| | | |___[MET] get_FontSize : uint8()
| | | |___[MET] get_LineSpace : uint8()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLReportLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_TextSize : uint8()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AmountSize : void(uint8)
| | | |___[MET] set_Font : void(string)
| | | |___[MET] set_FontSize : void(uint8)
| | | |___[MET] set_LineSpace : void(uint8)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLReportLineClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_TextSize : void(uint8)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AmountSize : instance uint8()
| | | |___[PTY] Font : instance string()
| | | |___[PTY] FontSize : instance uint8()
| | | |___[PTY] LineSpace : instance uint8()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLReportLineClient>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] TextSize : instance uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLReportTemplateText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Accounts : string()
| | | |___[STM] get_AmountSize : string()
| | | |___[STM] get_Bold : string()
| | | |___[STM] get_Font : string()
| | | |___[STM] get_FontSize : string()
| | | |___[STM] get_Hide : string()
| | | |___[STM] get_Indent : string()
| | | |___[STM] get_InvertSign : string()
| | | |___[STM] get_Italic : string()
| | | |___[STM] get_LineSpacing : string()
| | | |___[STM] get_LineType : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NewLine : string()
| | | |___[STM] get_NewPage : string()
| | | |___[STM] get_OffsetAccountTemplate : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_TextSize : string()
| | | |___[STM] get_Underline : string()
| | | |___[PTY] Accounts : string()
| | | |___[PTY] AmountSize : string()
| | | |___[PTY] Bold : string()
| | | |___[PTY] Font : string()
| | | |___[PTY] FontSize : string()
| | | |___[PTY] Hide : string()
| | | |___[PTY] Indent : string()
| | | |___[PTY] InvertSign : string()
| | | |___[PTY] Italic : string()
| | | |___[PTY] LineSpacing : string()
| | | |___[PTY] LineType : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NewLine : string()
| | | |___[PTY] NewPage : string()
| | | |___[PTY] OffsetAccountTemplate : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] TextSize : string()
| | | |___[PTY] Underline : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLSplitAccountClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLSplitAccount
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Accrual : bool()
| | | |___[MET] get_AllocAccount : string()
| | | |___[MET] get_AllocDimension1 : string()
| | | |___[MET] get_AllocDimension2 : string()
| | | |___[MET] get_AllocDimension3 : string()
| | | |___[MET] get_AllocDimension4 : string()
| | | |___[MET] get_AllocDimension5 : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_EneryNthMonth : string()
| | | |___[MET] get_FirstDayInMonth : bool()
| | | |___[MET] get_FromDimension1 : string()
| | | |___[MET] get_FromDimension2 : string()
| | | |___[MET] get_FromDimension3 : string()
| | | |___[MET] get_FromDimension4 : string()
| | | |___[MET] get_FromDimension5 : string()
| | | |___[MET] get_Model : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_Pct : float64()
| | | |___[MET] get_Periods : int32()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Accrual : void(bool)
| | | |___[MET] set_AllocAccount : void(string)
| | | |___[MET] set_AllocDimension1 : void(string)
| | | |___[MET] set_AllocDimension2 : void(string)
| | | |___[MET] set_AllocDimension3 : void(string)
| | | |___[MET] set_AllocDimension4 : void(string)
| | | |___[MET] set_AllocDimension5 : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_EneryNthMonth : void(string)
| | | |___[MET] set_FirstDayInMonth : void(bool)
| | | |___[MET] set_FromDimension1 : void(string)
| | | |___[MET] set_FromDimension2 : void(string)
| | | |___[MET] set_FromDimension3 : void(string)
| | | |___[MET] set_FromDimension4 : void(string)
| | | |___[MET] set_FromDimension5 : void(string)
| | | |___[MET] set_Model : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_Pct : void(float64)
| | | |___[MET] set_Periods : void(int32)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Accrual : instance bool()
| | | |___[PTY] AllocAccount : instance string()
| | | |___[PTY] AllocDimension1 : instance string()
| | | |___[PTY] AllocDimension2 : instance string()
| | | |___[PTY] AllocDimension3 : instance string()
| | | |___[PTY] AllocDimension4 : instance string()
| | | |___[PTY] AllocDimension5 : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] EneryNthMonth : instance string()
| | | |___[PTY] FirstDayInMonth : instance bool()
| | | |___[PTY] FromDimension1 : instance string()
| | | |___[PTY] FromDimension2 : instance string()
| | | |___[PTY] FromDimension3 : instance string()
| | | |___[PTY] FromDimension4 : instance string()
| | | |___[PTY] FromDimension5 : instance string()
| | | |___[PTY] Model : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] Pct : instance float64()
| | | |___[PTY] Periods : instance int32()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLSplitAccountText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Accrual : string()
| | | |___[STM] get_AllocAccount : string()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_EveryNthMonth : string()
| | | |___[STM] get_FirstDayInMonth : string()
| | | |___[STM] get_Model : string()
| | | |___[STM] get_NumberOfAccruals : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_Pct : string()
| | | |___[STM] get_VatEntered : string()
| | | |___[PTY] Accrual : string()
| | | |___[PTY] AllocAccount : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] EveryNthMonth : string()
| | | |___[PTY] FirstDayInMonth : string()
| | | |___[PTY] Model : string()
| | | |___[PTY] NumberOfAccruals : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] Pct : string()
| | | |___[PTY] VatEntered : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLSplitLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLSplitLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Accrual : bool()
| | | |___[MET] get_AllocAccount : string()
| | | |___[MET] get_AllocDimension1 : string()
| | | |___[MET] get_AllocDimension2 : string()
| | | |___[MET] get_AllocDimension3 : string()
| | | |___[MET] get_AllocDimension4 : string()
| | | |___[MET] get_AllocDimension5 : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_EneryNthMonth : string()
| | | |___[MET] get_FirstDayInMonth : bool()
| | | |___[MET] get_Model : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_Pct : float64()
| | | |___[MET] get_Periods : int32()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Accrual : void(bool)
| | | |___[MET] set_AllocAccount : void(string)
| | | |___[MET] set_AllocDimension1 : void(string)
| | | |___[MET] set_AllocDimension2 : void(string)
| | | |___[MET] set_AllocDimension3 : void(string)
| | | |___[MET] set_AllocDimension4 : void(string)
| | | |___[MET] set_AllocDimension5 : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_EneryNthMonth : void(string)
| | | |___[MET] set_FirstDayInMonth : void(bool)
| | | |___[MET] set_Model : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_Pct : void(float64)
| | | |___[MET] set_Periods : void(int32)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Accrual : instance bool()
| | | |___[PTY] AllocAccount : instance string()
| | | |___[PTY] AllocDimension1 : instance string()
| | | |___[PTY] AllocDimension2 : instance string()
| | | |___[PTY] AllocDimension3 : instance string()
| | | |___[PTY] AllocDimension4 : instance string()
| | | |___[PTY] AllocDimension5 : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] EneryNthMonth : instance string()
| | | |___[PTY] FirstDayInMonth : instance bool()
| | | |___[PTY] Model : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] Pct : instance float64()
| | | |___[PTY] Periods : instance int32()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLSplitTemplateClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLSplitTemplate
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitLineClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.GLSplitLineClient>()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLStandardCharOfAccountClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLStandardCharOfAccount
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Aangep : bool()
| | | |___[MET] get_Agro : bool()
| | | |___[MET] get_BB : bool()
| | | |___[MET] get_BV : bool()
| | | |___[MET] get_Bank : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Ctrl : bool()
| | | |___[MET] get_DescriptionShort : string()
| | | |___[MET] get_EZVOF : bool()
| | | |___[MET] get_Nivo : int32()
| | | |___[MET] get_Nivo5 : bool()
| | | |___[MET] get_Nwe : bool()
| | | |___[MET] get_OZW : bool()
| | | |___[MET] get_Omschrijving : string()
| | | |___[MET] get_Ongew : bool()
| | | |___[MET] get_RefCode : string()
| | | |___[MET] get_RefLookupCode : string()
| | | |___[MET] get_RefNumber : string()
| | | |___[MET] get_RowNumber : int32()
| | | |___[MET] get_Sorting : string()
| | | |___[MET] get_Uitbr5 : bool()
| | | |___[MET] get_WKR : bool()
| | | |___[MET] get_WoCo : bool()
| | | |___[MET] get_ZZP : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Aangep : void(bool)
| | | |___[MET] set_Agro : void(bool)
| | | |___[MET] set_BB : void(bool)
| | | |___[MET] set_BV : void(bool)
| | | |___[MET] set_Bank : void(bool)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_Ctrl : void(bool)
| | | |___[MET] set_DescriptionShort : void(string)
| | | |___[MET] set_EZVOF : void(bool)
| | | |___[MET] set_Nivo : void(int32)
| | | |___[MET] set_Nivo5 : void(bool)
| | | |___[MET] set_Nwe : void(bool)
| | | |___[MET] set_OZW : void(bool)
| | | |___[MET] set_Omschrijving : void(string)
| | | |___[MET] set_Ongew : void(bool)
| | | |___[MET] set_RefCode : void(string)
| | | |___[MET] set_RefLookupCode : void(string)
| | | |___[MET] set_RefNumber : void(string)
| | | |___[MET] set_RowNumber : void(int32)
| | | |___[MET] set_Sorting : void(string)
| | | |___[MET] set_Uitbr5 : void(bool)
| | | |___[MET] set_WKR : void(bool)
| | | |___[MET] set_WoCo : void(bool)
| | | |___[MET] set_ZZP : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Aangep : instance bool()
| | | |___[PTY] Agro : instance bool()
| | | |___[PTY] BB : instance bool()
| | | |___[PTY] BV : instance bool()
| | | |___[PTY] Bank : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Ctrl : instance bool()
| | | |___[PTY] DescriptionShort : instance string()
| | | |___[PTY] EZVOF : instance bool()
| | | |___[PTY] Nivo : instance int32()
| | | |___[PTY] Nivo5 : instance bool()
| | | |___[PTY] Nwe : instance bool()
| | | |___[PTY] OZW : instance bool()
| | | |___[PTY] Omschrijving : instance string()
| | | |___[PTY] Ongew : instance bool()
| | | |___[PTY] RefCode : instance string()
| | | |___[PTY] RefLookupCode : instance string()
| | | |___[PTY] RefNumber : instance string()
| | | |___[PTY] RowNumber : instance int32()
| | | |___[PTY] Sorting : instance string()
| | | |___[PTY] Uitbr5 : instance bool()
| | | |___[PTY] WKR : instance bool()
| | | |___[PTY] WoCo : instance bool()
| | | |___[PTY] ZZP : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTableText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountType : string()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_BlockedInJournal : string()
| | | |___[STM] get_CPrevYear : string()
| | | |___[STM] get_CThisYear : string()
| | | |___[STM] get_CalculationExpression : string()
| | | |___[STM] get_Change : string()
| | | |___[STM] get_CurBalance : string()
| | | |___[STM] get_CurBalanceCur : string()
| | | |___[STM] get_DPrevYear : string()
| | | |___[STM] get_DThisYear : string()
| | | |___[STM] get_DebetCreditPref : string()
| | | |___[STM] get_DimUsed : string()
| | | |___[STM] get_ExternalName : string()
| | | |___[STM] get_ExternalNo : string()
| | | |___[STM] get_Hide : string()
| | | |___[STM] get_IsReconciled : string()
| | | |___[STM] get_LastPeriod : string()
| | | |___[STM] get_MandatoryCategory : string()
| | | |___[STM] get_MandatoryTax : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NewBalance : string()
| | | |___[STM] get_PageBreak : string()
| | | |___[STM] get_Percentage : string()
| | | |___[STM] get_PrevYear : string()
| | | |___[STM] get_PrimoAccount : string()
| | | |___[STM] get_SaveTotal : string()
| | | |___[STM] get_StandardAccount : string()
| | | |___[STM] get_Sum : string()
| | | |___[STM] get_SystemAccount : string()
| | | |___[STM] get_ThisYear : string()
| | | |___[STM] get_Total : string()
| | | |___[STM] get_Vat : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountType : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] BlockedInJournal : string()
| | | |___[PTY] CPrevYear : string()
| | | |___[PTY] CThisYear : string()
| | | |___[PTY] CalculationExpression : string()
| | | |___[PTY] Change : string()
| | | |___[PTY] CurBalance : string()
| | | |___[PTY] CurBalanceCur : string()
| | | |___[PTY] DPrevYear : string()
| | | |___[PTY] DThisYear : string()
| | | |___[PTY] DebetCreditPref : string()
| | | |___[PTY] DimUsed : string()
| | | |___[PTY] ExternalName : string()
| | | |___[PTY] ExternalNo : string()
| | | |___[PTY] Hide : string()
| | | |___[PTY] IsReconciled : string()
| | | |___[PTY] LastPeriod : string()
| | | |___[PTY] MandatoryCategory : string()
| | | |___[PTY] MandatoryTax : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NewBalance : string()
| | | |___[PTY] PageBreak : string()
| | | |___[PTY] Percentage : string()
| | | |___[PTY] PrevYear : string()
| | | |___[PTY] PrimoAccount : string()
| | | |___[PTY] SaveTotal : string()
| | | |___[PTY] StandardAccount : string()
| | | |___[PTY] Sum : string()
| | | |___[PTY] SystemAccount : string()
| | | |___[PTY] ThisYear : string()
| | | |___[PTY] Total : string()
| | | |___[PTY] Vat : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLTrans
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Accrual : bool()
| | | |___[MET] get_Accrued : bool()
| | | |___[MET] get_Allocated : bool()
| | | |___[MET] get_Allocation : bool()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountBase : float64()
| | | |___[MET] get_AmountCur : float64()
| | | |___[MET] get_AmountVat : float64()
| | | |___[MET] get_Canceled : bool()
| | | |___[MET] get_Correction : bool()
| | | |___[MET] get_Credit : float64()
| | | |___[MET] get_CreditCur : float64()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_DCName : string()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debit : float64()
| | | |___[MET] get_DebitCur : float64()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DocumentDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_HasVoucher : bool()
| | | |___[MET] get_Invoice : int32()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_LegalIdent : string()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_PostCalculated : bool()
| | | |___[MET] get_PrimoTrans : bool()
| | | |___[MET] get_Reconciled : bool()
| | | |___[MET] get_RefAccount : class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[MET] get_RefCreditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_RefDebtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_RefNumberSerie : class
Uniconta.ClientTools.DataModel.NumberSerieClient()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatCode : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_VatEntered : bool()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_Void : bool()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherLine : int32()
| | | |___[MET] get_VoucherX : string()
| | | |___[MET] get_YearTransfer : bool()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Accrual : instance bool()
| | | |___[PTY] Accrued : instance bool()
| | | |___[PTY] Allocated : instance bool()
| | | |___[PTY] Allocation : instance bool()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountBase : instance float64()
| | | |___[PTY] AmountCur : instance float64()
| | | |___[PTY] AmountVat : instance float64()
| | | |___[PTY] Canceled : instance bool()
| | | |___[PTY] Correction : instance bool()
| | | |___[PTY] Credit : instance float64()
| | | |___[PTY] CreditCur : instance float64()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] DCName : instance string()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance float64()
| | | |___[PTY] DebitCur : instance float64()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DocumentDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] Invoice : instance int32()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] LegalIdent : instance string()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] PostCalculated : instance bool()
| | | |___[PTY] PrimoTrans : instance bool()
| | | |___[PTY] Reconciled : instance bool()
| | | |___[PTY] RefAccount : instance class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[PTY] RefCreditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] RefDebtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] RefNumberSerie : instance class
Uniconta.ClientTools.DataModel.NumberSerieClient()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatCode : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] VatEntered : instance bool()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] Void : instance bool()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherLine : instance int32()
| | | |___[PTY] VoucherX : instance string()
| | | |___[PTY] YearTransfer : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransDCSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLTransDCSum
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[FLD] _dcRec : private class Uniconta.DataModel.DCAccount
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountVat : float64()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Credit : float64()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debit : float64()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_VatOperationName : string()
| | | |___[MET] get_VatRef : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_VatZone : string()
| | | |___[MET] get_dcRec : class Uniconta.DataModel.DCAccount()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountVat : instance float64()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Credit : instance float64()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance float64()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] VatOperationName : instance string()
| | | |___[PTY] VatRef : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] VatZone : instance string()
| | | |___[PTY] dcRec : instance class Uniconta.DataModel.DCAccount()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransDCSumCmp
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransPostedSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLTransSum
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_Credit : float64()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debit : float64()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_RefAccount : class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Credit : instance float64()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debit : instance float64()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] RefAccount : instance class
Uniconta.ClientTools.DataModel.GLAccountClient()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLTransTypeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLTransType
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountName : string()
| | | |___[MET] get_OffsetAccountType : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountType : void(string)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetAccountType : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountName : instance string()
| | | |___[PTY] OffsetAccountType : instance string()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLVatClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLVat
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 03 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountRate2 : string()
| | | |___[MET] get_CalculatedFields : object()
| | | | get_Date : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_FollowAccount : bool()
| | | |___[MET] get_FollowAccount2 : bool()
| | | |___[MET] get_Method : string()
| | | |___[MET] get_ModelBoxId : uint8()
| | | |___[MET] get_ModelBoxId2 : uint8()
| | | |___[MET] get_ModelBoxId3 : uint8()
| | | |___[MET] get_ModelBoxId4 : uint8()
| | | |___[MET] get_ModelBoxId5 : uint8()
| | | |___[MET] get_ModelBoxId6 : uint8()
| | | |___[MET] get_ModelBoxId7 : uint8()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_OffsetAccountRate2 : string()
| | | |___[MET] get_Rate : float64()
| | | |___[MET] get_Rate1Vat : string()
| | | |___[MET] get_Rate2 : float64()
| | | |___[MET] get_Rate2AfterDate : float64()
| | | |___[MET] get_Rate2PartOfBrutto : bool()
| | | |___[MET] get_Rate2Vat : string()
| | | |___[MET] get_RateAfterDate : float64()
| | | |___[MET] get_TypeBuy : string()
| | | |___[MET] get_TypeSales : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperationName : string()
| | | |___[MET] get_VatType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_AccountRate2 : void(string)
| | | | set_Date : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] set_FollowAccount : void(bool)
| | | |___[MET] set_FollowAccount2 : void(bool)
| | | |___[MET] set_Method : void(string)
| | | |___[MET] set_ModelBoxId : void(uint8)
| | | |___[MET] set_ModelBoxId2 : void(uint8)
| | | |___[MET] set_ModelBoxId3 : void(uint8)
| | | |___[MET] set_ModelBoxId4 : void(uint8)
| | | |___[MET] set_ModelBoxId5 : void(uint8)
| | | |___[MET] set_ModelBoxId6 : void(uint8)
| | | |___[MET] set_ModelBoxId7 : void(uint8)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_OffsetAccountRate2 : void(string)
| | | |___[MET] set_Rate : void(float64)
| | | |___[MET] set_Rate1Vat : void(string)
| | | |___[MET] set_Rate2 : void(float64)
| | | |___[MET] set_Rate2AfterDate : void(float64)
| | | |___[MET] set_Rate2PartOfBrutto : void(bool)
| | | |___[MET] set_Rate2Vat : void(string)
| | | |___[MET] set_RateAfterDate : void(float64)
| | | |___[MET] set_TypeBuy : void(string)
| | | |___[MET] set_TypeSales : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountRate2 : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Date : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] FollowAccount : instance bool()
| | | |___[PTY] FollowAccount2 : instance bool()
| | | |___[PTY] Method : instance string()
| | | |___[PTY] ModelBoxId : instance uint8()
| | | |___[PTY] ModelBoxId2 : instance uint8()
| | | |___[PTY] ModelBoxId3 : instance uint8()
| | | |___[PTY] ModelBoxId4 : instance uint8()
| | | |___[PTY] ModelBoxId5 : instance uint8()
| | | |___[PTY] ModelBoxId6 : instance uint8()
| | | |___[PTY] ModelBoxId7 : instance uint8()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] OffsetAccountRate2 : instance string()
| | | |___[PTY] Rate : instance float64()
| | | |___[PTY] Rate1Vat : instance string()
| | | |___[PTY] Rate2 : instance float64()
| | | |___[PTY] Rate2AfterDate : instance float64()
| | | |___[PTY] Rate2PartOfBrutto : instance bool()
| | | |___[PTY] Rate2Vat : instance string()
| | | |___[PTY] RateAfterDate : instance float64()
| | | |___[PTY] TypeBuy : instance string()
| | | |___[PTY] TypeSales : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperationName : instance string()
| | | |___[PTY] VatType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLVatText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountRate2 : string()
| | | |___[STM] get_AmountBase : string()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_FollowAccount : string()
| | | |___[STM] get_FollowAccount2 : string()
| | | |___[STM] get_ModelBoxId : string()
| | | |___[STM] get_ModelBoxId2 : string()
| | | |___[STM] get_ModelBoxId3 : string()
| | | |___[STM] get_ModelBoxId4 : string()
| | | |___[STM] get_ModelBoxId5 : string()
| | | |___[STM] get_ModelBoxId6 : string()
| | | |___[STM] get_ModelBoxId7 : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NewRate : string()
| | | |___[STM] get_NewRate2 : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_OffsetAccountRate2 : string()
| | | |___[STM] get_PrimaryKey : string()
| | | |___[STM] get_Rate : string()
| | | |___[STM] get_Rate1Vat : string()
| | | |___[STM] get_Rate2 : string()
| | | |___[STM] get_Rate2PartOfBrutto : string()
| | | |___[STM] get_Rate2Vat : string()
| | | |___[STM] get_Record : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_TypeBuy : string()
| | | |___[STM] get_TypeSales : string()
| | | |___[STM] get_VATamount : string()
| | | |___[STM] get_VATmethod : string()
| | | |___[STM] get_VATtype : string()
| | | |___[STM] get_VatOperationName : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountRate2 : string()
| | | |___[PTY] AmountBase : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] FollowAccount : string()
| | | |___[PTY] FollowAccount2 : string()
| | | |___[PTY] ModelBoxId : string()
| | | |___[PTY] ModelBoxId2 : string()
| | | |___[PTY] ModelBoxId3 : string()
| | | |___[PTY] ModelBoxId4 : string()
| | | |___[PTY] ModelBoxId5 : string()
| | | |___[PTY] ModelBoxId6 : string()
| | | |___[PTY] ModelBoxId7 : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NewRate : string()
| | | |___[PTY] NewRate2 : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] OffsetAccountRate2 : string()
| | | |___[PTY] PrimaryKey : string()
| | | |___[PTY] Rate : string()
| | | |___[PTY] Rate1Vat : string()
| | | |___[PTY] Rate2 : string()
| | | |___[PTY] Rate2PartOfBrutto : string()
| | | |___[PTY] Rate2Vat : string()
| | | |___[PTY] Record : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] TypeBuy : string()
| | | |___[PTY] TypeSales : string()
| | | |___[PTY] VATamount : string()
| | | |___[PTY] VATmethod : string()
| | | |___[PTY] VATtype : string()
| | | |___[PTY] VatOperationName : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.GLVatTypeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.GLVatType
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_ModelBoxId : uint8()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NoOffsetAccount : bool()
| | | |___[MET] get_Pct1 : float64()
| | | |___[MET] get_Pct2 : float64()
| | | |___[MET] get_Position1 : int32()
| | | |___[MET] get_Position2 : int32()
| | | |___[MET] get_Position3 : int32()
| | | |___[MET] get_Position4 : int32()
| | | |___[MET] get_Position5 : int32()
| | | |___[MET] get_Position6 : int32()
| | | |___[MET] get_Position7 : int32()
| | | |___[MET] get_Position8 : int32()
| | | |___[MET] get_Position9 : int32()
| | | |___[MET] get_PrimaryKey : uint8()
| | | |___[MET] get_UseTransAccount : bool()
| | | |___[MET] get_VatType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_ModelBoxId : void(uint8)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NoOffsetAccount : void(bool)
| | | |___[MET] set_Pct1 : void(float64)
| | | |___[MET] set_Pct2 : void(float64)
| | | |___[MET] set_Position1 : void(int32)
| | | |___[MET] set_Position2 : void(int32)
| | | |___[MET] set_Position3 : void(int32)
| | | |___[MET] set_Position4 : void(int32)
| | | |___[MET] set_Position5 : void(int32)
| | | |___[MET] set_Position6 : void(int32)
| | | |___[MET] set_Position7 : void(int32)
| | | |___[MET] set_Position8 : void(int32)
| | | |___[MET] set_Position9 : void(int32)
| | | |___[MET] set_PrimaryKey : void(uint8)
| | | |___[MET] set_UseTransAccount : void(bool)
| | | |___[MET] set_VatType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] ModelBoxId : instance uint8()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NoOffsetAccount : instance bool()
| | | |___[PTY] Pct1 : instance float64()
| | | |___[PTY] Pct2 : instance float64()
| | | |___[PTY] Position1 : instance int32()
| | | |___[PTY] Position2 : instance int32()
| | | |___[PTY] Position3 : instance int32()
| | | |___[PTY] Position4 : instance int32()
| | | |___[PTY] Position5 : instance int32()
| | | |___[PTY] Position6 : instance int32()
| | | |___[PTY] Position7 : instance int32()
| | | |___[PTY] Position8 : instance int32()
| | | |___[PTY] Position9 : instance int32()
| | | |___[PTY] PrimaryKey : instance uint8()
| | | |___[PTY] UseTransAccount : instance bool()
| | | |___[PTY] VatType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.Global
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[STF] ClientRefTypes : private static class
[mscorlib]System.Collections.Generic.Dictionary`2<class [mscorlib]System.Type,class
[mscorlib]System.Type>
| | | |___[STF] Tables : public static class [mscorlib]System.Type[]
| | | |___[STF] _Tables : public static class [mscorlib]System.Type[]
| | | |___[STM] .cctor : void()
| | | |___[STM] BaseType2ClientRefType : class [mscorlib]System.Type(class
[mscorlib]System.Type)
| | | | GetClientTableType : class [mscorlib]System.Type(string,class
[mscorlib]System.Collections.Generic.IEnumerable`1<class [mscorlib]System.Type>)
| | | |___[STM] GetClientTableType : class [mscorlib]System.Type(string)
| | | | GetStandardRefTables : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class [mscorlib]System.Type>()
| | | | GetStandardUserRefTables : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class [mscorlib]System.Type>()
| | | |___[STM] GetTableWithUserFields : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class [mscorlib]System.Type,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity&)
| | | |___[STM] GetTableWithUserFields : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class [mscorlib]System.Type,bool)
| | | | GetTables : class
[mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Type>(class
Uniconta.DataModel.Company)
| | | | GetTables : class
[mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Type>(class
Uniconta.DataModel.Company,bool)
| | | |___[STM] GetType : class [mscorlib]System.Type(string)
| | | |___[STM] GetUserTable : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class Uniconta.DataModel.TableHeader)
| | | | GetUserTables : class
[mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Type>(class
Uniconta.DataModel.Company)
| | | |___[STM] InitTypes : void()
| | |
| | |___[INT] Uniconta.ClientTools.DataModel.ICreditorStandardReport
| | | | .class interface public abstract auto ansi
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[MET] get_CreditorInfo : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] CreditorInfo : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | |
| | |___[INT] Uniconta.ClientTools.DataModel.IDebtorStandardReport
| | | | .class interface public abstract auto ansi
| | | | implements
Uniconta.ClientTools.DataModel.IStandardReportClient
| | | |___[MET] get_DebtorInfo : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DebtorInfo : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | |
| | |___[INT] Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .class interface public abstract auto ansi
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | |
| | |___[INT] Uniconta.ClientTools.DataModel.IStandardReportClient
| | | | .class interface public abstract auto ansi
| | | |___[MET] get_CompanyInfo : class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[MET] get_CompanyLogo : uint8[]()
| | | |___[MET] get_ReportName : string()
| | | |___[PTY] CompanyInfo : instance class
Uniconta.ClientTools.DataModel.CompanyClient()
| | | |___[PTY] CompanyLogo : instance uint8[]()
| | | |___[PTY] ReportName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvBOMClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvBOM
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 03 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] __item : private class Uniconta.DataModel.InvItem
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] getItem : class Uniconta.DataModel.InvItem()
| | | |___[MET] getQty : float64()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostPriceFactor : float64()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_InclValueOnInvoice : bool()
| | | |___[MET] get_InvItemMaster : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvItemPart : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_ItemMaster : string()
| | | |___[MET] get_ItemPart : string()
| | | |___[MET] get_ItemType : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_MasterName : string()
| | | |___[MET] get_MoveType : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_QtyType : string()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] get_ShowOnInvoice : bool()
| | | |___[MET] get_ShowOnPacknote : bool()
| | | |___[MET] get_UnitSize : float64()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostPriceFactor : void(float64)
| | | |___[MET] set_InclValueOnInvoice : void(bool)
| | | |___[MET] set_ItemMaster : void(string)
| | | |___[MET] set_ItemPart : void(string)
| | | |___[MET] set_MoveType : void(string)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_QtyType : void(string)
| | | |___[MET] set_ShowOnInvoice : void(bool)
| | | |___[MET] set_ShowOnPacknote : void(bool)
| | | |___[MET] set_UnitSize : void(float64)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostPriceFactor : instance float64()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] InclValueOnInvoice : instance bool()
| | | |___[PTY] InvItemMaster : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvItemPart : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] ItemMaster : instance string()
| | | |___[PTY] ItemPart : instance string()
| | | |___[PTY] ItemType : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] MasterName : instance string()
| | | |___[PTY] MoveType : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] QtyType : instance string()
| | | |___[PTY] SalesValue : instance float64()
| | | |___[PTY] ShowOnInvoice : instance bool()
| | | |___[PTY] ShowOnPacknote : instance bool()
| | | |___[PTY] UnitSize : instance float64()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvBOMClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostPriceFactor : string()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_InclValueOnInvoice : string()
| | | |___[STM] get_ItemMaster : string()
| | | |___[STM] get_ItemPart : string()
| | | |___[STM] get_MoveType : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_QtyType : string()
| | | |___[STM] get_SalesValue : string()
| | | |___[STM] get_ShowOnInvoice : string()
| | | |___[STM] get_ShowOnPacknote : string()
| | | |___[STM] get_UnitSize : string()
| | | |___[PTY] CostPriceFactor : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] InclValueOnInvoice : string()
| | | |___[PTY] ItemMaster : string()
| | | |___[PTY] ItemPart : string()
| | | |___[PTY] MoveType : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] QtyType : string()
| | | |___[PTY] SalesValue : string()
| | | |___[PTY] ShowOnInvoice : string()
| | | |___[PTY] ShowOnPacknote : string()
| | | |___[PTY] UnitSize : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvBOMSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] <GroupAccounting>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AutoNumber : string()
| | | |___[MET] get_BomIncreaseValue : string()
| | | |___[MET] get_BomIssue : string()
| | | |___[MET] get_BomReceipt : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostAccount : string()
| | | | get_CountryOfOrigin : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[MET] get_Group : string()
| | | | get_GroupAccounting : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[MET] get_InvAccount : string()
| | | |___[MET] get_InvReceipt : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_JournalOffset : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PurchaseAccount : string()
| | | |___[MET] get_PurchaseAccount1 : string()
| | | |___[MET] get_PurchaseAccount2 : string()
| | | |___[MET] get_PurchaseAccount3 : string()
| | | |___[MET] get_PurchaseAccount4 : string()
| | | |___[MET] get_PurchaseVat : string()
| | | |___[MET] get_PurchaseVat1 : string()
| | | |___[MET] get_PurchaseVat2 : string()
| | | |___[MET] get_PurchaseVat3 : string()
| | | |___[MET] get_PurchaseVat4 : string()
| | | |___[MET] get_RevenueAccount : string()
| | | |___[MET] get_RevenueAccount1 : string()
| | | |___[MET] get_RevenueAccount2 : string()
| | | |___[MET] get_RevenueAccount3 : string()
| | | |___[MET] get_RevenueAccount4 : string()
| | | |___[MET] get_SalesVat : string()
| | | |___[MET] get_SalesVat1 : string()
| | | |___[MET] get_SalesVat2 : string()
| | | |___[MET] get_SalesVat3 : string()
| | | |___[MET] get_SalesVat4 : string()
| | | |___[MET] get_TariffNumber : string()
| | | |___[MET] get_UseFirstIfBlank : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AutoNumber : void(string)
| | | |___[MET] set_BomIncreaseValue : void(string)
| | | |___[MET] set_BomIssue : void(string)
| | | |___[MET] set_BomReceipt : void(string)
| | | |___[MET] set_CostAccount : void(string)
| | | | set_CountryOfOrigin : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | |___[MET] set_Group : void(string)
| | | | set_GroupAccounting : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>)
| | | |___[MET] set_InvAccount : void(string)
| | | |___[MET] set_InvReceipt : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_JournalOffset : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PurchaseAccount : void(string)
| | | |___[MET] set_PurchaseAccount1 : void(string)
| | | |___[MET] set_PurchaseAccount2 : void(string)
| | | |___[MET] set_PurchaseAccount3 : void(string)
| | | |___[MET] set_PurchaseAccount4 : void(string)
| | | |___[MET] set_PurchaseVat : void(string)
| | | |___[MET] set_PurchaseVat1 : void(string)
| | | |___[MET] set_PurchaseVat2 : void(string)
| | | |___[MET] set_PurchaseVat3 : void(string)
| | | |___[MET] set_PurchaseVat4 : void(string)
| | | |___[MET] set_RevenueAccount : void(string)
| | | |___[MET] set_RevenueAccount1 : void(string)
| | | |___[MET] set_RevenueAccount2 : void(string)
| | | |___[MET] set_RevenueAccount3 : void(string)
| | | |___[MET] set_RevenueAccount4 : void(string)
| | | |___[MET] set_SalesVat : void(string)
| | | |___[MET] set_SalesVat1 : void(string)
| | | |___[MET] set_SalesVat2 : void(string)
| | | |___[MET] set_SalesVat3 : void(string)
| | | |___[MET] set_SalesVat4 : void(string)
| | | |___[MET] set_TariffNumber : void(string)
| | | |___[MET] set_UseFirstIfBlank : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AutoNumber : instance string()
| | | |___[PTY] BomIncreaseValue : instance string()
| | | |___[PTY] BomIssue : instance string()
| | | |___[PTY] BomReceipt : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostAccount : instance string()
| | | |___[PTY] CountryOfOrigin : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupAccounting : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.DCGroupPostingClient>()
| | | |___[PTY] InvAccount : instance string()
| | | |___[PTY] InvReceipt : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] JournalOffset : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PurchaseAccount : instance string()
| | | |___[PTY] PurchaseAccount1 : instance string()
| | | |___[PTY] PurchaseAccount2 : instance string()
| | | |___[PTY] PurchaseAccount3 : instance string()
| | | |___[PTY] PurchaseAccount4 : instance string()
| | | |___[PTY] PurchaseVat : instance string()
| | | |___[PTY] PurchaseVat1 : instance string()
| | | |___[PTY] PurchaseVat2 : instance string()
| | | |___[PTY] PurchaseVat3 : instance string()
| | | |___[PTY] PurchaseVat4 : instance string()
| | | |___[PTY] RevenueAccount : instance string()
| | | |___[PTY] RevenueAccount1 : instance string()
| | | |___[PTY] RevenueAccount2 : instance string()
| | | |___[PTY] RevenueAccount3 : instance string()
| | | |___[PTY] RevenueAccount4 : instance string()
| | | |___[PTY] SalesVat : instance string()
| | | |___[PTY] SalesVat1 : instance string()
| | | |___[PTY] SalesVat2 : instance string()
| | | |___[PTY] SalesVat3 : instance string()
| | | |___[PTY] SalesVat4 : instance string()
| | | |___[PTY] TariffNumber : instance string()
| | | |___[PTY] UseFirstIfBlank : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvGroupText
| | | | .class public auto ansi beforefieldinit
| | | |___[STF] Format : private static string
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void()
| | | |___[STM] get_BomIncreaseValue : string()
| | | |___[STM] get_BomIssue : string()
| | | |___[STM] get_BomReceipt : string()
| | | |___[STM] get_CostAccount : string()
| | | |___[STM] get_CostAccount0 : string()
| | | |___[STM] get_CostAccount1 : string()
| | | |___[STM] get_CostAccount2 : string()
| | | |___[STM] get_CostAccount3 : string()
| | | |___[STM] get_CostAccount4 : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_InvAccount : string()
| | | |___[STM] get_InvReceipt : string()
| | | |___[STM] get_JournalOffset : string()
| | | |___[STM] get_Materials : string()
| | | |___[STM] get_MaterialsOffset : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Outlay : string()
| | | |___[STM] get_OutlayOffset : string()
| | | |___[STM] get_PurchaseAccount : string()
| | | |___[STM] get_PurchaseAccount1 : string()
| | | |___[STM] get_PurchaseAccount2 : string()
| | | |___[STM] get_PurchaseAccount3 : string()
| | | |___[STM] get_PurchaseAccount4 : string()
| | | |___[STM] get_PurchaseVat : string()
| | | |___[STM] get_PurchaseVat1 : string()
| | | |___[STM] get_PurchaseVat2 : string()
| | | |___[STM] get_PurchaseVat3 : string()
| | | |___[STM] get_PurchaseVat4 : string()
| | | |___[STM] get_PurchaseVatOpr : string()
| | | |___[STM] get_PurchaseVatOpr1 : string()
| | | |___[STM] get_PurchaseVatOpr2 : string()
| | | |___[STM] get_PurchaseVatOpr3 : string()
| | | |___[STM] get_PurchaseVatOpr4 : string()
| | | |___[STM] get_RevenueAccount : string()
| | | |___[STM] get_RevenueAccount1 : string()
| | | |___[STM] get_RevenueAccount2 : string()
| | | |___[STM] get_RevenueAccount3 : string()
| | | |___[STM] get_RevenueAccount4 : string()
| | | |___[STM] get_SalesVat : string()
| | | |___[STM] get_SalesVat1 : string()
| | | |___[STM] get_SalesVat2 : string()
| | | |___[STM] get_SalesVat3 : string()
| | | |___[STM] get_SalesVat4 : string()
| | | |___[STM] get_SalesVatOpr : string()
| | | |___[STM] get_SalesVatOpr1 : string()
| | | |___[STM] get_SalesVatOpr2 : string()
| | | |___[STM] get_SalesVatOpr3 : string()
| | | |___[STM] get_SalesVatOpr4 : string()
| | | |___[STM] get_WorkInProgress : string()
| | | |___[STM] get_WorkInProgressOffset : string()
| | | |___[PTY] BomIncreaseValue : string()
| | | |___[PTY] BomIssue : string()
| | | |___[PTY] BomReceipt : string()
| | | |___[PTY] CostAccount : string()
| | | |___[PTY] CostAccount0 : string()
| | | |___[PTY] CostAccount1 : string()
| | | |___[PTY] CostAccount2 : string()
| | | |___[PTY] CostAccount3 : string()
| | | |___[PTY] CostAccount4 : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] InvAccount : string()
| | | |___[PTY] InvReceipt : string()
| | | |___[PTY] JournalOffset : string()
| | | |___[PTY] Materials : string()
| | | |___[PTY] MaterialsOffset : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Outlay : string()
| | | |___[PTY] OutlayOffset : string()
| | | |___[PTY] PurchaseAccount : string()
| | | |___[PTY] PurchaseAccount1 : string()
| | | |___[PTY] PurchaseAccount2 : string()
| | | |___[PTY] PurchaseAccount3 : string()
| | | |___[PTY] PurchaseAccount4 : string()
| | | |___[PTY] PurchaseVat : string()
| | | |___[PTY] PurchaseVat1 : string()
| | | |___[PTY] PurchaseVat2 : string()
| | | |___[PTY] PurchaseVat3 : string()
| | | |___[PTY] PurchaseVat4 : string()
| | | |___[PTY] PurchaseVatOpr : string()
| | | |___[PTY] PurchaseVatOpr1 : string()
| | | |___[PTY] PurchaseVatOpr2 : string()
| | | |___[PTY] PurchaseVatOpr3 : string()
| | | |___[PTY] PurchaseVatOpr4 : string()
| | | |___[PTY] RevenueAccount : string()
| | | |___[PTY] RevenueAccount1 : string()
| | | |___[PTY] RevenueAccount2 : string()
| | | |___[PTY] RevenueAccount3 : string()
| | | |___[PTY] RevenueAccount4 : string()
| | | |___[PTY] SalesVat : string()
| | | |___[PTY] SalesVat1 : string()
| | | |___[PTY] SalesVat2 : string()
| | | |___[PTY] SalesVat3 : string()
| | | |___[PTY] SalesVat4 : string()
| | | |___[PTY] SalesVatOpr : string()
| | | |___[PTY] SalesVatOpr1 : string()
| | | |___[PTY] SalesVatOpr2 : string()
| | | |___[PTY] SalesVatOpr3 : string()
| | | |___[PTY] SalesVatOpr4 : string()
| | | |___[PTY] WorkInProgress : string()
| | | |___[PTY] WorkInProgressOffset : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemAccountNameText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccountName : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_ItemName : string()
| | | |___[STM] get_ItemNameGroup : string()
| | | |___[STM] get_Language : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_Text : string()
| | | |___[PTY] AccountName : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] ItemName : string()
| | | |___[PTY] ItemNameGroup : string()
| | | |___[PTY] Language : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] Text : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvItem
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <BOMs>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvBOMClient>
| | | |___[FLD] <InventoryTransactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>
| | | |___[FLD] <ItemNames>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>
| | | |___[FLD] <ItemPrices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>
| | | |___[FLD] <ItemSeriaBatches>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>
| | | |___[FLD] <ItemStorages>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemStorageClient>
| | | |___[FLD] <ItemVariants>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvVariantCombiClient>
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AlternativeItem : string()
| | | |___[MET] get_AlternativeItemRef : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_AverageCost : float64()
| | | |___[MET] get_BOMCostOfLines : bool()
| | | | get_BOMs : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvBOMClient>()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Cartons : float64()
| | | |___[MET] get_CostModel : string()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_CostValue : float64()
| | | | get_CountryOfOrigin : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Currency1 : string()
| | | |___[MET] get_Currency2 : string()
| | | |___[MET] get_Currency3 : string()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_IncludeInDiscount : bool()
| | | |___[MET] get_InventoryGroup : class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | | get_InventoryTransactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemIncludedInBOM : bool()
| | | | get_ItemNames : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | | get_ItemPrices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | | get_ItemSeriaBatches : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | | get_ItemStorages : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemStorageClient>()
| | | |___[MET] get_ItemType : string()
| | | | get_ItemVariants : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvVariantCombiClient>()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_LocationRef : class
Uniconta.ClientTools.DataModel.InvLocationClient()
| | | |___[MET] get_MandatorySerialBatch : bool()
| | | |___[MET] get_MandatorySerialBatchMarking : bool()
| | | |___[MET] get_MandatoryVariant : bool()
| | | |___[MET] get_MaxStockLevel : float64()
| | | |___[MET] get_MinStockLevel : float64()
| | | |___[MET] get_Name : string()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_PayrollCategory : string()
| | | |___[MET] get_PayrollCategoryRef : class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_PurchaseAccount : string()
| | | |___[MET] get_PurchaseCurrency : string()
| | | |___[MET] get_PurchaseName : string()
| | | |___[MET] get_PurchasePrice : float64()
| | | |___[MET] get_PurchaseQty : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SalesPrice1 : float64()
| | | |___[MET] get_SalesPrice2 : float64()
| | | |___[MET] get_SalesPrice3 : float64()
| | | |___[MET] get_SalesQty : float64()
| | | |___[MET] get_SerialOrBatch : string()
| | | |___[MET] get_StandardVariant : string()
| | | |___[MET] get_StockPosition : string()
| | | |___[MET] get_TariffNumber : string()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_UseAlternative : string()
| | | |___[MET] get_UseStorage : bool()
| | | |___[MET] get_UseVariants : bool()
| | | |___[MET] get_Volume : float64()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] get_WarehouseRef : class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[MET] get_Weight : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AlternativeItem : void(string)
| | | |___[MET] set_BOMCostOfLines : void(bool)
| | | | set_BOMs : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvBOMClient>)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_Cartons : void(float64)
| | | |___[MET] set_CostModel : void(string)
| | | |___[MET] set_CostPrice : void(float64)
| | | | set_CountryOfOrigin : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | |___[MET] set_Currency1 : void(string)
| | | |___[MET] set_Currency2 : void(string)
| | | |___[MET] set_Currency3 : void(string)
| | | |___[MET] set_Decimals : void(int32)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_IncludeInDiscount : void(bool)
| | | | set_InventoryTransactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_ItemIncludedInBOM : void(bool)
| | | | set_ItemNames : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>)
| | | | set_ItemPrices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>)
| | | | set_ItemSeriaBatches : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>)
| | | | set_ItemStorages : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemStorageClient>)
| | | |___[MET] set_ItemType : void(string)
| | | | set_ItemVariants : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvVariantCombiClient>)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_MandatorySerialBatch : void(bool)
| | | |___[MET] set_MandatorySerialBatchMarking : void(bool)
| | | |___[MET] set_MandatoryVariant : void(bool)
| | | |___[MET] set_MaxStockLevel : void(float64)
| | | |___[MET] set_MinStockLevel : void(float64)
| | | |___[MET] set_Name : void(string)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | |___[MET] set_PayrollCategory : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PurchaseAccount : void(string)
| | | |___[MET] set_PurchaseCurrency : void(string)
| | | |___[MET] set_PurchasePrice : void(float64)
| | | |___[MET] set_PurchaseQty : void(float64)
| | | |___[MET] set_SalesPrice1 : void(float64)
| | | |___[MET] set_SalesPrice2 : void(float64)
| | | |___[MET] set_SalesPrice3 : void(float64)
| | | |___[MET] set_SalesQty : void(float64)
| | | |___[MET] set_SerialOrBatch : void(string)
| | | |___[MET] set_StandardVariant : void(string)
| | | |___[MET] set_StockPosition : void(string)
| | | |___[MET] set_TariffNumber : void(string)
| | | |___[MET] set_Unit : void(string)
| | | |___[MET] set_UseAlternative : void(string)
| | | |___[MET] set_UseStorage : void(bool)
| | | |___[MET] set_UseVariants : void(bool)
| | | |___[MET] set_Volume : void(float64)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[MET] set_Weight : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AlternativeItem : instance string()
| | | |___[PTY] AlternativeItemRef : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] AverageCost : instance float64()
| | | |___[PTY] BOMCostOfLines : instance bool()
| | | |___[PTY] BOMs : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvBOMClient>()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Cartons : instance float64()
| | | |___[PTY] CostModel : instance string()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] CountryOfOrigin : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Currency1 : instance string()
| | | |___[PTY] Currency2 : instance string()
| | | |___[PTY] Currency3 : instance string()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] IncludeInDiscount : instance bool()
| | | |___[PTY] InventoryGroup : instance class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[PTY] InventoryTransactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemIncludedInBOM : instance bool()
| | | |___[PTY] ItemNames : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | |___[PTY] ItemPrices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | | |___[PTY] ItemSeriaBatches : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | |___[PTY] ItemStorages : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemStorageClient>()
| | | |___[PTY] ItemType : instance string()
| | | |___[PTY] ItemVariants : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvVariantCombiClient>()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] LocationRef : instance class
Uniconta.ClientTools.DataModel.InvLocationClient()
| | | |___[PTY] MandatorySerialBatch : instance bool()
| | | |___[PTY] MandatorySerialBatchMarking : instance bool()
| | | |___[PTY] MandatoryVariant : instance bool()
| | | |___[PTY] MaxStockLevel : instance float64()
| | | |___[PTY] MinStockLevel : instance float64()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] PayrollCategory : instance string()
| | | |___[PTY] PayrollCategoryRef : instance class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] PurchaseAccount : instance string()
| | | |___[PTY] PurchaseCurrency : instance string()
| | | |___[PTY] PurchaseName : instance string()
| | | |___[PTY] PurchasePrice : instance float64()
| | | |___[PTY] PurchaseQty : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SalesPrice1 : instance float64()
| | | |___[PTY] SalesPrice2 : instance float64()
| | | |___[PTY] SalesPrice3 : instance float64()
| | | |___[PTY] SalesQty : instance float64()
| | | |___[PTY] SerialOrBatch : instance string()
| | | |___[PTY] StandardVariant : instance string()
| | | |___[PTY] StockPosition : instance string()
| | | |___[PTY] TariffNumber : instance string()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] UseAlternative : instance string()
| | | |___[PTY] UseStorage : instance bool()
| | | |___[PTY] UseVariants : instance bool()
| | | |___[PTY] Volume : instance float64()
| | | |___[PTY] Warehouse : instance string()
| | | |___[PTY] WarehouseRef : instance class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[PTY] Weight : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemNameGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvItemNameGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] <ItemNames>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_ItemNames : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | |___[MET] get_Language : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_ItemNames : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>)
| | | |___[MET] set_Language : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] ItemNames : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvItemTextClient>()
| | | |___[PTY] Language : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemStorageClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvItemStorage
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 02 00 54 0E
08 4C 61 62 65 6C 4B 65 79 06 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] SetItemValues : void(class
Uniconta.DataModel.InvItem,valuetype Uniconta.DataModel.StorageRegister)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Available : float64()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvWarehouse : class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_MaxStockLevel : float64()
| | | |___[MET] get_MinStockLevel : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_QtyOrdered : float64()
| | | |___[MET] get_QtyReserved : float64()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_MaxStockLevel : void(float64)
| | | |___[MET] set_MinStockLevel : void(float64)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Available : instance float64()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvWarehouse : instance class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] MaxStockLevel : instance float64()
| | | |___[PTY] MinStockLevel : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] QtyOrdered : instance float64()
| | | |___[PTY] QtyReserved : instance float64()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Warehouse : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemStorageClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.DataModel.InvItemStorage>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.DataModel.InvItemStorage,class Uniconta.DataModel.InvItemStorage)
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemStorageClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Available : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_Location : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_QtyOrdered : string()
| | | |___[STM] get_QtyReserved : string()
| | | |___[STM] get_Warehouse : string()
| | | |___[PTY] Available : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] Location : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] QtyOrdered : string()
| | | |___[PTY] QtyReserved : string()
| | | |___[PTY] Warehouse : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemTextClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvItemText
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_ItemNameGroup : string()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.InvItemNameGroupClient()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_ItemNameGroup : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] ItemNameGroup : instance string()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.InvItemNameGroupClient()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvItemTextSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvJournalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvJournal
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AutoSave : bool()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_DeleteLines : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_GenerateVoucher : bool()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_OneVoucherForAll : bool()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AutoSave : void(bool)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_DeleteLines : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_GenerateVoucher : void(bool)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_NumberSerie : void(string)
| | | |___[MET] set_OneVoucherForAll : void(bool)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AutoSave : instance bool()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] DeleteLines : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] GenerateVoucher : instance bool()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] OneVoucherForAll : instance bool()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvJournalLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvJournalLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 05 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] SetItemValues : void(class Uniconta.DataModel.InvItem)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CalculatedFields : object()
| | | | get_CostPrice : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | | get_CostValue : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_LocationTo : string()
| | | |___[MET] get_Master : class
Uniconta.ClientTools.DataModel.InvJournalClient()
| | | |___[MET] get_MovementType : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_Price : float64()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_ReportAsFinished : bool()
| | | |___[MET] get_ReportAsFinishedDeep : bool()
| | | |___[MET] get_SerieBatch : string()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] get_WarehouseTo : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | | set_CostPrice : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | set_CostValue : void(valuetype
[mscorlib]System.Nullable`1<float64>)
| | | |___[MET] set_DCAccount : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_LocationTo : void(string)
| | | |___[MET] set_MovementType : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_Price : void(float64)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_ReportAsFinished : void(bool)
| | | |___[MET] set_ReportAsFinishedDeep : void(bool)
| | | |___[MET] set_SerieBatch : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[MET] set_WarehouseTo : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostPrice : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] CostValue : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] LocationTo : instance string()
| | | |___[PTY] Master : instance class
Uniconta.ClientTools.DataModel.InvJournalClient()
| | | |___[PTY] MovementType : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] Price : instance float64()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] ReportAsFinished : instance bool()
| | | |___[PTY] ReportAsFinishedDeep : instance bool()
| | | |___[PTY] SerieBatch : instance string()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Warehouse : instance string()
| | | |___[PTY] WarehouseTo : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvJournalLineLineText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_DCAccount : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_LocationTo : string()
| | | |___[STM] get_MovementType : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_Price : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_ReportAsFinished : string()
| | | |___[STM] get_ReportAsFinishedDeep : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_WarehouseTo : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] DCAccount : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] LocationTo : string()
| | | |___[PTY] MovementType : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] Price : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] ReportAsFinished : string()
| | | |___[PTY] ReportAsFinishedDeep : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] WarehouseTo : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvJournalLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvLocationClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvLocation
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_InvWarehouse : class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] InvWarehouse : instance class
Uniconta.ClientTools.DataModel.InvWarehouseClient()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Warehouse : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvLocationClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvPriceListClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Active : string()
| | | |___[STM] get_Currency : string()
| | | |___[STM] get_FirstMatch : string()
| | | |___[STM] get_FixedContributionRate : string()
| | | |___[STM] get_InclVat : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_LinkToPricelist : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Pct : string()
| | | |___[STM] get_Price : string()
| | | |___[STM] get_PriceList : string()
| | | |___[STM] get_PriceListCreditor : string()
| | | |___[STM] get_PriceListDebtor : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_RoundMargin : string()
| | | |___[STM] get_ValidFrom : string()
| | | |___[STM] get_ValidTo : string()
| | | |___[PTY] Active : string()
| | | |___[PTY] Currency : string()
| | | |___[PTY] FirstMatch : string()
| | | |___[PTY] FixedContributionRate : string()
| | | |___[PTY] InclVat : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] LinkToPricelist : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Pct : string()
| | | |___[PTY] Price : string()
| | | |___[PTY] PriceList : string()
| | | |___[PTY] PriceListCreditor : string()
| | | |___[PTY] PriceListDebtor : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] RoundMargin : string()
| | | |___[PTY] ValidFrom : string()
| | | |___[PTY] ValidTo : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvPriceListLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvPriceListLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 17 // ....T..LabelKey. ...
| | | |___[FLD] ExchangeRate : public float64
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] getInv : class Uniconta.DataModel.InvItem()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_DCType : string()
| | | |___[MET] get_FixedContributionRate : bool()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvItemGroup : class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemGroup : string()
| | | |___[MET] get_ItemGroupName : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_MasterCreditor : class
Uniconta.ClientTools.DataModel.CreditorPriceListClient()
| | | |___[MET] get_MasterDebtor : class
Uniconta.ClientTools.DataModel.DebtorPriceListClient()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Pct : float64()
| | | |___[MET] get_Price : float64()
| | | |___[MET] get_PriceList : string()
| | | |___[MET] get_PriceListCreditor : string()
| | | |___[MET] get_PriceListDebtor : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_FixedContributionRate : void(bool)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_ItemGroup : void(string)
| | | |___[MET] set_Margin : void(float64)
| | | |___[MET] set_MarginRatio : void(float64)
| | | |___[MET] set_Pct : void(float64)
| | | |___[MET] set_Price : void(float64)
| | | |___[MET] set_PriceList : void(string)
| | | |___[MET] set_PriceListCreditor : void(string)
| | | |___[MET] set_PriceListDebtor : void(string)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] DCType : instance string()
| | | |___[PTY] FixedContributionRate : instance bool()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvItemGroup : instance class
Uniconta.ClientTools.DataModel.InvGroupClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemGroup : instance string()
| | | |___[PTY] ItemGroupName : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] MasterCreditor : instance class
Uniconta.ClientTools.DataModel.CreditorPriceListClient()
| | | |___[PTY] MasterDebtor : instance class
Uniconta.ClientTools.DataModel.DebtorPriceListClient()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Pct : instance float64()
| | | |___[PTY] Price : instance float64()
| | | |___[PTY] PriceList : instance string()
| | | |___[PTY] PriceListCreditor : instance string()
| | | |___[PTY] PriceListDebtor : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvPristListLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.DataModel.InvPriceListLine>
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | | |___[MET] Compare : int32(class
Uniconta.DataModel.InvPriceListLine,class Uniconta.DataModel.InvPriceListLine)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSerieBatchClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvSerieBatch
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Expire : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_QtyMarked : float64()
| | | |___[MET] get_QtyOpen : float64()
| | | |___[MET] get_QtySold : float64()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Expire : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_QtyMarked : void(float64)
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Expire : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] QtyMarked : instance float64()
| | | |___[PTY] QtyOpen : instance float64()
| | | |___[PTY] QtySold : instance float64()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSerieBatchText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_Expire : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_QtyMarked : string()
| | | |___[STM] get_QtyOpen : string()
| | | |___[STM] get_QtySold : string()
| | | |___[STM] get_SerieBatch : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] Expire : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] QtyMarked : string()
| | | |___[PTY] QtyOpen : string()
| | | |___[PTY] QtySold : string()
| | | |___[PTY] SerieBatch : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStandardVariantClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvStandardVariant
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[CLS] <>c__DisplayClass12_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.ClientTools.DataModel.InvStandardVariantClient
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>>
| | | | |___[MET] .ctor : void()
| | | | | <LoadCombinations>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient[]>)
| | | |
| | | |___[FLD] <Combinations>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>>
| | | |___[MET] .ctor : void()
| | | |___[MET] IsLoading : bool()
| | | | LoadCombinations : class
[mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>>(class
Uniconta.API.System.QueryAPI)
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Code : string()
| | | | get_Combinations : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Code : void(string)
| | | | set_Combinations : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Code : instance string()
| | | |___[PTY] Combinations : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient>()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStandardVariantCombiClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvStandardVariantCombi
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _IsEditable : private bool
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_InvVariant1 : class
Uniconta.ClientTools.DataModel.InvVariant1Client()
| | | |___[MET] get_InvVariant2 : class
Uniconta.ClientTools.DataModel.InvVariant2Client()
| | | |___[MET] get_IsEditable : bool()
| | | |___[MET] get_StandardVariant : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_IsEditable : void(bool)
| | | |___[MET] set_StandardVariant : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] InvVariant1 : instance class
Uniconta.ClientTools.DataModel.InvVariant1Client()
| | | |___[PTY] InvVariant2 : instance class
Uniconta.ClientTools.DataModel.InvVariant2Client()
| | | |___[PTY] IsEditable : instance bool()
| | | |___[PTY] StandardVariant : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStandardVariantCombiSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStatistickClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.Inventory.Statistick
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_DB : float64()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SalesValue : float64()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] DB : instance float64()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SalesValue : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStatistickText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_DB : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_ItemName : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_SalesValue : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] DB : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] ItemName : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] SalesValue : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvStockStatus
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_SumVersion : int32()
| | | |___[MET] get_Warehouse : string()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] SumVersion : instance int32()
| | | |___[PTY] Warehouse : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvSum
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] _dcRec : private class Uniconta.DataModel.DCAccount
| | | |___[FLD] _debGroup : public string
| | | |___[FLD] _invGroup : public string
| | | |___[FLD] _itemRec : private class Uniconta.DataModel.InvItem
| | | |___[FLD] _vatRec : private class Uniconta.DataModel.GLVat
| | | |___[MET] .ctor : void()
| | | |___[MET] Equals : bool(object)
| | | |___[MET] GetHashCode : int32()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemGroup : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_ItemType : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SalesValue : float64()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatName : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_VatOperationName : string()
| | | |___[MET] get_VatRef : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_VatZone : string()
| | | |___[MET] get_dcRec : class Uniconta.DataModel.DCAccount()
| | | |___[MET] get_itemRec : class Uniconta.DataModel.InvItem()
| | | |___[MET] get_vatRec : class Uniconta.DataModel.GLVat()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemGroup : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] ItemType : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SalesValue : instance float64()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatName : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] VatOperationName : instance string()
| | | |___[PTY] VatRef : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] VatZone : instance string()
| | | |___[PTY] dcRec : instance class Uniconta.DataModel.DCAccount()
| | | |___[PTY] itemRec : instance class Uniconta.DataModel.InvItem()
| | | |___[PTY] vatRec : instance class Uniconta.DataModel.GLVat()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumDate
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Month : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] Month : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumDbInvCmp
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumInvCmp
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumInvDbCmp
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvSumsText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_ItemGroup : string()
| | | |___[STM] get_ItemName : string()
| | | |___[STM] get_ItemNumber : string()
| | | |___[STM] get_Month : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_SalesValue : string()
| | | |___[STM] get_Vat : string()
| | | |___[STM] get_VatName : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] ItemGroup : string()
| | | |___[PTY] ItemName : string()
| | | |___[PTY] ItemNumber : string()
| | | |___[PTY] Month : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] SalesValue : string()
| | | |___[PTY] Vat : string()
| | | |___[PTY] VatName : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvTrans
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] <SerieBatches>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _itm : private class Uniconta.DataModel.InvItem
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_AmountPosted : float64()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_CostRestated : bool()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension1Name : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension2Name : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension3Name : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension4Name : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Dimension5Name : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_EndDiscountPct : float64()
| | | |___[MET] get_Imported : bool()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvoiceNetAmount : float64()
| | | |___[MET] get_InvoiceNumber : int32()
| | | |___[MET] get_InvoiceQty : float64()
| | | |___[MET] get_InvoiceTotal : float64()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_LineNumber : int32()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_MovementType : string()
| | | |___[MET] get_NetAmount : float64()
| | | |___[MET] get_OrderNumber : int32()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] get_SalesPriceCur : float64()
| | | | get_SerieBatches : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | |___[MET] get_StockUpdate : bool()
| | | |___[MET] get_SubTotal : bool()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_Total : float64()
| | | |___[MET] get_TotalCur : float64()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant1Name : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Variant2Name : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatCode : class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] get_WarehouseName : string()
| | | |___[MET] get_itm : class Uniconta.DataModel.InvItem()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_SerieBatches : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>)
| | | |___[MET] set_SubTotal : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] AmountPosted : instance float64()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] CostRestated : instance bool()
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension1Name : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension2Name : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension3Name : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension4Name : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Dimension5Name : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] EndDiscountPct : instance float64()
| | | |___[PTY] Imported : instance bool()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvoiceNetAmount : instance float64()
| | | |___[PTY] InvoiceNumber : instance int32()
| | | |___[PTY] InvoiceQty : instance float64()
| | | |___[PTY] InvoiceTotal : instance float64()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] LineNumber : instance int32()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] MovementType : instance string()
| | | |___[PTY] NetAmount : instance float64()
| | | |___[PTY] OrderNumber : instance int32()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] SalesPrice : instance float64()
| | | |___[PTY] SalesPriceCur : instance float64()
| | | |___[PTY] SerieBatches : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvSerieBatchClient>()
| | | |___[PTY] StockUpdate : instance bool()
| | | |___[PTY] SubTotal : instance bool()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] Total : instance float64()
| | | |___[PTY] TotalCur : instance float64()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant1Name : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Variant2Name : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatCode : instance class
Uniconta.ClientTools.DataModel.GLVatClient()
| | | |___[PTY] Warehouse : instance string()
| | | |___[PTY] WarehouseName : instance string()
| | | |___[PTY] itm : instance class Uniconta.DataModel.InvItem()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvTransInvoice
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvTransClient
| | | | implements Uniconta.DataModel.ITableFieldData
| | | |___[FLD] <FormattedSerieBatchNumbers>k__BackingField : private
string
| | | |___[FLD] <UnitStr>k__BackingField : private string
| | | |___[FLD] _Cartons : public float64
| | | |___[FLD] _Decimals : public uint8
| | | |___[FLD] _SerialOrBatch : public uint8
| | | |___[FLD] _VatPct : public float64
| | | |___[FLD] _Volume : public float64
| | | |___[FLD] _Weight : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] GetUserField : object(string)
| | | |___[MET] GetUserFieldBoolean : bool(int32)
| | | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | | |___[MET] GetUserFieldDouble : float64(int32)
| | | |___[MET] GetUserFieldIdx : object(int32)
| | | |___[MET] GetUserFieldIndex : int32(string)
| | | |___[MET] GetUserFieldInt64 : int64(int32)
| | | |___[MET] GetUserFieldSingle : float32(int32)
| | | |___[MET] GetUserFieldString : string(int32)
| | | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | |___[MET] SetUserField : bool(string,object)
| | | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | | |___[MET] SetUserFieldDouble : void(int32,float64)
| | | |___[MET] SetUserFieldIdx : void(int32,object)
| | | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | | |___[MET] SetUserFieldSingle : void(int32,float32)
| | | |___[MET] SetUserFieldString : void(int32,string)
| | | |___[MET] SetUserFields : void(object[])
| | | |___[MET] SetValues : void(class Uniconta.DataModel.InvItem,class
Uniconta.ClientTools.DataModel.DCInvoiceClient)
| | | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | | |___[MET] UserFieldTableId : int32()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Cartons : float64()
| | | | get_DateOnOrder : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | | get_ExpectedDate : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[MET] get_FormattedInvoiceQty : string()
| | | |___[MET] get_FormattedSerieBatchNumbers : string()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_InvoicePrice : float64()
| | | |___[MET] get_Note : string()
| | | | get_OrderedQty : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | | get_Remaining : valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[MET] get_UnitStr : string()
| | | |___[MET] get_UserField : class
Uniconta.DataModel.TableFieldDataRow()
| | | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | | |___[MET] get_VatPct : float64()
| | | |___[MET] get_Volume : float64()
| | | |___[MET] get_Week : int32()
| | | |___[MET] get_Weight : float64()
| | | |___[MET] set_FormattedSerieBatchNumbers : void(string)
| | | |___[MET] set_HasNote : void(bool)
| | | |___[MET] set_UnitStr : void(string)
| | | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | | |___[PTY] Cartons : instance float64()
| | | |___[PTY] DateOnOrder : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] ExpectedDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] FormattedInvoiceQty : instance string()
| | | |___[PTY] FormattedSerieBatchNumbers : instance string()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] InvoicePrice : instance float64()
| | | |___[PTY] Note : instance string()
| | | |___[PTY] OrderedQty : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Remaining : instance valuetype
[mscorlib]System.Nullable`1<float64>()
| | | |___[PTY] UnitStr : instance string()
| | | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | | |___[PTY] VatPct : instance float64()
| | | |___[PTY] Volume : instance float64()
| | | |___[PTY] Week : instance int32()
| | | |___[PTY] Weight : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvTransProject
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.InvTransClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 16 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvTransText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_AccountName : string()
| | | |___[STM] get_AmountPosted : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_CostRestated : string()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_CreditorGroup : string()
| | | |___[STM] get_DB : string()
| | | |___[STM] get_DateOnOrder : string()
| | | |___[STM] get_DebtorGroup : string()
| | | |___[STM] get_Dimension1Name : string()
| | | |___[STM] get_Dimension2Name : string()
| | | |___[STM] get_Dimension3Name : string()
| | | |___[STM] get_Dimension4Name : string()
| | | |___[STM] get_Dimension5Name : string()
| | | |___[STM] get_ExpectedDate : string()
| | | |___[STM] get_InvoiceNetAmount : string()
| | | |___[STM] get_InvoicePrice : string()
| | | |___[STM] get_InvoiceQty : string()
| | | |___[STM] get_InvoiceTotal : string()
| | | |___[STM] get_InvoiceUnit : string()
| | | |___[STM] get_ItemName : string()
| | | |___[STM] get_LineNo : string()
| | | |___[STM] get_LineNumber : string()
| | | |___[STM] get_MovementType : string()
| | | |___[STM] get_NetAmount : string()
| | | |___[STM] get_OrderedQty : string()
| | | |___[STM] get_Remaining : string()
| | | |___[STM] get_SalesPrice : string()
| | | |___[STM] get_SalesPriceCur : string()
| | | |___[STM] get_SumCost : string()
| | | |___[STM] get_SumQty : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_TotalCur : string()
| | | |___[STM] get_WarehouseName : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] AccountName : string()
| | | |___[PTY] AmountPosted : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] CostRestated : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] CreditorGroup : string()
| | | |___[PTY] DB : string()
| | | |___[PTY] DateOnOrder : string()
| | | |___[PTY] DebtorGroup : string()
| | | |___[PTY] Dimension1Name : string()
| | | |___[PTY] Dimension2Name : string()
| | | |___[PTY] Dimension3Name : string()
| | | |___[PTY] Dimension4Name : string()
| | | |___[PTY] Dimension5Name : string()
| | | |___[PTY] ExpectedDate : string()
| | | |___[PTY] InvoiceNetAmount : string()
| | | |___[PTY] InvoicePrice : string()
| | | |___[PTY] InvoiceQty : string()
| | | |___[PTY] InvoiceTotal : string()
| | | |___[PTY] InvoiceUnit : string()
| | | |___[PTY] ItemName : string()
| | | |___[PTY] LineNo : string()
| | | |___[PTY] LineNumber : string()
| | | |___[PTY] MovementType : string()
| | | |___[PTY] NetAmount : string()
| | | |___[PTY] OrderedQty : string()
| | | |___[PTY] Remaining : string()
| | | |___[PTY] SalesPrice : string()
| | | |___[PTY] SalesPriceCur : string()
| | | |___[PTY] SumCost : string()
| | | |___[PTY] SumQty : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] TotalCur : string()
| | | |___[PTY] WarehouseName : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariant1Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvVariant1
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Variant : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Variant : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Variant : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariant2Client
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvVariant2
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Variant : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Variant : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Variant : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariantClientsText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_StandardVariant : string()
| | | |___[STM] get_Variant : string()
| | | |___[STM] get_Variant1 : string()
| | | |___[STM] get_Variant1Name : string()
| | | |___[STM] get_Variant2 : string()
| | | |___[STM] get_Variant2Name : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] StandardVariant : string()
| | | |___[PTY] Variant : string()
| | | |___[PTY] Variant1 : string()
| | | |___[PTY] Variant1Name : string()
| | | |___[PTY] Variant2 : string()
| | | |___[PTY] Variant2Name : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariantCombiClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvVariantCombi
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyProeprtyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_InvVariant1 : class
Uniconta.ClientTools.DataModel.InvVariant1Client()
| | | |___[MET] get_InvVariant2 : class
Uniconta.ClientTools.DataModel.InvVariant2Client()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] InvVariant1 : instance class
Uniconta.ClientTools.DataModel.InvVariant1Client()
| | | |___[PTY] InvVariant2 : instance class
Uniconta.ClientTools.DataModel.InvVariant2Client()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariantCombiSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariantDetailClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvVariantDetail
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_EAN : string()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostPrice : void(float64)
| | | |___[MET] set_EAN : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] EAN : instance string()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvVariantSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvWarehouseClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.InvWarehouse
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[CLS] <>c__DisplayClass18_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.ClientTools.DataModel.InvWarehouseClient
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>>
| | | | |___[MET] .ctor : void()
| | | | | <LoadLocations>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.InvLocationClient[]>)
| | | |
| | | |___[FLD] <Locations>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>>
| | | |___[MET] .ctor : void()
| | | |___[MET] IsLoading : bool()
| | | | LoadLocations : class
[mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>>(class
Uniconta.API.System.QueryAPI)
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | | get_Locations : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_Locations : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Locations : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvLocationClient>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Warehouse : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InvWarehouseClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Location : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Warehouse : string()
| | | |___[PTY] Location : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Warehouse : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.InventoryText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AlternativeItem : string()
| | | |___[STM] get_AverageCost : string()
| | | |___[STM] get_BOMCostOfLines : string()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_Cartons : string()
| | | |___[STM] get_CostModel : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_CostValue : string()
| | | |___[STM] get_CountryOfOrigin : string()
| | | |___[STM] get_Currency1 : string()
| | | |___[STM] get_Currency2 : string()
| | | |___[STM] get_Currency3 : string()
| | | |___[STM] get_Decimals : string()
| | | |___[STM] get_EANnumber : string()
| | | |___[STM] get_GiveEndDiscount : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_InStock : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_ItemGroupName : string()
| | | |___[STM] get_ItemIncludedInBOM : string()
| | | |___[STM] get_ItemLocation : string()
| | | |___[STM] get_ItemType : string()
| | | |___[STM] get_Language : string()
| | | |___[STM] get_MandatoryMarking : string()
| | | |___[STM] get_MandatorySeriaBatch : string()
| | | |___[STM] get_MandatoryVariant : string()
| | | |___[STM] get_MaxStockLevel : string()
| | | |___[STM] get_MinStockLevel : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_PayrollCategory : string()
| | | |___[STM] get_ProjectCategory : string()
| | | |___[STM] get_PurchaseAccount : string()
| | | |___[STM] get_PurchaseCurrency : string()
| | | |___[STM] get_PurchasePrice : string()
| | | |___[STM] get_PurchaseQty : string()
| | | |___[STM] get_Purchaser : string()
| | | |___[STM] get_SalesPrice1 : string()
| | | |___[STM] get_SalesPrice2 : string()
| | | |___[STM] get_SalesPrice3 : string()
| | | |___[STM] get_SalesQty : string()
| | | |___[STM] get_StandardVariant : string()
| | | |___[STM] get_TariffNumber : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_Unit : string()
| | | |___[STM] get_UseAlternative : string()
| | | |___[STM] get_UseSerialBatch : string()
| | | |___[STM] get_UseStorage : string()
| | | |___[STM] get_UseVariants : string()
| | | |___[STM] get_Volume : string()
| | | |___[STM] get_Weight : string()
| | | |___[PTY] AlternativeItem : string()
| | | |___[PTY] AverageCost : string()
| | | |___[PTY] BOMCostOfLines : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] Cartons : string()
| | | |___[PTY] CostModel : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] CostValue : string()
| | | |___[PTY] CountryOfOrigin : string()
| | | |___[PTY] Currency1 : string()
| | | |___[PTY] Currency2 : string()
| | | |___[PTY] Currency3 : string()
| | | |___[PTY] Decimals : string()
| | | |___[PTY] EANnumber : string()
| | | |___[PTY] GiveEndDiscount : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] InStock : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] ItemGroupName : string()
| | | |___[PTY] ItemIncludedInBOM : string()
| | | |___[PTY] ItemLocation : string()
| | | |___[PTY] ItemType : string()
| | | |___[PTY] Language : string()
| | | |___[PTY] MandatoryMarking : string()
| | | |___[PTY] MandatorySeriaBatch : string()
| | | |___[PTY] MandatoryVariant : string()
| | | |___[PTY] MaxStockLevel : string()
| | | |___[PTY] MinStockLevel : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] PayrollCategory : string()
| | | |___[PTY] ProjectCategory : string()
| | | |___[PTY] PurchaseAccount : string()
| | | |___[PTY] PurchaseCurrency : string()
| | | |___[PTY] PurchasePrice : string()
| | | |___[PTY] PurchaseQty : string()
| | | |___[PTY] Purchaser : string()
| | | |___[PTY] SalesPrice1 : string()
| | | |___[PTY] SalesPrice2 : string()
| | | |___[PTY] SalesPrice3 : string()
| | | |___[PTY] SalesQty : string()
| | | |___[PTY] StandardVariant : string()
| | | |___[PTY] TariffNumber : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] Unit : string()
| | | |___[PTY] UseAlternative : string()
| | | |___[PTY] UseSerialBatch : string()
| | | |___[PTY] UseStorage : string()
| | | |___[PTY] UseVariants : string()
| | | |___[PTY] Volume : string()
| | | |___[PTY] Weight : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.JobInfoClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_ErrorCount : string()
| | | |___[STM] get_JobId : string()
| | | |___[STM] get_OnHold : string()
| | | |___[STM] get_Running : string()
| | | |___[STM] get_State : string()
| | | |___[STM] get_UserId : string()
| | | |___[PTY] ErrorCount : string()
| | | |___[PTY] JobId : string()
| | | |___[PTY] OnHold : string()
| | | |___[PTY] Running : string()
| | | |___[PTY] State : string()
| | | |___[PTY] UserId : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.JobsInfoClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Corasau.API.Admin.JobInfo
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CanRun : bool()
| | | |___[MET] get_CompanyId : int32()
| | | |___[MET] get_JobId : int32()
| | | |___[MET] get_NumberOfErrors : int32()
| | | |___[MET] get_OnHold : bool()
| | | |___[MET] get_Running : bool()
| | | |___[MET] get_State : valuetype Corasau.API.Admin.JobInfo/JobState()
| | | |___[MET] get_Uid : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_State : void(valuetype
Corasau.API.Admin.JobInfo/JobState)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CanRun : instance bool()
| | | |___[PTY] CompanyId : instance int32()
| | | |___[PTY] JobId : instance int32()
| | | |___[PTY] NumberOfErrors : instance int32()
| | | |___[PTY] OnHold : instance bool()
| | | |___[PTY] Running : instance bool()
| | | |___[PTY] State : instance valuetype
Corasau.API.Admin.JobInfo/JobState()
| | | |___[PTY] Uid : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.JobsQueueClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Corasau.API.Admin.JobQueueInfo
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Average : float64()
| | | |___[MET] get_CompanyRunning : int32()
| | | |___[MET] get_JobId : int32()
| | | |___[MET] get_JobsAborted : int32()
| | | |___[MET] get_JobsCompleted : int32()
| | | |___[MET] get_JobsWaiting : int32()
| | | | get_LastRun : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_TimeSpend : int32()
| | | |___[MET] get_TotalCount : int32()
| | | |___[PTY] Average : instance float64()
| | | |___[PTY] CompanyRunning : instance int32()
| | | |___[PTY] JobId : instance int32()
| | | |___[PTY] JobsAborted : instance int32()
| | | |___[PTY] JobsCompleted : instance int32()
| | | |___[PTY] JobsWaiting : instance int32()
| | | |___[PTY] LastRun : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] TimeSpend : instance int32()
| | | |___[PTY] TotalCount : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.JobsQueueClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Average : string()
| | | |___[STM] get_CompanyRunning : string()
| | | |___[STM] get_JobId : string()
| | | |___[STM] get_JobName : string()
| | | |___[STM] get_JobsAborted : string()
| | | |___[STM] get_JobsCompleted : string()
| | | |___[STM] get_JobsWaiting : string()
| | | |___[STM] get_LastRun : string()
| | | |___[STM] get_TimeSpend : string()
| | | |___[STM] get_TotalCount : string()
| | | |___[PTY] Average : string()
| | | |___[PTY] CompanyRunning : string()
| | | |___[PTY] JobId : string()
| | | |___[PTY] JobName : string()
| | | |___[PTY] JobsAborted : string()
| | | |___[PTY] JobsCompleted : string()
| | | |___[PTY] JobsWaiting : string()
| | | |___[PTY] LastRun : string()
| | | |___[PTY] TimeSpend : string()
| | | |___[PTY] TotalCount : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.LayoutGroupClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_BankAccount : string()
| | | |___[STM] get_BankGiro : string()
| | | |___[STM] get_CollectionCurRep : string()
| | | |___[STM] get_CollectionEmail : string()
| | | |___[STM] get_CollectionRep : string()
| | | |___[STM] get_Creditnote : string()
| | | |___[STM] get_CreditnoteEmail : string()
| | | |___[STM] get_CreditnoteRep : string()
| | | |___[STM] get_InterestNoteCurRep : string()
| | | |___[STM] get_InterestNoteEmail : string()
| | | |___[STM] get_InterestNoteRep : string()
| | | |___[STM] get_Invoice : string()
| | | |___[STM] get_InvoiceEmail : string()
| | | |___[STM] get_InvoiceRep : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Offer : string()
| | | |___[STM] get_OfferEmail : string()
| | | |___[STM] get_OfferRep : string()
| | | |___[STM] get_OrderConfirmation : string()
| | | |___[STM] get_OrderConfirmationEmail : string()
| | | |___[STM] get_OrderConfirmationRep : string()
| | | |___[STM] get_Packnote : string()
| | | |___[STM] get_PacknoteEmail : string()
| | | |___[STM] get_PacknoteRep : string()
| | | |___[STM] get_PurchaseInvoiceRep : string()
| | | |___[STM] get_PurchaseOrderEmail : string()
| | | |___[STM] get_PurchaseOrderRep : string()
| | | |___[STM] get_PurchasePackNoteRep : string()
| | | |___[STM] get_PurchaseRequestEmail : string()
| | | |___[STM] get_PurchaseRequestRep : string()
| | | |___[STM] get_PurchaseRequisitionRep : string()
| | | |___[STM] get_RequisitionEmail : string()
| | | |___[STM] get_StatementCurEmail : string()
| | | |___[STM] get_StatementCurRep : string()
| | | |___[STM] get_StatementEmail : string()
| | | |___[STM] get_StatementRep : string()
| | | |___[PTY] BankAccount : string()
| | | |___[PTY] BankGiro : string()
| | | |___[PTY] CollectionCurRep : string()
| | | |___[PTY] CollectionEmail : string()
| | | |___[PTY] CollectionRep : string()
| | | |___[PTY] Creditnote : string()
| | | |___[PTY] CreditnoteEmail : string()
| | | |___[PTY] CreditnoteRep : string()
| | | |___[PTY] InterestNoteCurRep : string()
| | | |___[PTY] InterestNoteEmail : string()
| | | |___[PTY] InterestNoteRep : string()
| | | |___[PTY] Invoice : string()
| | | |___[PTY] InvoiceEmail : string()
| | | |___[PTY] InvoiceRep : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Offer : string()
| | | |___[PTY] OfferEmail : string()
| | | |___[PTY] OfferRep : string()
| | | |___[PTY] OrderConfirmation : string()
| | | |___[PTY] OrderConfirmationEmail : string()
| | | |___[PTY] OrderConfirmationRep : string()
| | | |___[PTY] Packnote : string()
| | | |___[PTY] PacknoteEmail : string()
| | | |___[PTY] PacknoteRep : string()
| | | |___[PTY] PurchaseInvoiceRep : string()
| | | |___[PTY] PurchaseOrderEmail : string()
| | | |___[PTY] PurchaseOrderRep : string()
| | | |___[PTY] PurchasePackNoteRep : string()
| | | |___[PTY] PurchaseRequestEmail : string()
| | | |___[PTY] PurchaseRequestRep : string()
| | | |___[PTY] PurchaseRequisitionRep : string()
| | | |___[PTY] RequisitionEmail : string()
| | | |___[PTY] StatementCurEmail : string()
| | | |___[PTY] StatementCurRep : string()
| | | |___[PTY] StatementEmail : string()
| | | |___[PTY] StatementRep : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.NoteGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.NoteGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.NumberSerieClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.NumberSerie
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_FirstValue : int32()
| | | |___[MET] get_InUse : bool()
| | | |___[MET] get_LastValue : int32()
| | | |___[MET] get_Length : int32()
| | | |___[MET] get_Manual : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Next : int32()
| | | |___[MET] get_Prefix : string()
| | | |___[MET] get_Serie : string()
| | | |___[MET] get_Usage : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_FirstValue : void(int32)
| | | |___[MET] set_LastValue : void(int32)
| | | |___[MET] set_Length : void(int32)
| | | |___[MET] set_Manual : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Next : void(int32)
| | | |___[MET] set_Prefix : void(string)
| | | |___[MET] set_Serie : void(string)
| | | |___[MET] set_Usage : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] FirstValue : instance int32()
| | | |___[PTY] InUse : instance bool()
| | | |___[PTY] LastValue : instance int32()
| | | |___[PTY] Length : instance int32()
| | | |___[PTY] Manual : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Next : instance int32()
| | | |___[PTY] Prefix : instance string()
| | | |___[PTY] Serie : instance string()
| | | |___[PTY] Usage : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.NumberSerieText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Blocked : string()
| | | |___[STM] get_FirstValue : string()
| | | |___[STM] get_InUse : string()
| | | |___[STM] get_LastValue : string()
| | | |___[STM] get_Length : string()
| | | |___[STM] get_Manual : string()
| | | |___[STM] get_MenuName : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_NextValue : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_Prefix : string()
| | | |___[STM] get_Serie : string()
| | | |___[STM] get_Usage : string()
| | | |___[PTY] Blocked : string()
| | | |___[PTY] FirstValue : string()
| | | |___[PTY] InUse : string()
| | | |___[PTY] LastValue : string()
| | | |___[PTY] Length : string()
| | | |___[PTY] Manual : string()
| | | |___[PTY] MenuName : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] NextValue : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] Prefix : string()
| | | |___[PTY] Serie : string()
| | | |___[PTY] Usage : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PartnerClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Partner
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>
| | | |___[FLD] <Subscriptions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_DebitorAccountIfBlank : string()
| | | |___[MET] get_Description : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Id : int32()
| | | |___[MET] get_InvoiceCompanyId : int32()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | |___[MET] get_InvoiceMessage : string()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[MET] get_NOSAccount : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NextInvoice : int32()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_Region : valuetype
Uniconta.ClientTools.DataModel.PartnerRegion()
| | | |___[MET] get_ShowOnWeb : bool()
| | | | get_Subscriptions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionClient>()
| | | |___[MET] get_Website : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_CompanyRegNo : void(string)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_DebitorAccountIfBlank : void(string)
| | | |___[MET] set_Description : void(string)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_InvoiceCompanyId : void(int32)
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>)
| | | |___[MET] set_InvoiceMessage : void(string)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>)
| | | |___[MET] set_NOSAccount : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NextInvoice : void(int32)
| | | |___[MET] set_Phone : void(string)
| | | |___[MET] set_Region : void(valuetype
Uniconta.ClientTools.DataModel.PartnerRegion)
| | | |___[MET] set_ShowOnWeb : void(bool)
| | | | set_Subscriptions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionClient>)
| | | |___[MET] set_Website : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] DebitorAccountIfBlank : instance string()
| | | |___[PTY] Description : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Id : instance int32()
| | | |___[PTY] InvoiceCompanyId : instance int32()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | |___[PTY] InvoiceMessage : instance string()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[PTY] NOSAccount : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NextInvoice : instance int32()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] Region : instance valuetype
Uniconta.ClientTools.DataModel.PartnerRegion()
| | | |___[PTY] ShowOnWeb : instance bool()
| | | |___[PTY] Subscriptions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionClient>()
| | | |___[PTY] Website : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PartnerDLLClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PartnerDLL
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_Disable : bool()
| | | |___[MET] get_DllData : uint8[]()
| | | |___[MET] get_DllType : uint8()
| | | |___[MET] get_ForCompanyId : int32()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Updated : valuetype [mscorlib]System.DateTime()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_Disable : void(bool)
| | | |___[MET] set_DllData : void(uint8[])
| | | |___[MET] set_DllType : void(uint8)
| | | |___[MET] set_ForCompanyId : void(int32)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Updated : void(valuetype [mscorlib]System.DateTime)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Disable : instance bool()
| | | |___[PTY] DllData : instance uint8[]()
| | | |___[PTY] DllType : instance uint8()
| | | |___[PTY] ForCompanyId : instance int32()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Updated : instance valuetype [mscorlib]System.DateTime()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PartnerDLLClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Disable : string()
| | | |___[STM] get_DllType : string()
| | | |___[STM] get_ForCompanyId : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Updated : string()
| | | |___[STM] get_UserDocFile : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Disable : string()
| | | |___[PTY] DllType : string()
| | | |___[PTY] ForCompanyId : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Updated : string()
| | | |___[PTY] UserDocFile : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PartnerInvoiceClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PartnerInvoice
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountPaid : float64()
| | | |___[MET] get_Clients : int32()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Invoice : int32()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[MET] get_LineAmount : float64()
| | | |___[MET] get_Reseller : int32()
| | | |___[MET] get_Send : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Total : float64()
| | | |___[MET] get_VatAmount : float64()
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>)
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountPaid : instance float64()
| | | |___[PTY] Clients : instance int32()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Invoice : instance int32()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[PTY] LineAmount : instance float64()
| | | |___[PTY] Reseller : instance int32()
| | | |___[PTY] Send : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Total : instance float64()
| | | |___[PTY] VatAmount : instance float64()
| | |
| | |___[ENU] Uniconta.ClientTools.DataModel.PartnerRegion
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] All : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Bornholm : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Fyn : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Færøerne : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Grønland : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Hovedstaden : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] LollandFalster : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Midtjylland : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Nordjylland : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Sjælland : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[STF] Sønderjylland : public static literal valuetype
Uniconta.ClientTools.DataModel.PartnerRegion
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PaymentFormatText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_AvtaleId : string()
| | | |___[STM] get_Bank : string()
| | | |___[STM] get_BankAccount : string()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_CostGroup : string()
| | | |___[STM] get_DataAvsender : string()
| | | |___[STM] get_Format : string()
| | | |___[STM] get_ForsendelsesNummer : string()
| | | |___[STM] get_Kid : string()
| | | |___[STM] get_KreditKonto : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OppdragsKonto : string()
| | | |___[STM] get_OppdragsNummer : string()
| | | |___[STM] get_PaymentFormat : string()
| | | |___[STM] get_PaymentGrouping : string()
| | | |___[STM] get_TestMarked : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] AvtaleId : string()
| | | |___[PTY] Bank : string()
| | | |___[PTY] BankAccount : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] CostGroup : string()
| | | |___[PTY] DataAvsender : string()
| | | |___[PTY] Format : string()
| | | |___[PTY] ForsendelsesNummer : string()
| | | |___[PTY] Kid : string()
| | | |___[PTY] KreditKonto : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OppdragsKonto : string()
| | | |___[PTY] OppdragsNummer : string()
| | | |___[PTY] PaymentFormat : string()
| | | |___[PTY] PaymentGrouping : string()
| | | |___[PTY] TestMarked : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PaymentTermClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PaymentTerm
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CashDiscountDays : int32()
| | | |___[MET] get_CashDiscountPct : float64()
| | | |___[MET] get_CashdiscountMethod : string()
| | | |___[MET] get_Days : int32()
| | | |___[MET] get_DaysInterval : int32()
| | | |___[MET] get_DebtorAccount : string()
| | | |___[MET] get_EndOfMonth : bool()
| | | |___[MET] get_FirstPartPct : float64()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OffsetAccount : string()
| | | |___[MET] get_PartialPayment : bool()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_Pct1 : float64()
| | | |___[MET] get_Pct2 : float64()
| | | |___[MET] get_PostOnDC : bool()
| | | |___[MET] get_RemainingPartPct : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_CashDiscountDays : void(int32)
| | | |___[MET] set_CashDiscountPct : void(float64)
| | | |___[MET] set_CashdiscountMethod : void(string)
| | | |___[MET] set_Days : void(int32)
| | | |___[MET] set_DaysInterval : void(int32)
| | | |___[MET] set_DebtorAccount : void(string)
| | | |___[MET] set_EndOfMonth : void(bool)
| | | |___[MET] set_FirstPartPct : void(float64)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OffsetAccount : void(string)
| | | |___[MET] set_PartialPayment : void(bool)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_Pct1 : void(float64)
| | | |___[MET] set_Pct2 : void(float64)
| | | |___[MET] set_PostOnDC : void(bool)
| | | |___[MET] set_RemainingPartPct : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CashDiscountDays : instance int32()
| | | |___[PTY] CashDiscountPct : instance float64()
| | | |___[PTY] CashdiscountMethod : instance string()
| | | |___[PTY] Days : instance int32()
| | | |___[PTY] DaysInterval : instance int32()
| | | |___[PTY] DebtorAccount : instance string()
| | | |___[PTY] EndOfMonth : instance bool()
| | | |___[PTY] FirstPartPct : instance float64()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OffsetAccount : instance string()
| | | |___[PTY] PartialPayment : instance bool()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] Pct1 : instance float64()
| | | |___[PTY] Pct2 : instance float64()
| | | |___[PTY] PostOnDC : instance bool()
| | | |___[PTY] RemainingPartPct : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PaymentText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_CashDiscountDays : string()
| | | |___[STM] get_CashDiscountMethod : string()
| | | |___[STM] get_CashDiscountPct : string()
| | | |___[STM] get_Days : string()
| | | |___[STM] get_DaysInterval : string()
| | | |___[STM] get_Debtor : string()
| | | |___[STM] get_FirstPartPct : string()
| | | |___[STM] get_IsDefault : string()
| | | |___[STM] get_MonthEnding : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OffsetAccount : string()
| | | |___[STM] get_PartialPayment : string()
| | | |___[STM] get_Payment : string()
| | | |___[STM] get_PaymentMethod : string()
| | | |___[STM] get_Pct1 : string()
| | | |___[STM] get_Pct2 : string()
| | | |___[STM] get_Percentage : string()
| | | |___[STM] get_PostOnDC : string()
| | | |___[STM] get_RateFree : string()
| | | |___[STM] get_RemainingPartPct : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] CashDiscountDays : string()
| | | |___[PTY] CashDiscountMethod : string()
| | | |___[PTY] CashDiscountPct : string()
| | | |___[PTY] Days : string()
| | | |___[PTY] DaysInterval : string()
| | | |___[PTY] Debtor : string()
| | | |___[PTY] FirstPartPct : string()
| | | |___[PTY] IsDefault : string()
| | | |___[PTY] MonthEnding : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OffsetAccount : string()
| | | |___[PTY] PartialPayment : string()
| | | |___[PTY] Payment : string()
| | | |___[PTY] PaymentMethod : string()
| | | |___[PTY] Pct1 : string()
| | | |___[PTY] Pct2 : string()
| | | |___[PTY] Percentage : string()
| | | |___[PTY] PostOnDC : string()
| | | |___[PTY] RateFree : string()
| | | |___[PTY] RemainingPartPct : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrCategoryClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrCategory
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _itemRec : private class Uniconta.DataModel.InvItem
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CanAggregate : bool()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CostRecognition : string()
| | | |___[MET] get_ExpenseAccount : string()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_RevenueRecognition : string()
| | | |___[MET] get_Sum : string()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_itemRec : class Uniconta.DataModel.InvItem()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CanAggregate : void(bool)
| | | |___[MET] set_CatType : void(string)
| | | |___[MET] set_CostRecognition : void(string)
| | | |___[MET] set_ExpenseAccount : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_RevenueRecognition : void(string)
| | | |___[MET] set_Sum : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CanAggregate : instance bool()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CostRecognition : instance string()
| | | |___[PTY] ExpenseAccount : instance string()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] RevenueRecognition : instance string()
| | | |___[PTY] Sum : instance string()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] itemRec : instance class Uniconta.DataModel.InvItem()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrCategoryText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CanAggregate : string()
| | | |___[STM] get_CatType : string()
| | | |___[STM] get_CategoryName : string()
| | | |___[STM] get_CostRecognition : string()
| | | |___[STM] get_ExpenseAccount : string()
| | | |___[STM] get_InvoicingItemNumber : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Number : string()
| | | |___[STM] get_RevenueRecognition : string()
| | | |___[PTY] CanAggregate : string()
| | | |___[PTY] CatType : string()
| | | |___[PTY] CategoryName : string()
| | | |___[PTY] CostRecognition : string()
| | | |___[PTY] ExpenseAccount : string()
| | | |___[PTY] InvoicingItemNumber : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Number : string()
| | | |___[PTY] RevenueRecognition : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardCategoryChargeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrStandardCategoryCharge
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] RefreshChartType : void()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_ChargeType : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrStandard : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_Value : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_ChargeType : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PrStandard : void(string)
| | | |___[MET] set_Value : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] ChargeType : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrStandard : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] Value : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardCategoryClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrStandardCategory
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_CostAmountCharge : float64()
| | | |___[MET] get_CostPctCharge : float64()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrStandard : string()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_RefPrStandard : class
Uniconta.ClientTools.DataModel.PrStandardClient()
| | | |___[MET] get_SalesAmountCharge : float64()
| | | |___[MET] get_SalesPctCharge : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PrStandard : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] CostAmountCharge : instance float64()
| | | |___[PTY] CostPctCharge : instance float64()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrStandard : instance string()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] RefPrStandard : instance class
Uniconta.ClientTools.DataModel.PrStandardClient()
| | | |___[PTY] SalesAmountCharge : instance float64()
| | | |___[PTY] SalesPctCharge : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardCategorySort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardCategoryText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_ChargeType : string()
| | | |___[STM] get_CostAmountCharge : string()
| | | |___[STM] get_CostPctCharge : string()
| | | |___[STM] get_PrCategory : string()
| | | |___[STM] get_PrStandard : string()
| | | |___[STM] get_Project : string()
| | | |___[STM] get_SalesAmountCharge : string()
| | | |___[STM] get_SalesPctCharge : string()
| | | |___[STM] get_Value : string()
| | | |___[PTY] ChargeType : string()
| | | |___[PTY] CostAmountCharge : string()
| | | |___[PTY] CostPctCharge : string()
| | | |___[PTY] PrCategory : string()
| | | |___[PTY] PrStandard : string()
| | | |___[PTY] Project : string()
| | | |___[PTY] SalesAmountCharge : string()
| | | |___[PTY] SalesPctCharge : string()
| | | |___[PTY] Value : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrStandard
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[CLS] <>c__DisplayClass19_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.ClientTools.DataModel.PrStandardClient
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>>
| | | | |___[MET] .ctor : void()
| | | | | <LoadCategories>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient[]>)
| | | |
| | | |___[FLD] <Categories>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>>
| | | |___[MET] .ctor : void()
| | | |___[MET] IsLoading : bool()
| | | | LoadCategories : class
[mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>>(class
Uniconta.API.System.QueryAPI)
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_Categories : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_ItemPriceCalculation : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_Categories : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_ItemPriceCalculation : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Categories : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.PrStandardCategoryClient>()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] ItemPriceCalculation : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrStandardText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_ItemPriceCalculation : string()
| | | |___[STM] get_Name : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] ItemPriceCalculation : string()
| | | |___[PTY] Name : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrTypeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrType
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Code : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Code : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PrTypeText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Code : string()
| | | |___[STM] get_Name : string()
| | | |___[PTY] Code : string()
| | | |___[PTY] Name : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.PriceAttribute
| | | | .class public auto ansi beforefieldinit
| | | | extends [mscorlib]System.Attribute
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProductionOrderClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProductionOrder
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_KeyName : string()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_ProdItem : string()
| | | |___[MET] get_ProdItemRef : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_ProdQty : float64()
| | | |___[MET] get_ProductionNumber : int32()
| | | |___[MET] get_RelatedOrder : string()
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Group : void(string)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>)
| | | |___[MET] set_ProdItem : void(string)
| | | |___[MET] set_ProdQty : void(float64)
| | | |___[MET] set_ProductionNumber : void(int32)
| | | |___[MET] set_RelatedOrder : void(string)
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] KeyName : instance string()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.CreditorOrderLineClient>()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] ProdItem : instance string()
| | | |___[PTY] ProdItemRef : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] ProdQty : instance float64()
| | | |___[PTY] ProductionNumber : instance int32()
| | | |___[PTY] RelatedOrder : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProductionOrderGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProductionOrderGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProductionOrderLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.DCOrderLineClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | implements Uniconta.ClientTools.DataModel.IDefaultValues
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] GetMaster : class [mscorlib]System.Type()
| | | |___[MET] OnInit : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] PostImport : void(class
Uniconta.ClientTools.DataModel.DefaultValuesFiller)
| | | |___[MET] __DCType : uint8()
| | | |___[MET] get_CostValue : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PostingAccount : string()
| | | |___[MET] get_ProdItem : string()
| | | |___[MET] get_Production : class
Uniconta.ClientTools.DataModel.ProductionOrderClient()
| | | |___[MET] get_ProductionNumber : string()
| | | |___[MET] get_QtyDelivered : float64()
| | | |___[MET] get_QtyNow : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Storage : string()
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_PostingAccount : void(string)
| | | |___[MET] set_ProductionNumber : void(string)
| | | |___[MET] set_QtyDelivered : void(float64)
| | | |___[MET] set_QtyNow : void(float64)
| | | |___[MET] set_Storage : void(string)
| | | |___[PTY] CostValue : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PostingAccount : instance string()
| | | |___[PTY] ProdItem : instance string()
| | | |___[PTY] Production : instance class
Uniconta.ClientTools.DataModel.ProductionOrderClient()
| | | |___[PTY] ProductionNumber : instance string()
| | | |___[PTY] QtyDelivered : instance float64()
| | | |___[PTY] QtyNow : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Storage : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetCategorySumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.ProjectBudgetSumBase
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectBudgetCategorySumClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectBudgetCategoryTypeSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.ProjectBudgetSumBase
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_Project : string()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] Project : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectBudget
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] <BudgetLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.ProjectBudgetLine>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | get_BudgetLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.ProjectBudgetLine>()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Current : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | | set_BudgetLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.ProjectBudgetLine>)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Current : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] BudgetLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.ProjectBudgetLine>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Current : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Created : string()
| | | |___[STM] get_Current : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Project : string()
| | | |___[PTY] Created : string()
| | | |___[PTY] Current : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Project : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectBudgetLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_Completed : float64()
| | | |___[MET] get_Cost : float64()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Sales : float64()
| | | |___[MET] get_Text : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Completed : void(float64)
| | | |___[MET] set_Cost : void(float64)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_Sales : void(float64)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] Completed : instance float64()
| | | |___[PTY] Cost : instance float64()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Sales : instance float64()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectBudgetSumBase
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectBudgetSum
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Cost : float64()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Sales : float64()
| | | |___[PTY] Cost : instance float64()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Sales : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCategoryChargeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectCategoryCharge
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] RefreshChartType : void()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_ChargeType : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Value : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_ChargeType : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_Value : void(float64)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] ChargeType : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Value : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCategoryClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectCategory
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_CostAmountCharge : float64()
| | | |___[MET] get_CostPctCharge : float64()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_SalesAmountCharge : float64()
| | | |___[MET] get_SalesPctCharge : float64()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] CostAmountCharge : instance float64()
| | | |___[PTY] CostPctCharge : instance float64()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] SalesAmountCharge : instance float64()
| | | |___[PTY] SalesPctCharge : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCategorySort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.DataModel.ProjectCategory>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.DataModel.ProjectCategory,class Uniconta.DataModel.ProjectCategory)
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Project
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[CLS] <>c__DisplayClass137_0
| | | | | .class nested private auto ansi sealed beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[FLD] <>4__this : public class
Uniconta.ClientTools.DataModel.ProjectClient
| | | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>>
| | | | |___[MET] .ctor : void()
| | | | | <LoadCategories>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient[]>)
| | | |
| | | |___[FLD] <Budgets>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectBudgetClient>
| | | |___[FLD] <Categories>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>>
| | | |___[MET] .ctor : void()
| | | |___[MET] IsLoading : bool()
| | | | LoadCategories : class
[mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>>(class
Uniconta.API.System.QueryAPI)
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Blocked : bool()
| | | | get_Budgets : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectBudgetClient>()
| | | |___[MET] get_CalculatedFields : object()
| | | | get_Categories : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>()
| | | |___[MET] get_City : string()
| | | |___[MET] get_Completion : float64()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DebtorName : string()
| | | |___[MET] get_Description : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Email : string()
| | | |___[MET] get_EndDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_EndDiscountPct : float64()
| | | |___[MET] get_FixedPrice : float64()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Installation : string()
| | | |___[MET] get_InstallationRef : class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | | |___[MET] get_MasterProject : string()
| | | |___[MET] get_Mobil : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Number : string()
| | | |___[MET] get_Payment : string()
| | | |___[MET] get_PaymentGroup : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[MET] get_PersonInCharge : string()
| | | |___[MET] get_PersonInChargeRecord : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Phase : string()
| | | |___[MET] get_PrStandard : string()
| | | |___[MET] get_PrType : string()
| | | |___[MET] get_Purchaser : string()
| | | |___[MET] get_PurchaserRecord : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_StartDate : valuetype [mscorlib]System.DateTime()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_WorkAddress1 : string()
| | | |___[MET] get_WorkAddress2 : string()
| | | |___[MET] get_WorkAddress3 : string()
| | | | get_WorkCountry : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[MET] get_YourRef : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Blocked : void(bool)
| | | | set_Budgets : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectBudgetClient>)
| | | | set_Categories : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_Completion : void(float64)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_Description : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Email : void(string)
| | | |___[MET] set_EndDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_EndDiscountPct : void(float64)
| | | |___[MET] set_FixedPrice : void(float64)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Installation : void(string)
| | | |___[MET] set_MasterProject : void(string)
| | | |___[MET] set_Mobil : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[MET] set_Payment : void(string)
| | | |___[MET] set_PersonInCharge : void(string)
| | | |___[MET] set_Phase : void(string)
| | | |___[MET] set_PrStandard : void(string)
| | | |___[MET] set_PrType : void(string)
| | | |___[MET] set_Purchaser : void(string)
| | | |___[MET] set_StartDate : void(valuetype [mscorlib]System.DateTime)
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_WorkAddress1 : void(string)
| | | |___[MET] set_WorkAddress2 : void(string)
| | | |___[MET] set_WorkAddress3 : void(string)
| | | | set_WorkCountry : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | |___[MET] set_YourRef : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] Budgets : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectBudgetClient>()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Categories : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectCategoryClient>()
| | | |___[PTY] City : instance string()
| | | |___[PTY] Completion : instance float64()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DebtorName : instance string()
| | | |___[PTY] Description : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Email : instance string()
| | | |___[PTY] EndDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] EndDiscountPct : instance float64()
| | | |___[PTY] FixedPrice : instance float64()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Installation : instance string()
| | | |___[PTY] InstallationRef : instance class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | | |___[PTY] MasterProject : instance string()
| | | |___[PTY] Mobil : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Number : instance string()
| | | |___[PTY] Payment : instance string()
| | | |___[PTY] PaymentGroup : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | | |___[PTY] PersonInCharge : instance string()
| | | |___[PTY] PersonInChargeRecord : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Phase : instance string()
| | | |___[PTY] PrStandard : instance string()
| | | |___[PTY] PrType : instance string()
| | | |___[PTY] Purchaser : instance string()
| | | |___[PTY] PurchaserRecord : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] StartDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] WorkAddress1 : instance string()
| | | |___[PTY] WorkAddress2 : instance string()
| | | |___[PTY] WorkAddress3 : instance string()
| | | |___[PTY] WorkCountry : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | |___[PTY] YourRef : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCostCategoryClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrCategory
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Number : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Number : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Number : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCostCategoryGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectCostCategoryGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CostAccount : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OffsetCostAccount : string()
| | | |___[MET] get_RevenueAccount : string()
| | | |___[MET] get_RevenueAccount1 : string()
| | | |___[MET] get_RevenueAccount2 : string()
| | | |___[MET] get_RevenueAccount3 : string()
| | | |___[MET] get_SalesVat : string()
| | | |___[MET] get_SalesVat1 : string()
| | | |___[MET] get_SalesVat2 : string()
| | | |___[MET] get_SalesVat3 : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostAccount : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OffsetCostAccount : void(string)
| | | |___[MET] set_RevenueAccount : void(string)
| | | |___[MET] set_RevenueAccount1 : void(string)
| | | |___[MET] set_RevenueAccount2 : void(string)
| | | |___[MET] set_RevenueAccount3 : void(string)
| | | |___[MET] set_SalesVat : void(string)
| | | |___[MET] set_SalesVat1 : void(string)
| | | |___[MET] set_SalesVat2 : void(string)
| | | |___[MET] set_SalesVat3 : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CostAccount : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OffsetCostAccount : instance string()
| | | |___[PTY] RevenueAccount : instance string()
| | | |___[PTY] RevenueAccount1 : instance string()
| | | |___[PTY] RevenueAccount2 : instance string()
| | | |___[PTY] RevenueAccount3 : instance string()
| | | |___[PTY] SalesVat : instance string()
| | | |___[PTY] SalesVat1 : instance string()
| | | |___[PTY] SalesVat2 : instance string()
| | | |___[PTY] SalesVat3 : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectCostCategoryText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostAccount : string()
| | | |___[STM] get_CostGroup : string()
| | | |___[STM] get_CostType : string()
| | | |___[STM] get_OffsetCostAccount : string()
| | | |___[PTY] CostAccount : string()
| | | |___[PTY] CostGroup : string()
| | | |___[PTY] CostType : string()
| | | |___[PTY] OffsetCostAccount : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectGroup
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AutoNumber : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_IsDefault : bool()
| | | |___[MET] get_Materials : string()
| | | |___[MET] get_MaterialsOffset : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Outlay : string()
| | | |___[MET] get_OutlayOffset : string()
| | | |___[MET] get_RevenueAccount : string()
| | | |___[MET] get_RevenueAccount1 : string()
| | | |___[MET] get_RevenueAccount2 : string()
| | | |___[MET] get_RevenueAccount3 : string()
| | | |___[MET] get_SalesVat : string()
| | | |___[MET] get_SalesVat1 : string()
| | | |___[MET] get_SalesVat2 : string()
| | | |___[MET] get_SalesVat3 : string()
| | | |___[MET] get_WorkInProgress : string()
| | | |___[MET] get_WorkInProgressOffset : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AutoNumber : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_IsDefault : void(bool)
| | | |___[MET] set_Materials : void(string)
| | | |___[MET] set_MaterialsOffset : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Outlay : void(string)
| | | |___[MET] set_OutlayOffset : void(string)
| | | |___[MET] set_RevenueAccount : void(string)
| | | |___[MET] set_RevenueAccount1 : void(string)
| | | |___[MET] set_RevenueAccount2 : void(string)
| | | |___[MET] set_RevenueAccount3 : void(string)
| | | |___[MET] set_SalesVat : void(string)
| | | |___[MET] set_SalesVat1 : void(string)
| | | |___[MET] set_SalesVat2 : void(string)
| | | |___[MET] set_SalesVat3 : void(string)
| | | |___[MET] set_WorkInProgress : void(string)
| | | |___[MET] set_WorkInProgressOffset : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AutoNumber : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] IsDefault : instance bool()
| | | |___[PTY] Materials : instance string()
| | | |___[PTY] MaterialsOffset : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Outlay : instance string()
| | | |___[PTY] OutlayOffset : instance string()
| | | |___[PTY] RevenueAccount : instance string()
| | | |___[PTY] RevenueAccount1 : instance string()
| | | |___[PTY] RevenueAccount2 : instance string()
| | | |___[PTY] RevenueAccount3 : instance string()
| | | |___[PTY] SalesVat : instance string()
| | | |___[PTY] SalesVat1 : instance string()
| | | |___[PTY] SalesVat2 : instance string()
| | | |___[PTY] SalesVat3 : instance string()
| | | |___[PTY] WorkInProgress : instance string()
| | | |___[PTY] WorkInProgressOffset : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectInvoiceLineCatClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectInvoiceLineCat
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Category : string()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_Duty : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_InvoiceCategory : string()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_Origin : uint8()
| | | |___[MET] get_Price : float64()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_SalesAmount : float64()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Unit : uint8()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Category : instance string()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] Duty : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] InvoiceCategory : instance string()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] Origin : instance uint8()
| | | |___[PTY] Price : instance float64()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] SalesAmount : instance float64()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Unit : instance uint8()
| | | |___[PTY] Voucher : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectInvoiceLineCatText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_DiscountPct : string()
| | | |___[STM] get_Duty : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_HasVoucher : string()
| | | |___[STM] get_InvoiceCategory : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_JournalPostedId : string()
| | | |___[STM] get_Origin : string()
| | | |___[STM] get_PrCategory : string()
| | | |___[STM] get_Price : string()
| | | |___[STM] get_Project : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_SalesAmount : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_TransType : string()
| | | |___[STM] get_Unit : string()
| | | |___[STM] get_Voucher : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] DiscountPct : string()
| | | |___[PTY] Duty : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] HasVoucher : string()
| | | |___[PTY] InvoiceCategory : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] JournalPostedId : string()
| | | |___[PTY] Origin : string()
| | | |___[PTY] PrCategory : string()
| | | |___[PTY] Price : string()
| | | |___[PTY] Project : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] SalesAmount : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] TransType : string()
| | | |___[PTY] Unit : string()
| | | |___[PTY] Voucher : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectInvoiceSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.ProjectTransSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectJournalClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrJournal
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <JournalsPosted>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalPostedClient>
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalLineClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_DeleteLines : bool()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_GenerateVoucher : bool()
| | | |___[MET] get_Journal : string()
| | | | get_JournalsPosted : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalPostedClient>()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalLineClient>()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_OneVoucherForAll : bool()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_TransType : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_DeleteLines : void(bool)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_GenerateVoucher : void(bool)
| | | |___[MET] set_Journal : void(string)
| | | | set_JournalsPosted : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalPostedClient>)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalLineClient>)
| | | |___[MET] set_NumberSerie : void(string)
| | | |___[MET] set_OneVoucherForAll : void(bool)
| | | |___[MET] set_TransType : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] DeleteLines : instance bool()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] GenerateVoucher : instance bool()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] JournalsPosted : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalPostedClient>()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectJournalLineClient>()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] OneVoucherForAll : instance bool()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] TransType : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectJournalLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrJournalLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_CostAmount : float64()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_CreditorAccount : string()
| | | |___[MET] get_CreditorName : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Decimals : int32()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_Location : string()
| | | |___[MET] get_Origin : uint8()
| | | |___[MET] get_PayrollCategory : string()
| | | |___[MET] get_PayrollCategoryName : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_PrimaryKey2Id : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_PurchasePrice : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_RefPayrollCategory : class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[MET] get_SalesAmount : float64()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] get_Task : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TimeFrom : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_TimeTo : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherReference : int32()
| | | |___[MET] get_Warehouse : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostPrice : void(float64)
| | | |___[MET] set_CreditorAccount : void(string)
| | | |___[MET] set_Date : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Journal : void(string)
| | | |___[MET] set_Location : void(string)
| | | |___[MET] set_Origin : void(uint8)
| | | |___[MET] set_PayrollCategory : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_PurchasePrice : void(float64)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_SalesPrice : void(float64)
| | | |___[MET] set_Task : void(int32)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_TimeFrom : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_TimeTo : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_Unit : void(string)
| | | |___[MET] set_Variant1 : void(string)
| | | |___[MET] set_Variant2 : void(string)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[MET] set_VoucherReference : void(int32)
| | | |___[MET] set_Warehouse : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] CostAmount : instance float64()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] CreditorAccount : instance string()
| | | |___[PTY] CreditorName : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Decimals : instance int32()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] Location : instance string()
| | | |___[PTY] Origin : instance uint8()
| | | |___[PTY] PayrollCategory : instance string()
| | | |___[PTY] PayrollCategoryName : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] PrimaryKey2Id : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] PurchasePrice : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] RefPayrollCategory : instance class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[PTY] SalesAmount : instance float64()
| | | |___[PTY] SalesPrice : instance float64()
| | | |___[PTY] Task : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TimeFrom : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] TimeTo : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherReference : instance int32()
| | | |___[PTY] Warehouse : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectJournalLineSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectJournalPostedClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.PrJournalPosted
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0E // ....T..LabelKey. ...
| | | |___[FLD] <Transactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_DateMax : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DateMin : valuetype [mscorlib]System.DateTime()
| | | | get_Deleted : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | | |___[MET] get_DeletedBy : string()
| | | |___[MET] get_Journal : string()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_Lines : int32()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_Posted : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PostedBy : string()
| | | | get_Transactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>()
| | | |___[MET] get_Voucher : int32()
| | | | set_Transactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>)
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] DateMax : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] DateMin : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Deleted : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | | |___[PTY] DeletedBy : instance string()
| | | |___[PTY] Journal : instance string()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] Lines : instance int32()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] Posted : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] PostedBy : instance string()
| | | |___[PTY] Transactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ProjectTransClient>()
| | | |___[PTY] Voucher : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectJournalPostedClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectOnAccountInvoiceLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectOnAccountInvoiceLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_Completed : float64()
| | | |___[MET] get_CompletedNew : float64()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_HasNote : bool()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_LineAmount : float64()
| | | |___[MET] get_LineAmountNew : float64()
| | | |___[MET] get_Note : string()
| | | |___[MET] get_PrimaryKey1Id : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Text : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_CompletedNew : void(float64)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_Note : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Completed : instance float64()
| | | |___[PTY] CompletedNew : instance float64()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] HasNote : instance bool()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] LineAmount : instance float64()
| | | |___[PTY] LineAmountNew : instance float64()
| | | |___[PTY] Note : instance string()
| | | |___[PTY] PrimaryKey1Id : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectOnAccountInvoiceLineText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_Category : string()
| | | |___[STM] get_Completed : string()
| | | |___[STM] get_CompletedNew : string()
| | | |___[STM] get_LineAmount : string()
| | | |___[STM] get_LineAmountNew : string()
| | | |___[STM] get_Text : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] Category : string()
| | | |___[PTY] Completed : string()
| | | |___[PTY] CompletedNew : string()
| | | |___[PTY] LineAmount : string()
| | | |___[PTY] LineAmountNew : string()
| | | |___[PTY] Text : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Completion : string()
| | | |___[STM] get_Description : string()
| | | |___[STM] get_EndDate : string()
| | | |___[STM] get_FixedPrice : string()
| | | |___[STM] get_Group : string()
| | | |___[STM] get_Installation : string()
| | | |___[STM] get_ItemPriceCalculation : string()
| | | |___[STM] get_MasterProject : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_PersonInCharge : string()
| | | |___[STM] get_Phase : string()
| | | |___[STM] get_PrStandard : string()
| | | |___[STM] get_PrType : string()
| | | |___[STM] get_ProjectNumber : string()
| | | |___[STM] get_Purchaser : string()
| | | |___[STM] get_StartDate : string()
| | | |___[STM] get_WorkAddress1 : string()
| | | |___[STM] get_WorkAddress2 : string()
| | | |___[STM] get_WorkAddress3 : string()
| | | |___[STM] get_WorkCountry : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Completion : string()
| | | |___[PTY] Description : string()
| | | |___[PTY] EndDate : string()
| | | |___[PTY] FixedPrice : string()
| | | |___[PTY] Group : string()
| | | |___[PTY] Installation : string()
| | | |___[PTY] ItemPriceCalculation : string()
| | | |___[PTY] MasterProject : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] PersonInCharge : string()
| | | |___[PTY] Phase : string()
| | | |___[PTY] PrStandard : string()
| | | |___[PTY] PrType : string()
| | | |___[PTY] ProjectNumber : string()
| | | |___[PTY] Purchaser : string()
| | | |___[PTY] StartDate : string()
| | | |___[PTY] WorkAddress1 : string()
| | | |___[PTY] WorkAddress2 : string()
| | | |___[PTY] WorkAddress3 : string()
| | | |___[PTY] WorkCountry : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransCategorySumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.ProjectTransCategoryTypeSumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] _BudgetCost : public float64
| | | |___[FLD] _BudgetQty : public float64
| | | |___[FLD] _BudgetSales : public float64
| | | |___[MET] .ctor : void()
| | | |___[MET] get_BudgetCost : float64()
| | | |___[MET] get_BudgetQty : float64()
| | | |___[MET] get_BudgetSales : float64()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_RefCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] BudgetCost : instance float64()
| | | |___[PTY] BudgetQty : instance float64()
| | | |___[PTY] BudgetSales : instance float64()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] RefCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectTransCategorySumClientSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectTransCategorySumClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Cost : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_Purchase : string()
| | | |___[STM] get_Sales : string()
| | | |___[PTY] Cost : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] Purchase : string()
| | | |___[PTY] Sales : string()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.ProjectTransCategoryTypeSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.ProjectTransSumBase
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_SumVersion : int32()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] SumVersion : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectTrans
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 04 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _itemRec : family class Uniconta.DataModel.InvItem
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CatType : string()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_CostAmount : float64()
| | | |___[MET] get_CostPrice : float64()
| | | |___[MET] get_CreditorAccount : string()
| | | |___[MET] get_CreditorName : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_DocumentRef : int32()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_HasVoucher : bool()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Invoice : int64()
| | | |___[MET] get_Invoiceable : bool()
| | | |___[MET] get_Invoiced : bool()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_JournalPostedId : int32()
| | | |___[MET] get_LineNumber : int32()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_NumberSerie : string()
| | | |___[MET] get_Origin : uint8()
| | | |___[MET] get_PayrollCategory : string()
| | | |___[MET] get_PayrollCategoryName : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_PurchasePrice : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefCreditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_RefPayrollCategory : class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[MET] get_RefPrCategory : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_SalesAmount : float64()
| | | |___[MET] get_SalesPrice : float64()
| | | |___[MET] get_Task : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TimeFrom : int32()
| | | |___[MET] get_TimeTo : int32()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_Variant1 : string()
| | | |___[MET] get_Variant2 : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherX : string()
| | | |___[MET] get_itemRec : class Uniconta.DataModel.InvItem()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_CostPrice : void(float64)
| | | |___[MET] set_CreditorAccount : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_Employee : void(string)
| | | |___[MET] set_Invoiceable : void(bool)
| | | |___[MET] set_Invoiced : void(bool)
| | | |___[MET] set_Item : void(string)
| | | |___[MET] set_PayrollCategory : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_PurchasePrice : void(float64)
| | | |___[MET] set_Qty : void(float64)
| | | |___[MET] set_SalesPrice : void(float64)
| | | |___[MET] set_Task : void(int32)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_TimeFrom : void(int32)
| | | |___[MET] set_TimeTo : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CatType : instance string()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] CostAmount : instance float64()
| | | |___[PTY] CostPrice : instance float64()
| | | |___[PTY] CreditorAccount : instance string()
| | | |___[PTY] CreditorName : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] DocumentRef : instance int32()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] HasVoucher : instance bool()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Invoice : instance int64()
| | | |___[PTY] Invoiceable : instance bool()
| | | |___[PTY] Invoiced : instance bool()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] JournalPostedId : instance int32()
| | | |___[PTY] LineNumber : instance int32()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] NumberSerie : instance string()
| | | |___[PTY] Origin : instance uint8()
| | | |___[PTY] PayrollCategory : instance string()
| | | |___[PTY] PayrollCategoryName : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] PurchasePrice : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefCreditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] RefPayrollCategory : instance class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryClient()
| | | |___[PTY] RefPrCategory : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] SalesAmount : instance float64()
| | | |___[PTY] SalesPrice : instance float64()
| | | |___[PTY] Task : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TimeFrom : instance int32()
| | | |___[PTY] TimeTo : instance int32()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] Variant1 : instance string()
| | | |___[PTY] Variant2 : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherX : instance string()
| | | |___[PTY] itemRec : instance class Uniconta.DataModel.InvItem()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_BudgetCost : string()
| | | |___[STM] get_BudgetQty : string()
| | | |___[STM] get_BudgetSales : string()
| | | |___[STM] get_CategoryName : string()
| | | |___[STM] get_Completed : string()
| | | |___[STM] get_CostAmount : string()
| | | |___[STM] get_CostDiff : string()
| | | |___[STM] get_CostPrice : string()
| | | |___[STM] get_CreditorAccount : string()
| | | |___[STM] get_CreditorName : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_DiscountPct : string()
| | | |___[STM] get_Duty : string()
| | | |___[STM] get_Employee : string()
| | | |___[STM] get_EmployeeName : string()
| | | |___[STM] get_HasVoucher : string()
| | | |___[STM] get_Invoiceable : string()
| | | |___[STM] get_Invoiced : string()
| | | |___[STM] get_Item : string()
| | | |___[STM] get_LineNumber : string()
| | | |___[STM] get_NumberSerie : string()
| | | |___[STM] get_Origin : string()
| | | |___[STM] get_PayrollCategory : string()
| | | |___[STM] get_PayrollCategoryName : string()
| | | |___[STM] get_PrCategory : string()
| | | |___[STM] get_Project : string()
| | | |___[STM] get_ProjectName : string()
| | | |___[STM] get_PurchaseAmount : string()
| | | |___[STM] get_PurchasePrice : string()
| | | |___[STM] get_Qty : string()
| | | |___[STM] get_QtyDiff : string()
| | | |___[STM] get_SalesAmount : string()
| | | |___[STM] get_SalesDiff : string()
| | | |___[STM] get_SalesPrice : string()
| | | |___[STM] get_Task : string()
| | | |___[STM] get_Text : string()
| | | |___[STM] get_TimeFrom : string()
| | | |___[STM] get_TimeTo : string()
| | | |___[STM] get_TransType : string()
| | | |___[STM] get_Unit : string()
| | | |___[PTY] BudgetCost : string()
| | | |___[PTY] BudgetQty : string()
| | | |___[PTY] BudgetSales : string()
| | | |___[PTY] CategoryName : string()
| | | |___[PTY] Completed : string()
| | | |___[PTY] CostAmount : string()
| | | |___[PTY] CostDiff : string()
| | | |___[PTY] CostPrice : string()
| | | |___[PTY] CreditorAccount : string()
| | | |___[PTY] CreditorName : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] DiscountPct : string()
| | | |___[PTY] Duty : string()
| | | |___[PTY] Employee : string()
| | | |___[PTY] EmployeeName : string()
| | | |___[PTY] HasVoucher : string()
| | | |___[PTY] Invoiceable : string()
| | | |___[PTY] Invoiced : string()
| | | |___[PTY] Item : string()
| | | |___[PTY] LineNumber : string()
| | | |___[PTY] NumberSerie : string()
| | | |___[PTY] Origin : string()
| | | |___[PTY] PayrollCategory : string()
| | | |___[PTY] PayrollCategoryName : string()
| | | |___[PTY] PrCategory : string()
| | | |___[PTY] Project : string()
| | | |___[PTY] ProjectName : string()
| | | |___[PTY] PurchaseAmount : string()
| | | |___[PTY] PurchasePrice : string()
| | | |___[PTY] Qty : string()
| | | |___[PTY] QtyDiff : string()
| | | |___[PTY] SalesAmount : string()
| | | |___[PTY] SalesDiff : string()
| | | |___[PTY] SalesPrice : string()
| | | |___[PTY] Task : string()
| | | |___[PTY] Text : string()
| | | |___[PTY] TimeFrom : string()
| | | |___[PTY] TimeTo : string()
| | | |___[PTY] TransType : string()
| | | |___[PTY] Unit : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransSort
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransSumBase
| | | | .class public abstract auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ProjectTransSum
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Cost : float64()
| | | |___[MET] get_Margin : float64()
| | | |___[MET] get_MarginRatio : float64()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_Purchase : float64()
| | | |___[MET] get_Qty : float64()
| | | |___[MET] get_RefProject : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_Sales : float64()
| | | |___[PTY] Cost : instance float64()
| | | |___[PTY] Margin : instance float64()
| | | |___[PTY] MarginRatio : instance float64()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] Purchase : instance float64()
| | | |___[PTY] Qty : instance float64()
| | | |___[PTY] RefProject : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] Sales : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ProjectTransSumClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.ProjectTransCategorySumClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 12 // ....T..LabelKey. ...
| | | |___[FLD] _itemRec : private class Uniconta.DataModel.InvItem
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Employee : string()
| | | |___[MET] get_EmployeeName : string()
| | | |___[MET] get_InvItem : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Item : string()
| | | |___[MET] get_ItemName : string()
| | | |___[MET] get_RefEmployee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_SumVersion : int32()
| | | |___[MET] get_Unit : string()
| | | |___[MET] get_itemRec : class Uniconta.DataModel.InvItem()
| | | |___[PTY] Employee : instance string()
| | | |___[PTY] EmployeeName : instance string()
| | | |___[PTY] InvItem : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Item : instance string()
| | | |___[PTY] ItemName : instance string()
| | | |___[PTY] RefEmployee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] SumVersion : instance int32()
| | | |___[PTY] Unit : instance string()
| | | |___[PTY] itemRec : instance class Uniconta.DataModel.InvItem()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ReportingAttribute
| | | | .class public auto ansi beforefieldinit
| | | | extends [mscorlib]System.Attribute
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ResellerClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.PartnerClient
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[MET] .ctor : void()
| | | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | | |___[MET] __PType : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.ShipmentTypeClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.ShipmentType
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SortDocAttached
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SortNote
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SortUserDocs
| | | | .class public auto ansi beforefieldinit
| | | | implements [mscorlib]System.Collections.IComparer
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(object,object)
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.StandardCollectionCurrencyClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 18 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardCollectionReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardGLAccountClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.API.GeneralLedger.StandardGLAccount
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Account : string()
| | | |___[MET] get_AccountType : string()
| | | |___[MET] get_Name : string()
| | | |___[PTY] Account : instance string()
| | | |___[PTY] AccountType : instance string()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.StandardInterestNoteCurrencyClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.StandardInterestNoteReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardInvoiceReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 07 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardOrderConfirmationClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardPackNoteClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardPurchaseInvoiceClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0F // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardPurchaseOrderClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardPurchasePackNoteClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 08 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardQuotationReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 05 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardReportClientText
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[STM] get_CompanyLogo : string()
| | | |___[STM] get_DefaultDate : string()
| | | |___[STM] get_DueDate : string()
| | | |___[STM] get_FieldBaseSum : string()
| | | |___[STM] get_FieldCode : string()
| | | |___[STM] get_FieldCustomLabel : string()
| | | |___[STM] get_FieldLabel : string()
| | | |___[STM] get_FieldSum : string()
| | | |___[STM] get_FromDate : string()
| | | |___[STM] get_Pct : string()
| | | |___[STM] get_ReportMessage : string()
| | | |___[STM] get_ReportName : string()
| | | |___[STM] get_ToDate : string()
| | | |___[PTY] CompanyLogo : string()
| | | |___[PTY] DefaultDate : string()
| | | |___[PTY] DueDate : string()
| | | |___[PTY] FieldBaseSum : string()
| | | |___[PTY] FieldCode : string()
| | | |___[PTY] FieldCustomLabel : string()
| | | |___[PTY] FieldLabel : string()
| | | |___[PTY] FieldSum : string()
| | | |___[PTY] FromDate : string()
| | | |___[PTY] Pct : string()
| | | |___[PTY] ReportMessage : string()
| | | |___[PTY] ReportName : string()
| | | |___[PTY] ToDate : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardReportUtility
| | | | .class private abstract auto ansi sealed beforefieldinit
| | | |___[STM] CreateSumFieldLines : class
Uniconta.ClientTools.DataModel.SummationFields[](class
Uniconta.ClientTools.DataModel.DCInvoiceClient,class
Uniconta.DataModel.DCAccount,class Uniconta.DataModel.Company)
| | | |___[STM] GetLocalizedReportName : string(class
Uniconta.DataModel.DCAccount,class
Uniconta.ClientTools.DataModel.CompanyClient,string)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardRequisitionClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.StandardStatementCurrencyReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.StandardStatementReportClient
| | | | .class public auto ansi beforefieldinit
| | | | extends
Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 09 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | | |___[MET] __ReportVersion : uint8()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SubscriptionClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Subscription
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 02 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>
| | | |___[FLD] <Invoices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Account : string()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Cancel : bool()
| | | |___[MET] get_City : string()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_Companies : int32()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_CreatedBy : int32()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Ended : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_InvoiceCompany : int32()
| | | |___[MET] get_InvoiceEmail : string()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | | get_Invoices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[MET] get_LegalIdent : string()
| | | |___[MET] get_ModuleCrm : bool()
| | | |___[MET] get_ModuleLogistic : bool()
| | | |___[MET] get_ModuleProject : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OwnerUid : int32()
| | | |___[MET] get_Package : string()
| | | |___[MET] get_Phone : string()
| | | |___[MET] get_Reseller : int32()
| | | |___[MET] get_Start : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_State : string()
| | | |___[MET] get_Subscriptionid : int32()
| | | |___[MET] get_UnivisorOwner : int32()
| | | |___[MET] get_UserName : string()
| | | |___[MET] get_Users : int32()
| | | |___[MET] get_Yearly : bool()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Account : void(string)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_Cancel : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_Companies : void(int32)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DiscountPct : void(float64)
| | | |___[MET] set_Ended : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_InvoiceCompany : void(int32)
| | | |___[MET] set_InvoiceEmail : void(string)
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>)
| | | | set_Invoices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>)
| | | |___[MET] set_LegalIdent : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OwnerUid : void(int32)
| | | |___[MET] set_Package : void(string)
| | | |___[MET] set_Phone : void(string)
| | | |___[MET] set_Start : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_State : void(string)
| | | |___[MET] set_UnivisorOwner : void(int32)
| | | |___[MET] set_Users : void(int32)
| | | |___[MET] set_Yearly : void(bool)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Account : instance string()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Cancel : instance bool()
| | | |___[PTY] City : instance string()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Companies : instance int32()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] CreatedBy : instance int32()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Ended : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] InvoiceCompany : instance int32()
| | | |___[PTY] InvoiceEmail : instance string()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | |___[PTY] Invoices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient>()
| | | |___[PTY] LegalIdent : instance string()
| | | |___[PTY] ModuleCrm : instance bool()
| | | |___[PTY] ModuleLogistic : instance bool()
| | | |___[PTY] ModuleProject : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OwnerUid : instance int32()
| | | |___[PTY] Package : instance string()
| | | |___[PTY] Phone : instance string()
| | | |___[PTY] Reseller : instance int32()
| | | |___[PTY] Start : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] State : instance string()
| | | |___[PTY] Subscriptionid : instance int32()
| | | |___[PTY] UnivisorOwner : instance int32()
| | | |___[PTY] UserName : instance string()
| | | |___[PTY] Users : instance int32()
| | | |___[PTY] Yearly : instance bool()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SubscriptionClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Account : string()
| | | |___[STM] get_Cancel : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Companies : string()
| | | |___[STM] get_CompanyName : string()
| | | |___[STM] get_ModuleCrm : string()
| | | |___[STM] get_ModuleLogistic : string()
| | | |___[STM] get_ModuleProject : string()
| | | |___[STM] get_OwnerUid : string()
| | | |___[STM] get_Package : string()
| | | |___[STM] get_Region : string()
| | | |___[STM] get_Reseller : string()
| | | |___[STM] get_Start : string()
| | | |___[STM] get_Subscriptionid : string()
| | | |___[STM] get_UnivisorOwner : string()
| | | |___[STM] get_UserName : string()
| | | |___[STM] get_Users : string()
| | | |___[STM] get_Yearly : string()
| | | |___[PTY] Account : string()
| | | |___[PTY] Cancel : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Companies : string()
| | | |___[PTY] CompanyName : string()
| | | |___[PTY] ModuleCrm : string()
| | | |___[PTY] ModuleLogistic : string()
| | | |___[PTY] ModuleProject : string()
| | | |___[PTY] OwnerUid : string()
| | | |___[PTY] Package : string()
| | | |___[PTY] Region : string()
| | | |___[PTY] Reseller : string()
| | | |___[PTY] Start : string()
| | | |___[PTY] Subscriptionid : string()
| | | |___[PTY] UnivisorOwner : string()
| | | |___[PTY] UserName : string()
| | | |___[PTY] Users : string()
| | | |___[PTY] Yearly : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SubscriptionInvoiceClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.SubscriptionInvoice
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 14 // ....T..LabelKey. ...
| | | |___[FLD] <InvoiceLines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountPaid : float64()
| | | |___[MET] get_Companies : int32()
| | | |___[MET] get_CompanyName : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_DiscountPct : float64()
| | | |___[MET] get_Invoice : int32()
| | | | get_InvoiceLines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | |___[MET] get_LineAmount : float64()
| | | |___[MET] get_Reseller : int32()
| | | |___[MET] get_Send : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Subscription : class
Uniconta.ClientTools.DataModel.SubscriptionClient()
| | | |___[MET] get_Subscriptionid : int32()
| | | |___[MET] get_Total : float64()
| | | |___[MET] get_UserName : string()
| | | |___[MET] get_Users : int32()
| | | |___[MET] get_VatAmount : float64()
| | | | set_InvoiceLines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>)
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountPaid : instance float64()
| | | |___[PTY] Companies : instance int32()
| | | |___[PTY] CompanyName : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] DiscountPct : instance float64()
| | | |___[PTY] Invoice : instance int32()
| | | |___[PTY] InvoiceLines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient>()
| | | |___[PTY] LineAmount : instance float64()
| | | |___[PTY] Reseller : instance int32()
| | | |___[PTY] Send : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Subscription : instance class
Uniconta.ClientTools.DataModel.SubscriptionClient()
| | | |___[PTY] Subscriptionid : instance int32()
| | | |___[PTY] Total : instance float64()
| | | |___[PTY] UserName : instance string()
| | | |___[PTY] Users : instance int32()
| | | |___[PTY] VatAmount : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SubscriptionInvoiceClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_AmountPaid : string()
| | | |___[STM] get_Clients : string()
| | | |___[STM] get_Companies : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_DiscountPct : string()
| | | |___[STM] get_Invoice : string()
| | | |___[STM] get_LineAmount : string()
| | | |___[STM] get_Send : string()
| | | |___[STM] get_Total : string()
| | | |___[STM] get_Users : string()
| | | |___[STM] get_VatAmount : string()
| | | |___[STM] get_VatPct : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] AmountPaid : string()
| | | |___[PTY] Clients : string()
| | | |___[PTY] Companies : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] DiscountPct : string()
| | | |___[PTY] Invoice : string()
| | | |___[PTY] LineAmount : string()
| | | |___[PTY] Send : string()
| | | |___[PTY] Total : string()
| | | |___[PTY] Users : string()
| | | |___[PTY] VatAmount : string()
| | | |___[PTY] VatPct : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.SubscriptionInvoiceLine
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 05 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] locOb : private class Uniconta.ClientTools.Localization
| | | |___[MET] .ctor : void()
| | | |___[MET] SetLoc : void(class Uniconta.ClientTools.Localization)
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_Company : int32()
| | | |___[MET] get_CompanyName : string()
| | | |___[MET] get_Date : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_LineNumber : int32()
| | | |___[MET] get_Product : string()
| | | |___[MET] get_Subscription : int32()
| | | |___[MET] get_Uid : int32()
| | | |___[MET] get_User : string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Company : instance int32()
| | | |___[PTY] CompanyName : instance string()
| | | |___[PTY] Date : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] LineNumber : instance int32()
| | | |___[PTY] Product : instance string()
| | | |___[PTY] Subscription : instance int32()
| | | |___[PTY] Uid : instance int32()
| | | |___[PTY] User : instance string()
| | |
| | |___[CLS]
Uniconta.ClientTools.DataModel.SubscriptionInvoiceLineClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_Company : string()
| | | |___[STM] get_CompanyName : string()
| | | |___[STM] get_Date : string()
| | | |___[STM] get_LineNumber : string()
| | | |___[STM] get_Product : string()
| | | |___[STM] get_Subscription : string()
| | | |___[STM] get_User : string()
| | | |___[STM] get_UserId : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] Company : string()
| | | |___[PTY] CompanyName : string()
| | | |___[PTY] Date : string()
| | | |___[PTY] LineNumber : string()
| | | |___[PTY] Product : string()
| | | |___[PTY] Subscription : string()
| | | |___[PTY] User : string()
| | | |___[PTY] UserId : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SummationFields
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] <BaseAmount>k__BackingField : private float64
| | | |___[FLD] <Code>k__BackingField : private string
| | | |___[FLD] <Label>k__BackingField : private string
| | | |___[FLD] <Pct>k__BackingField : private float64
| | | |___[FLD] <PlainLabel>k__BackingField : private string
| | | |___[FLD] <Sum>k__BackingField : private float64
| | | |___[MET] .ctor : void(string,float64)
| | | |___[MET] .ctor : void(string,float64,string,float64,float64)
| | | |___[MET] get_BaseAmount : float64()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_Label : string()
| | | |___[MET] get_Pct : float64()
| | | |___[MET] get_PlainLabel : string()
| | | |___[MET] get_Sum : float64()
| | | |___[MET] set_BaseAmount : void(float64)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_Label : void(string)
| | | |___[MET] set_Pct : void(float64)
| | | |___[MET] set_PlainLabel : void(string)
| | | |___[MET] set_Sum : void(float64)
| | | |___[PTY] BaseAmount : instance float64()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] Label : instance string()
| | | |___[PTY] Pct : instance float64()
| | | |___[PTY] PlainLabel : instance string()
| | | |___[PTY] Sum : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SupportLineClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.SupportLine
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <UserDocData>k__BackingField : private class
Uniconta.ClientTools.DataModel.UserDocsClient
| | | |___[FLD] <UserName>k__BackingField : private string
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AttachmentName : string()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_UserDocData : class
Uniconta.ClientTools.DataModel.UserDocsClient()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_UserDocData : void(class
Uniconta.ClientTools.DataModel.UserDocsClient)
| | | |___[MET] set_UserName : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AttachmentName : instance string()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] UserDocData : instance class
Uniconta.ClientTools.DataModel.UserDocsClient()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SupportLineClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Answer : string()
| | | |___[STM] get_AttachmentName : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_Created : string()
| | | |___[PTY] Answer : string()
| | | |___[PTY] AttachmentName : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] Created : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SupportTicketClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.SupportTicket
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <Lines>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SupportLineClient>
| | | |___[FLD] <UserName>k__BackingField : private string
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Closed : bool()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | | get_Lines : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SupportLineClient>()
| | | |___[MET] get_TicketType : string()
| | | |___[MET] get_Title : string()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Closed : void(bool)
| | | | set_Lines : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SupportLineClient>)
| | | |___[MET] set_TicketType : void(string)
| | | |___[MET] set_Title : void(string)
| | | |___[MET] set_UserName : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Closed : instance bool()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Lines : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.SupportLineClient>()
| | | |___[PTY] TicketType : instance string()
| | | |___[PTY] Title : instance string()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.SupportTicketClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Closed : string()
| | | |___[STM] get_Created : string()
| | | |___[STM] get_TicketType : string()
| | | |___[STM] get_Title : string()
| | | |___[PTY] Closed : string()
| | | |___[PTY] Created : string()
| | | |___[PTY] TicketType : string()
| | | |___[PTY] Title : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TableFieldsClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.TableField
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] master : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_DateType : string()
| | | |___[MET] get_Delete : bool()
| | | |___[MET] get_FieldNumber : int32()
| | | |___[MET] get_Format : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Hide : bool()
| | | |___[MET] get_Index : int32()
| | | |___[MET] get_IntSize : string()
| | | |___[MET] get_Length : int32()
| | | |___[MET] get_Mandatory : bool()
| | | |___[MET] get_MultiLine : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_NullValues : bool()
| | | |___[MET] get_Prompt : string()
| | | |___[MET] get_ReadOnly : bool()
| | | |___[MET] get_RefTable : string()
| | | |___[MET] get_Type : string()
| | | |___[MET] get_Unicode : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_DateType : void(string)
| | | |___[MET] set_Delete : void(bool)
| | | |___[MET] set_Format : void(string)
| | | |___[MET] set_GroupName : void(string)
| | | |___[MET] set_Hide : void(bool)
| | | |___[MET] set_IntSize : void(string)
| | | |___[MET] set_Length : void(int32)
| | | |___[MET] set_Mandatory : void(bool)
| | | |___[MET] set_MultiLine : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_NullValues : void(bool)
| | | |___[MET] set_Prompt : void(string)
| | | |___[MET] set_ReadOnly : void(bool)
| | | |___[MET] set_RefTable : void(string)
| | | |___[MET] set_Type : void(string)
| | | |___[MET] set_Unicode : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] DateType : instance string()
| | | |___[PTY] Delete : instance bool()
| | | |___[PTY] FieldNumber : instance int32()
| | | |___[PTY] Format : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Hide : instance bool()
| | | |___[PTY] Index : instance int32()
| | | |___[PTY] IntSize : instance string()
| | | |___[PTY] Length : instance int32()
| | | |___[PTY] Mandatory : instance bool()
| | | |___[PTY] MultiLine : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] NullValues : instance bool()
| | | |___[PTY] Prompt : instance string()
| | | |___[PTY] ReadOnly : instance bool()
| | | |___[PTY] RefTable : instance string()
| | | |___[PTY] Type : instance string()
| | | |___[PTY] Unicode : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TableFieldsText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Delete : string()
| | | |___[STM] get_FieldNumber : string()
| | | |___[STM] get_Format : string()
| | | |___[STM] get_GroupName : string()
| | | |___[STM] get_Hide : string()
| | | |___[STM] get_Index : string()
| | | |___[STM] get_IsSelected : string()
| | | |___[STM] get_Length : string()
| | | |___[STM] get_Mandatory : string()
| | | |___[STM] get_Multiline : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OnPropertyChange : string()
| | | |___[STM] get_OnlyRunOnPropertyChange : string()
| | | |___[STM] get_Prompt : string()
| | | |___[STM] get_ReadOnly : string()
| | | |___[STM] get_RefTable : string()
| | | |___[STM] get_Script : string()
| | | |___[STM] get_Type : string()
| | | |___[PTY] Delete : string()
| | | |___[PTY] FieldNumber : string()
| | | |___[PTY] Format : string()
| | | |___[PTY] GroupName : string()
| | | |___[PTY] Hide : string()
| | | |___[PTY] Index : string()
| | | |___[PTY] IsSelected : string()
| | | |___[PTY] Length : string()
| | | |___[PTY] Mandatory : string()
| | | |___[PTY] Multiline : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OnPropertyChange : string()
| | | |___[PTY] OnlyRunOnPropertyChange : string()
| | | |___[PTY] Prompt : string()
| | | |___[PTY] ReadOnly : string()
| | | |___[PTY] RefTable : string()
| | | |___[PTY] Script : string()
| | | |___[PTY] Type : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TableHeaderClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.TableHeader
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <Fields>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.TableFieldsClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccessGroup : uint8()
| | | |___[MET] get_Attachment : bool()
| | | |___[MET] get_AutoKey : bool()
| | | |___[MET] get_AutoNumber : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Delete : bool()
| | | |___[MET] get_Detail : bool()
| | | |___[MET] get_EditLines : bool()
| | | | get_Fields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.TableFieldsClient>()
| | | |___[MET] get_HasPrimaryKey : bool()
| | | |___[MET] get_Hide : bool()
| | | |___[MET] get_Master : int32()
| | | |___[MET] get_MenuPosition : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_PKprompt : string()
| | | |___[MET] get_Prompt : string()
| | | |___[MET] get_ReadOnly : bool()
| | | |___[MET] get_SQLIdent : bool()
| | | |___[MET] get_TableId : int32()
| | | |___[MET] get_UserDefinedId : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AccessGroup : void(uint8)
| | | |___[MET] set_Attachment : void(bool)
| | | |___[MET] set_AutoKey : void(bool)
| | | |___[MET] set_AutoNumber : void(string)
| | | |___[MET] set_Delete : void(bool)
| | | |___[MET] set_Detail : void(bool)
| | | |___[MET] set_EditLines : void(bool)
| | | | set_Fields : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.TableFieldsClient>)
| | | |___[MET] set_HasPrimaryKey : void(bool)
| | | |___[MET] set_Hide : void(bool)
| | | |___[MET] set_Master : void(int32)
| | | |___[MET] set_MenuPosition : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_PKprompt : void(string)
| | | |___[MET] set_Prompt : void(string)
| | | |___[MET] set_ReadOnly : void(bool)
| | | |___[MET] set_SQLIdent : void(bool)
| | | |___[MET] set_UserDefinedId : void(int32)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccessGroup : instance uint8()
| | | |___[PTY] Attachment : instance bool()
| | | |___[PTY] AutoKey : instance bool()
| | | |___[PTY] AutoNumber : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Delete : instance bool()
| | | |___[PTY] Detail : instance bool()
| | | |___[PTY] EditLines : instance bool()
| | | |___[PTY] Fields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.TableFieldsClient>()
| | | |___[PTY] HasPrimaryKey : instance bool()
| | | |___[PTY] Hide : instance bool()
| | | |___[PTY] Master : instance int32()
| | | |___[PTY] MenuPosition : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] PKprompt : instance string()
| | | |___[PTY] Prompt : instance string()
| | | |___[PTY] ReadOnly : instance bool()
| | | |___[PTY] SQLIdent : instance bool()
| | | |___[PTY] TableId : instance int32()
| | | |___[PTY] UserDefinedId : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TableHeaderClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccessGroup : string()
| | | |___[STM] get_Attachment : string()
| | | |___[STM] get_AutomaticAllocation : string()
| | | |___[STM] get_Detail : string()
| | | |___[STM] get_EditLines : string()
| | | |___[STM] get_HasPrimaryKey : string()
| | | |___[STM] get_Master : string()
| | | |___[STM] get_MenuPosition : string()
| | | |___[STM] get_PkPrompt : string()
| | | |___[STM] get_TableId : string()
| | | |___[STM] get_UserDefinedId : string()
| | | |___[PTY] AccessGroup : string()
| | | |___[PTY] Attachment : string()
| | | |___[PTY] AutomaticAllocation : string()
| | | |___[PTY] Detail : string()
| | | |___[PTY] EditLines : string()
| | | |___[PTY] HasPrimaryKey : string()
| | | |___[PTY] Master : string()
| | | |___[PTY] MenuPosition : string()
| | | |___[PTY] PkPrompt : string()
| | | |___[PTY] TableId : string()
| | | |___[PTY] UserDefinedId : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TablePropertyClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.TableProperty
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] master : public class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Format : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Hide : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OnPropertyChange : string()
| | | |___[MET] get_OnlyRunOnPropertyChange : bool()
| | | |___[MET] get_Prompt : string()
| | | |___[MET] get_Script : string()
| | | |___[MET] get_Type : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Format : void(string)
| | | |___[MET] set_GroupName : void(string)
| | | |___[MET] set_Hide : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OnPropertyChange : void(string)
| | | |___[MET] set_OnlyRunOnPropertyChange : void(bool)
| | | |___[MET] set_Prompt : void(string)
| | | |___[MET] set_Script : void(string)
| | | |___[MET] set_Type : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Format : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Hide : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OnPropertyChange : instance string()
| | | |___[PTY] OnlyRunOnPropertyChange : instance bool()
| | | |___[PTY] Prompt : instance string()
| | | |___[PTY] Script : instance string()
| | | |___[PTY] Type : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.TableUserTypes
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[STM] CreateProperty : void(class
[mscorlib]System.Reflection.Emit.TypeBuilder,string,int32,string,class
[mscorlib]System.Reflection.MethodInfo,class
[mscorlib]System.Reflection.MethodInfo,class [mscorlib]System.Type,bool)
| | | |___[STM] GeneraterUserType : class [mscorlib]System.Type(class
[mscorlib]System.Type,string,class Uniconta.DataModel.TableField[],class
Uniconta.DataModel.TableHeader,string)
| | | |___[STM] GetTableWithUserFields : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class [mscorlib]System.Type,class
Uniconta.DataModel.ITableFieldData,string)
| | | |___[STM] GetTableWithUserFields : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class [mscorlib]System.Type,class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity&,string)
| | | |___[STM] GetUserTable : class [mscorlib]System.Type(class
Uniconta.DataModel.Company,class Uniconta.DataModel.TableHeader,string)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserAppAccessClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.UserAppAccess
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_LoginId : string()
| | | |___[MET] get_UserId : int32()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_LoginId : void(string)
| | | |___[MET] set_UserName : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] LoginId : instance string()
| | | |___[PTY] UserId : instance int32()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserAppAccessClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_LoginId : string()
| | | |___[STM] get_UserId : string()
| | | |___[STM] get_UserName : string()
| | | |___[PTY] LoginId : string()
| | | |___[PTY] UserId : string()
| | | |___[PTY] UserName : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.User
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AllowMathExpression : bool()
| | | |___[MET] get_AutoDropDown : bool()
| | | |___[MET] get_Belongs2Pid : int32()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_ClosePageOnEsc : bool()
| | | |___[MET] get_Company : string()
| | | | get_CountryCode : valuetype
[mscorlib]System.Nullable`1<int16>()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_CreatedBy : int32()
| | | |___[MET] get_Email : string()
| | | |___[MET] get_LoginId : string()
| | | |___[MET] get_MultiplyLogin : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Nationality : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[MET] get_PartnerId : int32()
| | | | get_Phone : valuetype [mscorlib]System.Nullable`1<int64>()
| | | |___[MET] get_Role : valuetype
[Uniconta.Common]Uniconta.Common.User.UserRoles()
| | | |___[MET] get_Status : valuetype
[Uniconta.Common]Uniconta.Common.User.UserStatus()
| | | |___[MET] get_Theme : string()
| | | |___[MET] get_UserLanguage : string()
| | | |___[MET] get_Userid : int32()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AllowMathExpression : void(bool)
| | | |___[MET] set_AutoDropDown : void(bool)
| | | |___[MET] set_Belongs2Pid : void(int32)
| | | |___[MET] set_ClosePageOnEsc : void(bool)
| | | |___[MET] set_Company : void(string)
| | | | set_CountryCode : void(valuetype
[mscorlib]System.Nullable`1<int16>)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Email : void(string)
| | | |___[MET] set_LoginId : void(string)
| | | |___[MET] set_MultiplyLogin : void(bool)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Nationality : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | | | set_Phone : void(valuetype [mscorlib]System.Nullable`1<int64>)
| | | |___[MET] set_Role : void(valuetype
[Uniconta.Common]Uniconta.Common.User.UserRoles)
| | | |___[MET] set_Status : void(valuetype
[Uniconta.Common]Uniconta.Common.User.UserStatus)
| | | |___[MET] set_Theme : void(string)
| | | |___[MET] set_UserLanguage : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AllowMathExpression : instance bool()
| | | |___[PTY] AutoDropDown : instance bool()
| | | |___[PTY] Belongs2Pid : instance int32()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] ClosePageOnEsc : instance bool()
| | | |___[PTY] Company : instance string()
| | | |___[PTY] CountryCode : instance valuetype
[mscorlib]System.Nullable`1<int16>()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] CreatedBy : instance int32()
| | | |___[PTY] Email : instance string()
| | | |___[PTY] LoginId : instance string()
| | | |___[PTY] MultiplyLogin : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Nationality : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | | |___[PTY] PartnerId : instance int32()
| | | |___[PTY] Phone : instance valuetype
[mscorlib]System.Nullable`1<int64>()
| | | |___[PTY] Role : instance valuetype
[Uniconta.Common]Uniconta.Common.User.UserRoles()
| | | |___[PTY] Status : instance valuetype
[Uniconta.Common]Uniconta.Common.User.UserStatus()
| | | |___[PTY] Theme : instance string()
| | | |___[PTY] UserLanguage : instance string()
| | | |___[PTY] Userid : instance int32()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AllowMathExpression : string()
| | | |___[STM] get_AutoDropDown : string()
| | | |___[STM] get_BelongsTo : string()
| | | |___[STM] get_ClosePageOnEsc : string()
| | | |___[STM] get_Company : string()
| | | |___[STM] get_Contact : string()
| | | |___[STM] get_CountryCode : string()
| | | |___[STM] get_Created : string()
| | | |___[STM] get_CreatedBy : string()
| | | |___[STM] get_Description : string()
| | | |___[STM] get_Email : string()
| | | |___[STM] get_Language : string()
| | | |___[STM] get_LoginId : string()
| | | |___[STM] get_MultiplyLogin : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Nationality : string()
| | | |___[STM] get_OperationName : string()
| | | |___[STM] get_PartnerId : string()
| | | |___[STM] get_Phone : string()
| | | |___[STM] get_Role : string()
| | | |___[STM] get_ShowOnWeb : string()
| | | |___[STM] get_Status : string()
| | | |___[STM] get_Theme : string()
| | | |___[STM] get_UserId : string()
| | | |___[PTY] AllowMathExpression : string()
| | | |___[PTY] AutoDropDown : string()
| | | |___[PTY] BelongsTo : string()
| | | |___[PTY] ClosePageOnEsc : string()
| | | |___[PTY] Company : string()
| | | |___[PTY] Contact : string()
| | | |___[PTY] CountryCode : string()
| | | |___[PTY] Created : string()
| | | |___[PTY] CreatedBy : string()
| | | |___[PTY] Description : string()
| | | |___[PTY] Email : string()
| | | |___[PTY] Language : string()
| | | |___[PTY] LoginId : string()
| | | |___[PTY] MultiplyLogin : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Nationality : string()
| | | |___[PTY] OperationName : string()
| | | |___[PTY] PartnerId : string()
| | | |___[PTY] Phone : string()
| | | |___[PTY] Role : string()
| | | |___[PTY] ShowOnWeb : string()
| | | |___[PTY] Status : string()
| | | |___[PTY] Theme : string()
| | | |___[PTY] UserId : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserDocsClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.TableAddOnData
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0B // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Campaign : class
Uniconta.ClientTools.DataModel.CrmCampaignClient()
| | | |___[MET] get_Confirmation : bool()
| | | |___[MET] get_Contact : class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_DocumentType : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[MET] get_Employee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Invoice : bool()
| | | |___[MET] get_Item : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Offer : bool()
| | | |___[MET] get_PackNote : bool()
| | | |___[MET] get_Prospect : class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[MET] get_Requisition : bool()
| | | |___[MET] get_TableId : int32()
| | | |___[MET] get_TableRowId : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_UserDocument : uint8[]()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Confirmation : void(bool)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_DocumentType : void(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Invoice : void(bool)
| | | |___[MET] set_Offer : void(bool)
| | | |___[MET] set_PackNote : void(bool)
| | | |___[MET] set_Requisition : void(bool)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_UserDocument : void(uint8[])
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Campaign : instance class
Uniconta.ClientTools.DataModel.CrmCampaignClient()
| | | |___[PTY] Confirmation : instance bool()
| | | |___[PTY] Contact : instance class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] DocumentType : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[PTY] Employee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Invoice : instance bool()
| | | |___[PTY] Item : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Offer : instance bool()
| | | |___[PTY] PackNote : instance bool()
| | | |___[PTY] Prospect : instance class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[PTY] Requisition : instance bool()
| | | |___[PTY] TableId : instance int32()
| | | |___[PTY] TableRowId : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] UserDocument : instance uint8[]()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserDocsClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Confirmation : string()
| | | |___[STM] get_CreateDate : string()
| | | |___[STM] get_Invoice : string()
| | | |___[STM] get_Offer : string()
| | | |___[STM] get_PackNote : string()
| | | |___[STM] get_Requisition : string()
| | | |___[STM] get_UserDocument : string()
| | | |___[STM] get_UserDocumentComments : string()
| | | |___[STM] get_UserDocumentType : string()
| | | |___[STM] get_UserLoginId : string()
| | | |___[STM] get_UserName : string()
| | | |___[PTY] Confirmation : string()
| | | |___[PTY] CreateDate : string()
| | | |___[PTY] Invoice : string()
| | | |___[PTY] Offer : string()
| | | |___[PTY] PackNote : string()
| | | |___[PTY] Requisition : string()
| | | |___[PTY] UserDocument : string()
| | | |___[PTY] UserDocumentComments : string()
| | | |___[PTY] UserDocumentType : string()
| | | |___[PTY] UserLoginId : string()
| | | |___[PTY] UserName : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserMenuClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.UserMenu
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Argument : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_ChildNode : string()
| | | |___[MET] get_Control : string()
| | | |___[MET] get_ControlType : string()
| | | |___[MET] get_Disable : bool()
| | | |___[MET] get_LineNumber : int32()
| | | |___[MET] get_MenuId : uint8()
| | | |___[MET] get_ModuleNode : string()
| | | |___[MET] get_Prompt : string()
| | | |___[MET] get_RibbonMenu : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Argument : void(string)
| | | |___[MET] set_ChildNode : void(string)
| | | |___[MET] set_Control : void(string)
| | | |___[MET] set_ControlType : void(string)
| | | |___[MET] set_Disable : void(bool)
| | | |___[MET] set_LineNumber : void(int32)
| | | |___[MET] set_MenuId : void(uint8)
| | | |___[MET] set_ModuleNode : void(string)
| | | |___[MET] set_Prompt : void(string)
| | | |___[MET] set_RibbonMenu : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Argument : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] ChildNode : instance string()
| | | |___[PTY] Control : instance string()
| | | |___[PTY] ControlType : instance string()
| | | |___[PTY] Disable : instance bool()
| | | |___[PTY] LineNumber : instance int32()
| | | |___[PTY] MenuId : instance uint8()
| | | |___[PTY] ModuleNode : instance string()
| | | |___[PTY] Prompt : instance string()
| | | |___[PTY] RibbonMenu : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserMenuClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Argument : string()
| | | |___[STM] get_ChildNode : string()
| | | |___[STM] get_Control : string()
| | | |___[STM] get_ControlType : string()
| | | |___[STM] get_Disable : string()
| | | |___[STM] get_LineNumber : string()
| | | |___[STM] get_MenuId : string()
| | | |___[STM] get_ModuleNode : string()
| | | |___[STM] get_Prompt : string()
| | | |___[STM] get_RibbonMenu : string()
| | | |___[PTY] Argument : string()
| | | |___[PTY] ChildNode : string()
| | | |___[PTY] Control : string()
| | | |___[PTY] ControlType : string()
| | | |___[PTY] Disable : string()
| | | |___[PTY] LineNumber : string()
| | | |___[PTY] MenuId : string()
| | | |___[PTY] ModuleNode : string()
| | | |___[PTY] Prompt : string()
| | | |___[PTY] RibbonMenu : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserNotesClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Note
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0D // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Campaign : class
Uniconta.ClientTools.DataModel.CrmCampaignClient()
| | | |___[MET] get_Contact : class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_Employee : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_GroupName : string()
| | | |___[MET] get_Item : class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[MET] get_Prospect : class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[MET] get_TableId : int32()
| | | |___[MET] get_TableRowId : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_UserName : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Created : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Text : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Campaign : instance class
Uniconta.ClientTools.DataModel.CrmCampaignClient()
| | | |___[PTY] Contact : instance class
Uniconta.ClientTools.DataModel.ContactClient()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] Employee : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] GroupName : instance string()
| | | |___[PTY] Item : instance class
Uniconta.ClientTools.DataModel.InvItemClient()
| | | |___[PTY] Prospect : instance class
Uniconta.ClientTools.DataModel.CrmProspectClient()
| | | |___[PTY] TableId : instance int32()
| | | |___[PTY] TableRowId : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] UserName : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserNotesClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_CreateDate : string()
| | | |___[STM] get_UserName : string()
| | | |___[STM] get_UserNote : string()
| | | |___[PTY] CreateDate : string()
| | | |___[PTY] UserName : string()
| | | |___[PTY] UserNote : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserPluginClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.UserPlugin
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Argument : string()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_ClassName : string()
| | | |___[MET] get_Command : string()
| | | |___[MET] get_Control : string()
| | | |___[MET] get_Disable : bool()
| | | |___[MET] get_Dll : string()
| | | |___[MET] get_ForCompanyId : int32()
| | | |___[MET] get_HasPartner : bool()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_Prompt : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Argument : void(string)
| | | |___[MET] set_ClassName : void(string)
| | | |___[MET] set_Command : void(string)
| | | |___[MET] set_Control : void(string)
| | | |___[MET] set_Disable : void(bool)
| | | |___[MET] set_Dll : void(string)
| | | |___[MET] set_ForCompanyId : void(int32)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_Prompt : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Argument : instance string()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] ClassName : instance string()
| | | |___[PTY] Command : instance string()
| | | |___[PTY] Control : instance string()
| | | |___[PTY] Disable : instance bool()
| | | |___[PTY] Dll : instance string()
| | | |___[PTY] ForCompanyId : instance int32()
| | | |___[PTY] HasPartner : instance bool()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] Prompt : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserPluginClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Argument : string()
| | | |___[STM] get_ClassName : string()
| | | |___[STM] get_Command : string()
| | | |___[STM] get_Control : string()
| | | |___[STM] get_Disable : string()
| | | |___[STM] get_Dll : string()
| | | |___[STM] get_ForCompanyId : string()
| | | |___[STM] get_HasPartner : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_Prompt : string()
| | | |___[PTY] Argument : string()
| | | |___[PTY] ClassName : string()
| | | |___[PTY] Command : string()
| | | |___[PTY] Control : string()
| | | |___[PTY] Disable : string()
| | | |___[PTY] Dll : string()
| | | |___[PTY] ForCompanyId : string()
| | | |___[PTY] HasPartner : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] Prompt : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserPreference
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] Flags : assembly int64
| | | |___[FLD] Updated : assembly bool
| | | |___[FLD] WindowsSettings : private class
Uniconta.ClientTools.DataModel.UserWindowsSetting[]
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] GetWindowSetting : class
Uniconta.ClientTools.DataModel.UserWindowsSetting(string)
| | | |___[MET] SetFlag : void(int32,bool)
| | | |___[MET] UpdateWindowSetting : void(class
Uniconta.ClientTools.DataModel.UserWindowsSetting)
| | | |___[MET] Version : int32(int32)
| | | |___[MET] get_BankStatementHorisontal : bool()
| | | |___[MET] get_ChangePassword : bool()
| | | |___[MET] get_Debtor_OnlyOpen : bool()
| | | |___[MET] get_Debtor_isAscending : bool()
| | | |___[MET] get_Debtor_skipBlank : bool()
| | | |___[MET] get_Inventory_isAscending : bool()
| | | |___[MET] get_Inventory_skipBlank : bool()
| | | |___[MET] get_TransactionReport_isAscending : bool()
| | | |___[MET] get_TransactionReport_skipBlank : bool()
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | |___[MET] set_BankStatementHorisontal : void(bool)
| | | |___[MET] set_ChangePassword : void(bool)
| | | |___[MET] set_Debtor_OnlyOpen : void(bool)
| | | |___[MET] set_Debtor_isAscending : void(bool)
| | | |___[MET] set_Debtor_skipBlank : void(bool)
| | | |___[MET] set_Inventory_isAscending : void(bool)
| | | |___[MET] set_Inventory_skipBlank : void(bool)
| | | |___[MET] set_TransactionReport_isAscending : void(bool)
| | | |___[MET] set_TransactionReport_skipBlank : void(bool)
| | | |___[PTY] BankStatementHorisontal : instance bool()
| | | |___[PTY] ChangePassword : instance bool()
| | | |___[PTY] Debtor_OnlyOpen : instance bool()
| | | |___[PTY] Debtor_isAscending : instance bool()
| | | |___[PTY] Debtor_skipBlank : instance bool()
| | | |___[PTY] Inventory_isAscending : instance bool()
| | | |___[PTY] Inventory_skipBlank : instance bool()
| | | |___[PTY] TransactionReport_isAscending : instance bool()
| | | |___[PTY] TransactionReport_skipBlank : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserReportDevExpressClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.UserReportDevExpress
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0A // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] OnPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AllCompanies : bool()
| | | |___[MET] get_AllUsers : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_Comment : string()
| | | |___[MET] get_ForCompanyId : int32()
| | | |___[MET] get_ForSubId : int32()
| | | |___[MET] get_Layout : uint8[]()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_OpenForEdit : bool()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_AllCompanies : void(bool)
| | | |___[MET] set_AllUsers : void(bool)
| | | |___[MET] set_Comment : void(string)
| | | |___[MET] set_ForCompanyId : void(int32)
| | | |___[MET] set_ForSubId : void(int32)
| | | |___[MET] set_Layout : void(uint8[])
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_OpenForEdit : void(bool)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AllCompanies : instance bool()
| | | |___[PTY] AllUsers : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] Comment : instance string()
| | | |___[PTY] ForCompanyId : instance int32()
| | | |___[PTY] ForSubId : instance int32()
| | | |___[PTY] Layout : instance uint8[]()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] OpenForEdit : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserReportDevExpressClientText
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[STM] get_AllCompanies : string()
| | | |___[STM] get_AllUsers : string()
| | | |___[STM] get_Comment : string()
| | | |___[STM] get_ForCompany : string()
| | | |___[STM] get_ForSubscription : string()
| | | |___[STM] get_Name : string()
| | | |___[STM] get_OpenForEdit : string()
| | | |___[PTY] AllCompanies : string()
| | | |___[PTY] AllUsers : string()
| | | |___[PTY] Comment : string()
| | | |___[PTY] ForCompany : string()
| | | |___[PTY] ForSubscription : string()
| | | |___[PTY] Name : string()
| | | |___[PTY] OpenForEdit : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserWindowsSetting
| | | | .class public auto ansi beforefieldinit
| | | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | |___[FLD] dockingPos : public uint8
| | | |___[FLD] dockingType : public uint8
| | | |___[FLD] floatHeight : public int64
| | | |___[FLD] floatWidth : public int64
| | | |___[FLD] name : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] ClassId : int32()
| | | |___[MET] Version : int32(int32)
| | | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.UserWindowsSettingClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.ClientTools.DataModel.UserWindowsSetting
| | | |___[MET] .ctor : void()
| | | |___[MET] get_DockingPos : uint8()
| | | |___[MET] get_DockingType : uint8()
| | | |___[MET] get_FloatHeight : float64()
| | | |___[MET] get_FloatWidth : float64()
| | | |___[MET] get_Name : string()
| | | |___[MET] set_DockingPos : void(uint8)
| | | |___[MET] set_DockingType : void(uint8)
| | | |___[MET] set_FloatHeight : void(float64)
| | | |___[MET] set_FloatWidth : void(float64)
| | | |___[MET] set_Name : void(string)
| | | |___[PTY] DockingPos : instance uint8()
| | | |___[PTY] DockingType : instance uint8()
| | | |___[PTY] FloatHeight : instance float64()
| | | |___[PTY] FloatWidth : instance float64()
| | | |___[PTY] Name : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VatAccountSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.ClientTools.DataModel.VatReportLine>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.ClientTools.DataModel.VatReportLine,class
Uniconta.ClientTools.DataModel.VatReportLine)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VatReportLine
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] Account : public class Uniconta.DataModel.GLAccount
| | | |___[FLD] AccountIsVat : public uint8
| | | |___[FLD] AccountNumber : public string
| | | |___[FLD] AmountWithVat : public float64
| | | |___[FLD] AmountWithout : public float64
| | | |___[FLD] BaseVatText : public string
| | | |___[FLD] FromDate : public valuetype [mscorlib]System.DateTime
| | | |___[FLD] IsOffsetAccount : public uint8
| | | |___[FLD] Order : public int32
| | | |___[FLD] Text : public string
| | | |___[FLD] Vat : public class Uniconta.DataModel.GLVat
| | | |___[FLD] VatOpr : public class Uniconta.DataModel.GLVatType
| | | |___[FLD] VatType : public uint8
| | | |___[FLD] _BaseVAT : public float64
| | | |___[FLD] _CalculatedVAT : public float64
| | | |___[FLD] _PostedVAT : public float64
| | | |___[FLD] _Rate : public float64
| | | |___[FLD] _VatOperation : public uint8
| | | |___[FLD] helptext : public string
| | | |___[FLD] isvatotal : public bool
| | | |___[FLD] vatOperation : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] CalcRate : void(bool)
| | | |___[MET] get_AccName : string()
| | | |___[MET] get_Accumulated : float64()
| | | |___[MET] get_CalculatedVAT : float64()
| | | |___[MET] get_PostedVAT : float64()
| | | |___[MET] get_Rate : float64()
| | | |___[MET] get_VatCode : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_WithoutVAT : float64()
| | | |___[PTY] AccName : instance string()
| | | |___[PTY] Accumulated : instance float64()
| | | |___[PTY] CalculatedVAT : instance float64()
| | | |___[PTY] PostedVAT : instance float64()
| | | |___[PTY] Rate : instance float64()
| | | |___[PTY] VatCode : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] WithoutVAT : instance float64()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VatReportText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_AccName : string()
| | | |___[STM] get_Accumulated : string()
| | | |___[STM] get_CalculatedVAT : string()
| | | |___[STM] get_PostedVAT : string()
| | | |___[STM] get_VatOperation : string()
| | | |___[STM] get_WithoutVAT : string()
| | | |___[PTY] AccName : string()
| | | |___[PTY] Accumulated : string()
| | | |___[PTY] CalculatedVAT : string()
| | | |___[PTY] PostedVAT : string()
| | | |___[PTY] VatOperation : string()
| | | |___[PTY] WithoutVAT : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VatSumOperationReport
| | | | .class public auto ansi beforefieldinit
| | | |___[FLD] _Amount : public float64
| | | |___[FLD] _AmountBase : public float64
| | | |___[FLD] _ExtraBase : public float64
| | | |___[FLD] _Line : public int32
| | | |___[FLD] _Pct : public float64
| | | |___[FLD] _Text : public string
| | | |___[MET] .ctor : void()
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_AmountBase : float64()
| | | |___[MET] get_Line : int32()
| | | |___[MET] get_Text : string()
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] AmountBase : instance float64()
| | | |___[PTY] Line : instance int32()
| | | |___[PTY] Text : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VatTotalsSort
| | | | .class public auto ansi beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IComparer`1<class
Uniconta.ClientTools.DataModel.VatReportLine>
| | | |___[MET] .ctor : void()
| | | |___[MET] Compare : int32(class
Uniconta.ClientTools.DataModel.VatReportLine,class
Uniconta.ClientTools.DataModel.VatReportLine)
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VouchersClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.Document
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 10 // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[FLD] _DCPostType : private valuetype
Uniconta.DataModel.DCPostType
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] UpdateDefaultText : void()
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Amount : float64()
| | | |___[MET] get_Approved : bool()
| | | |___[MET] get_Approved2 : bool()
| | | |___[MET] get_Approver1 : string()
| | | |___[MET] get_Approver1Name : string()
| | | |___[MET] get_Approver1Ref : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Approver2 : string()
| | | |___[MET] get_Approver2Name : string()
| | | |___[MET] get_Approver2Ref : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[MET] get_Buffer : uint8[]()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_CategoryName : string()
| | | |___[MET] get_Content : string()
| | | |___[MET] get_CostAccount : string()
| | | |___[MET] get_CostAccountName : string()
| | | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Creditor : class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[MET] get_CreditorAccount : string()
| | | |___[MET] get_CreditorName : string()
| | | |___[MET] get_Currency : string()
| | | |___[MET] get_DCPostType : string()
| | | |___[MET] get_DefaultText : string()
| | | |___[MET] get_Dimension1 : string()
| | | |___[MET] get_Dimension2 : string()
| | | |___[MET] get_Dimension3 : string()
| | | |___[MET] get_Dimension4 : string()
| | | |___[MET] get_Dimension5 : string()
| | | |___[MET] get_DocumentDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_Fileextension : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[MET] get_Folder : bool()
| | | |___[MET] get_InFolder : bool()
| | | |___[MET] get_Invoice : int64()
| | | |___[MET] get_PayAccount : string()
| | | |___[MET] get_PayAccountName : string()
| | | |___[MET] get_PayDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PaymentId : string()
| | | |___[MET] get_PaymentMethod : string()
| | | |___[MET] get_PostingDate : valuetype [mscorlib]System.DateTime()
| | | |___[MET] get_PostingInstruction : string()
| | | |___[MET] get_PrCategory : string()
| | | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[MET] get_PrimaryKeyId : int32()
| | | |___[MET] get_Project : string()
| | | |___[MET] get_ProjectName : string()
| | | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[MET] get_PurchaseNumber : int32()
| | | |___[MET] get_Text : string()
| | | |___[MET] get_TransType : string()
| | | |___[MET] get_UserLogidId : string()
| | | |___[MET] get_UserName : string()
| | | |___[MET] get_Vat : string()
| | | |___[MET] get_VatOperation : string()
| | | |___[MET] get_Voucher : int32()
| | | |___[MET] get_VoucherAttachment : uint8[]()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Amount : void(float64)
| | | |___[MET] set_Approved : void(bool)
| | | |___[MET] set_Approved2 : void(bool)
| | | |___[MET] set_Approver1 : void(string)
| | | |___[MET] set_Approver2 : void(string)
| | | |___[MET] set_Content : void(string)
| | | |___[MET] set_CostAccount : void(string)
| | | |___[MET] set_CreditorAccount : void(string)
| | | |___[MET] set_Currency : void(string)
| | | |___[MET] set_DCPostType : void(string)
| | | |___[MET] set_Dimension1 : void(string)
| | | |___[MET] set_Dimension2 : void(string)
| | | |___[MET] set_Dimension3 : void(string)
| | | |___[MET] set_Dimension4 : void(string)
| | | |___[MET] set_Dimension5 : void(string)
| | | |___[MET] set_DocumentDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_Fileextension : void(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | | |___[MET] set_Invoice : void(int64)
| | | |___[MET] set_PayAccount : void(string)
| | | |___[MET] set_PayDate : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] set_PaymentId : void(string)
| | | |___[MET] set_PaymentMethod : void(string)
| | | |___[MET] set_PostingDate : void(valuetype
[mscorlib]System.DateTime)
| | | |___[MET] set_PostingInstruction : void(string)
| | | |___[MET] set_PrCategory : void(string)
| | | |___[MET] set_Project : void(string)
| | | |___[MET] set_PurchaseNumber : void(int32)
| | | |___[MET] set_Text : void(string)
| | | |___[MET] set_TransType : void(string)
| | | |___[MET] set_Vat : void(string)
| | | |___[MET] set_VatOperation : void(string)
| | | |___[MET] set_Voucher : void(int32)
| | | |___[MET] set_VoucherAttachment : void(uint8[])
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Amount : instance float64()
| | | |___[PTY] Approved : instance bool()
| | | |___[PTY] Approved2 : instance bool()
| | | |___[PTY] Approver1 : instance string()
| | | |___[PTY] Approver1Name : instance string()
| | | |___[PTY] Approver1Ref : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Approver2 : instance string()
| | | |___[PTY] Approver2Name : instance string()
| | | |___[PTY] Approver2Ref : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | | |___[PTY] Buffer : instance uint8[]()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] CategoryName : instance string()
| | | |___[PTY] Content : instance string()
| | | |___[PTY] CostAccount : instance string()
| | | |___[PTY] CostAccountName : instance string()
| | | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] Creditor : instance class
Uniconta.ClientTools.DataModel.CreditorClient()
| | | |___[PTY] CreditorAccount : instance string()
| | | |___[PTY] CreditorName : instance string()
| | | |___[PTY] Currency : instance string()
| | | |___[PTY] DCPostType : instance string()
| | | |___[PTY] DefaultText : instance string()
| | | |___[PTY] Dimension1 : instance string()
| | | |___[PTY] Dimension2 : instance string()
| | | |___[PTY] Dimension3 : instance string()
| | | |___[PTY] Dimension4 : instance string()
| | | |___[PTY] Dimension5 : instance string()
| | | |___[PTY] DocumentDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] Fileextension : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | | |___[PTY] Folder : instance bool()
| | | |___[PTY] InFolder : instance bool()
| | | |___[PTY] Invoice : instance int64()
| | | |___[PTY] PayAccount : instance string()
| | | |___[PTY] PayAccountName : instance string()
| | | |___[PTY] PayDate : instance valuetype [mscorlib]System.DateTime()
| | | |___[PTY] PaymentId : instance string()
| | | |___[PTY] PaymentMethod : instance string()
| | | |___[PTY] PostingDate : instance valuetype
[mscorlib]System.DateTime()
| | | |___[PTY] PostingInstruction : instance string()
| | | |___[PTY] PrCategory : instance string()
| | | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | | |___[PTY] PrimaryKeyId : instance int32()
| | | |___[PTY] Project : instance string()
| | | |___[PTY] ProjectName : instance string()
| | | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | | |___[PTY] PurchaseNumber : instance int32()
| | | |___[PTY] Text : instance string()
| | | |___[PTY] TransType : instance string()
| | | |___[PTY] UserLogidId : instance string()
| | | |___[PTY] UserName : instance string()
| | | |___[PTY] Vat : instance string()
| | | |___[PTY] VatOperation : instance string()
| | | |___[PTY] Voucher : instance int32()
| | | |___[PTY] VoucherAttachment : instance uint8[]()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.VouchersClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Amount : string()
| | | |___[STM] get_Approved : string()
| | | |___[STM] get_Approved2 : string()
| | | |___[STM] get_Approver1 : string()
| | | |___[STM] get_Approver1Name : string()
| | | |___[STM] get_Approver2 : string()
| | | |___[STM] get_Approver2Name : string()
| | | |___[STM] get_ApproverLogidId : string()
| | | |___[STM] get_Content : string()
| | | |___[STM] get_CostAccount : string()
| | | |___[STM] get_CostAccountName : string()
| | | |___[STM] get_CreateDate : string()
| | | |___[STM] get_CreditorAccount : string()
| | | |___[STM] get_CreditorName : string()
| | | |___[STM] get_DocumentDate : string()
| | | |___[STM] get_Fileextension : string()
| | | |___[STM] get_Folder : string()
| | | |___[STM] get_InFolder : string()
| | | |___[STM] get_PayAccount : string()
| | | |___[STM] get_PayAccountName : string()
| | | |___[STM] get_PaymentDate : string()
| | | |___[STM] get_PaymentId : string()
| | | |___[STM] get_PaymentMethod : string()
| | | |___[STM] get_PostingDate : string()
| | | |___[STM] get_PostingInstruction : string()
| | | |___[STM] get_PurchaseNumber : string()
| | | |___[STM] get_RowId : string()
| | | |___[STM] get_UserLogidId : string()
| | | |___[STM] get_UserName : string()
| | | |___[STM] get_VoucherAttachment : string()
| | | |___[STM] get_VoucherComments : string()
| | | |___[PTY] Amount : string()
| | | |___[PTY] Approved : string()
| | | |___[PTY] Approved2 : string()
| | | |___[PTY] Approver1 : string()
| | | |___[PTY] Approver1Name : string()
| | | |___[PTY] Approver2 : string()
| | | |___[PTY] Approver2Name : string()
| | | |___[PTY] ApproverLogidId : string()
| | | |___[PTY] Content : string()
| | | |___[PTY] CostAccount : string()
| | | |___[PTY] CostAccountName : string()
| | | |___[PTY] CreateDate : string()
| | | |___[PTY] CreditorAccount : string()
| | | |___[PTY] CreditorName : string()
| | | |___[PTY] DocumentDate : string()
| | | |___[PTY] Fileextension : string()
| | | |___[PTY] Folder : string()
| | | |___[PTY] InFolder : string()
| | | |___[PTY] PayAccount : string()
| | | |___[PTY] PayAccountName : string()
| | | |___[PTY] PaymentDate : string()
| | | |___[PTY] PaymentId : string()
| | | |___[PTY] PaymentMethod : string()
| | | |___[PTY] PostingDate : string()
| | | |___[PTY] PostingInstruction : string()
| | | |___[PTY] PurchaseNumber : string()
| | | |___[PTY] RowId : string()
| | | |___[PTY] UserLogidId : string()
| | | |___[PTY] UserName : string()
| | | |___[PTY] VoucherAttachment : string()
| | | |___[PTY] VoucherComments : string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.WorkInstallationClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.WorkInstallation
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 0C // ....T..LabelKey. ...
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_AccountName : string()
| | | |___[MET] get_Address1 : string()
| | | |___[MET] get_Address2 : string()
| | | |___[MET] get_Address3 : string()
| | | |___[MET] get_Blocked : bool()
| | | |___[MET] get_CalculatedFields : object()
| | | |___[MET] get_City : string()
| | | |___[MET] get_Code : string()
| | | |___[MET] get_CompanyRegNo : string()
| | | |___[MET] get_ContactEmail : string()
| | | |___[MET] get_ContactPerson : string()
| | | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[MET] get_DCAccount : string()
| | | |___[MET] get_Debtor : class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[MET] get_GLN : string()
| | | |___[MET] get_Group : string()
| | | |___[MET] get_Name : string()
| | | |___[MET] get_ZipCode : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Address1 : void(string)
| | | |___[MET] set_Address2 : void(string)
| | | |___[MET] set_Address3 : void(string)
| | | |___[MET] set_Blocked : void(bool)
| | | |___[MET] set_City : void(string)
| | | |___[MET] set_Code : void(string)
| | | |___[MET] set_CompanyRegNo : void(string)
| | | |___[MET] set_ContactEmail : void(string)
| | | |___[MET] set_ContactPerson : void(string)
| | | |___[MET] set_Country : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | | |___[MET] set_DCAccount : void(string)
| | | |___[MET] set_GLN : void(string)
| | | |___[MET] set_Group : void(string)
| | | |___[MET] set_Name : void(string)
| | | |___[MET] set_ZipCode : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] AccountName : instance string()
| | | |___[PTY] Address1 : instance string()
| | | |___[PTY] Address2 : instance string()
| | | |___[PTY] Address3 : instance string()
| | | |___[PTY] Blocked : instance bool()
| | | |___[PTY] CalculatedFields : instance object()
| | | |___[PTY] City : instance string()
| | | |___[PTY] Code : instance string()
| | | |___[PTY] CompanyRegNo : instance string()
| | | |___[PTY] ContactEmail : instance string()
| | | |___[PTY] ContactPerson : instance string()
| | | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | | |___[PTY] DCAccount : instance string()
| | | |___[PTY] Debtor : instance class
Uniconta.ClientTools.DataModel.DebtorClient()
| | | |___[PTY] GLN : instance string()
| | | |___[PTY] Group : instance string()
| | | |___[PTY] Name : instance string()
| | | |___[PTY] ZipCode : instance string()
| | |
| | |___[CLS] Uniconta.ClientTools.DataModel.WorkInstallationGroupClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.WorkInstallationGroup
| | | | .custom instance void
Uniconta.ClientTools.DataModel.ClientTableAttribute::.ctor() = ( 01 00 01 00 54 0E
08 4C 61 62 65 6C 4B 65 79 11 // ....T..LabelKey. ...
| | | |___[MET] .ctor : void()
| | |
| | |___[ENU] Uniconta.ClientTools.DataModel.dkBank
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] BankConnect : public static literal valuetype
Uniconta.ClientTools.DataModel.dkBank
| | | |___[STF] Danske_Bank : public static literal valuetype
Uniconta.ClientTools.DataModel.dkBank
| | | |___[STF] None : public static literal valuetype
Uniconta.ClientTools.DataModel.dkBank
| | | |___[STF] Nordea : public static literal valuetype
Uniconta.ClientTools.DataModel.dkBank
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[ENU] Uniconta.ClientTools.DataModel.nlBank
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] ABN_Amro_bank : public static literal valuetype
Uniconta.ClientTools.DataModel.nlBank
| | | |___[STF] ING_Bank : public static literal valuetype
Uniconta.ClientTools.DataModel.nlBank
| | | |___[STF] None : public static literal valuetype
Uniconta.ClientTools.DataModel.nlBank
| | | |___[STF] Rabobank : public static literal valuetype
Uniconta.ClientTools.DataModel.nlBank
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[ENU] Uniconta.ClientTools.DataModel.noBank
| | | | .class enum public auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] DNB_Bank : public static literal valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[STF] Danske_Bank : public static literal valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[STF] None : public static literal valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[STF] Nordea : public static literal valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[STF] SpareBank : public static literal valuetype
Uniconta.ClientTools.DataModel.noBank
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| |
| |___[NSP] Uniconta.ClientTools.Util
| | |___[VCL] Uniconta.ClientTools.Util.EmptyDateTime
| | | | .class value public sequential ansi sealed beforefieldinit
| | | | extends [mscorlib]System.ValueType
| | | | implements [mscorlib]System.IComparable
| | | | implements class [mscorlib]System.IComparable`1<valuetype
Uniconta.ClientTools.Util.EmptyDateTime>
| | | | implements class [mscorlib]System.IEquatable`1<valuetype
Uniconta.ClientTools.Util.EmptyDateTime>
| | | | implements [mscorlib]System.IFormattable
| | | |___[FLD] date : public valuetype [mscorlib]System.DateTime
| | | |___[MET] .ctor : void(valuetype [mscorlib]System.DateTime)
| | | |___[MET] CompareTo : int32(valuetype
Uniconta.ClientTools.Util.EmptyDateTime)
| | | |___[MET] CompareTo : int32(object)
| | | |___[MET] Equals : bool(valuetype
Uniconta.ClientTools.Util.EmptyDateTime)
| | | |___[MET] ToString : string(string,class
[mscorlib]System.IFormatProvider)
| | | |___[MET] ToString : string()
| | | |___[MET] get_SqlServerValidDateTime : bool()
| | | |___[PTY] SqlServerValidDateTime : instance bool()
| | |
| | |___[CLS] Uniconta.ClientTools.Util.UtilFunctions
| | | | .class public abstract auto ansi sealed beforefieldinit
| | | |___[CLS] <>c
| | | | | .class nested private auto ansi serializable sealed
beforefieldinit
| | | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | | |___[STF] <>9 : public static initonly class
Uniconta.ClientTools.Util.UtilFunctions/'<>c'
| | | | |___[STF] <>9__10_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__11_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__12_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__13_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__7_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STF] <>9__8_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,bool>
| | | | |___[STM] .cctor : void()
| | | | |___[MET] .ctor : void()
| | | | | <GetAllDisplayPropertyNames>b__12_0 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetAllNonReadOnlyDisplayPropertyNames>b__10_0 :
bool(class [mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetCustomFormattedNonReadOnlyDisplayPropertyNames>b__11_0
: bool(class [mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetDimensionPropertiesInfoFromType>b__7_0 : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetDisplayAttributePropertiesInfoFromType>b__8_0 :
bool(class [mscorlib]System.Reflection.PropertyInfo)
| | | | | <GetNestedAttributePropertiesInfoFromType>b__13_0 :
bool(class [mscorlib]System.Reflection.PropertyInfo)
| | | |
| | | |___[STM] FormatError : string(valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes,class
[Uniconta.Common]Uniconta.Common.StandardError)
| | | |___[STM] GetActualDisplayName : string(string,class
Uniconta.DataModel.Company)
| | | | GetAllDimensionProperties : class
[mscorlib]System.Collections.Generic.List`1<string>(class
Uniconta.DataModel.Company)
| | | | GetAllDimensionPropertiesFromType : class
[mscorlib]System.Collections.Generic.List`1<string>(class
[mscorlib]System.Type,class Uniconta.DataModel.Company)
| | | | GetAllDisplayPropertyNames : class
[mscorlib]System.Collections.Generic.List`1<string>(class
[mscorlib]System.Type,class Uniconta.DataModel.Company,bool,bool)
| | | | GetAllNonReadOnlyDisplayPropertyNames : class
[mscorlib]System.Collections.Generic.List`1<string>(class
[mscorlib]System.Type,valuetype [mscorlib]System.Nullable`1<bool>,bool)
| | | | GetCustomFormattedNonReadOnlyDisplayPropertyNames : class
[mscorlib]System.Collections.Generic.Dictionary`2<string,string>(class
[mscorlib]System.Type,valuetype [mscorlib]System.Nullable`1<bool>,bool)
| | | |___[STM] GetDefaultDeLimiter : char()
| | | | GetDimensionPropertiesInfoFromType : class
[mscorlib]System.Collections.Generic.List`1<class
[mscorlib]System.Reflection.PropertyInfo>(class [mscorlib]System.Type)
| | | | GetDisplayAttributeNonReadOnlyPropertiesFromType : class
[mscorlib]System.Collections.Generic.List`1<class
[mscorlib]System.Reflection.PropertyInfo>(class [mscorlib]System.Type,valuetype
[mscorlib]System.Nullable`1<bool>)
| | | | GetDisplayAttributePropertiesInfoFromType : class
[mscorlib]System.Collections.Generic.List`1<class
[mscorlib]System.Reflection.PropertyInfo>(class [mscorlib]System.Type)
| | | |___[STM] GetDisplayNameFromPropertyInfo : string(class
[mscorlib]System.Reflection.PropertyInfo)
| | | |___[STM] GetFileBytes : uint8[](class
[mscorlib]System.IO.FileStream)
| | | |___[STM] GetFilteredExtensions : string(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | | |___[STM] GetImgToolsAssemblyPath : string(string)
| | | | GetNestedAttributePropertiesInfoFromType : class
[mscorlib]System.Collections.Generic.List`1<class
[mscorlib]System.Reflection.PropertyInfo>(class [mscorlib]System.Type)
| | | |___[STM] HasPriceAttribute : bool(class
[mscorlib]System.Reflection.PropertyInfo)
| | | |___[STM] PascalToSpace : string(string)
| | | |___[STM] ToLowerConditional : string(string,string)
| | |
| |
| |___[CLS] Uniconta.ClientTools.AppEnums
| | | .class public auto ansi beforefieldinit
| | |___[STF] AccountSide : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] AccrualInterval : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] AutoSettlement : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] BOMMoveType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] BOMQtyType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] BalanceFormat : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] BalanceMethod : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] BankImportInto : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CampaignStatus : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CampaignType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CategoryType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CompanyDoc : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] CompanyDocLayout : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CompanyPermissions : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CompanyTasks : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ContactTitle : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ContentTypes : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ControlTypes : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] CostRecognitionType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] Currencies : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] CustomTypeCodes : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DCPostType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] DateFormat : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] DateType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] DebetCreditPref : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DebitCreditType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DebtorCreditor : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DebtorCreditorProspect : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DebtorCreditorProspectContact : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DebtorEmailType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] DimActive : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] DockingPosition : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] FollowItemCreditor : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] FollowItemDebtor : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] FollowUpAction : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLAccountType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLAccountTypes : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLDailyJournalPostedReference : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLFinancePeriodeState : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLJournalDate : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLTemplateType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLVatCalculationMethod : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] GLVatTypes : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] GrossNetMethod : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] IntSize : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] InvJournalMovementType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] InvMovementType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] InventCostModel : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ItemPriceCalcMethods : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ItemType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] ItemUnit : public static class Uniconta.ClientTools.AppEnums
| | |___[FLD] Labels : private string[]
| | |___[STF] Language : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] LookupEachCall : public static bool
| | |___[STF] MapType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] MarginOrRevenue : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] Menus : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] NumberSerieType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] Package : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] PagePos : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] PaymentCodeOption : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PaymentDayMonth : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PaymentGroupingType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PaymentMethod : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PaymentMethodTypes : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PayrollType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] PctChargeType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ProductionRegister : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] ProjectPhase : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] RecurringMethod : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] RevenueRecognitionType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] SerieBatch : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] SettleValueType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] SplitType : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] StorageRegister : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] StorageRegisterPurchage : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] SubMenus : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] SupportType : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] SystemAccounts : public static class
Uniconta.ClientTools.AppEnums
| | |___[FLD] Text : private string[]
| | |___[STF] Theme : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] TotalOrLine : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] UseAlternative : public static class
Uniconta.ClientTools.AppEnums
| | |___[STF] VatLedger : public static class Uniconta.ClientTools.AppEnums
| | |___[STF] VatZones : public static class Uniconta.ClientTools.AppEnums
| | |___[STM] .cctor : void()
| | |___[MET] .ctor : void()
| | |___[STM] GetAppEnum : string[](string)
| | |___[STM] GetAppEnumObject : class Uniconta.ClientTools.AppEnums(string)
| | |___[STM] GetAppEnumValue : string(string,int32)
| | | GetAppEnumsList : class
[mscorlib]System.Collections.Generic.List`1<string>()
| | |___[MET] IndexOf : int32(string)
| | |___[STM] Init : void(bool)
| | |___[STM] InitBalanceFormat : void()
| | |___[STM] InitBalanceMethod : void()
| | |___[STM] InitCrm : void()
| | |___[STM] InitCurrencies : void()
| | |___[STM] InitCustomTypeCode : void()
| | |___[STM] InitIntSize : void()
| | |___[STM] InitItemUnit : void()
| | |___[MET] Label : string(int32)
| | |___[MET] Label : string(bool)
| | |___[MET] ToString : string(int32)
| | |___[MET] ToString : string(bool)
| | |___[MET] TryIndexOf : int32(string)
| | |___[MET] get_Values : string[]()
| | |___[PTY] Values : instance string[]()
| |
| |___[CLS] Uniconta.ClientTools.Compression
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STM] CompressAndRelease : uint8[](class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[STM] CompressStream : void(class
[mscorlib]System.IO.Stream,int32,class [mscorlib]System.IO.MemoryStream)
| | |___[STM] CompressStream : void(uint8[],int32,class
[mscorlib]System.IO.MemoryStream)
| | |___[STM] DeCompressStream : void(class [mscorlib]System.IO.Stream,class
[mscorlib]System.IO.Stream)
| | |___[STM] Uncompress : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(uint8[])
| | |___[STM] UncompressBuf : uint8[](uint8[])
| |
| |___[CLS] Uniconta.ClientTools.Decompress
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Decompress
| | |___[MET] .ctor : void()
| | |___[MET] DeCompressStream : void(class [mscorlib]System.IO.Stream,class
[mscorlib]System.IO.Stream)
| |
| |___[CLS] Uniconta.ClientTools.Localization
| | | .class public auto ansi beforefieldinit
| | |___[CLS] GlobalLookup
| | | | .class nested public auto ansi sealed
| | | | extends [mscorlib]System.MulticastDelegate
| | | |___[MET] .ctor : void(object,native int)
| | | |___[MET] BeginInvoke : class
[mscorlib]System.IAsyncResult(string,class [mscorlib]System.AsyncCallback,object)
| | | |___[MET] EndInvoke : string(class [mscorlib]System.IAsyncResult)
| | | |___[MET] Invoke : string(string)
| | |
| | |___[STF] Eng : private static class Uniconta.ClientTools.Localization
| | |___[STF] InititalLanguageCode : public static valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[FLD] LanDict : public initonly class
[mscorlib]System.Collections.Generic.Dictionary`2<string,string>
| | |___[STF] LanguageCode : public static valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[STF] LocalizationStrings : private static class
Uniconta.ClientTools.Localization
| | |___[STF] ThreadLanguage : private static class
Uniconta.ClientTools.Localization
| | |___[STF] dlgGlobalLookup : public static class
Uniconta.ClientTools.Localization/GlobalLookup
| | |___[FLD] language : public initonly valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[STF] languages : private static class
Uniconta.ClientTools.Localization[]
| | |___[STF] seperator : private static literal string
| | |___[MET] .ctor : void(valuetype
[Uniconta.Common]Uniconta.Common.Language)
| | |___[STM] CheckLanguageCode : string(string)
| | |___[STM] GetLocalization : class
Uniconta.ClientTools.Localization(string)
| | |___[STM] GetLocalization : class
Uniconta.ClientTools.Localization(valuetype
[Uniconta.Common]Uniconta.Common.Language)
| | |___[STM] GetThreadGlobalLanguage : class
Uniconta.ClientTools.Localization()
| | |___[MET] Lookup : string(string)
| | | ReadLocalizeFile : class
[mscorlib]System.Collections.Generic.Dictionary`2<string,string>(string,string)
| | |___[STM] SetDefault : void(valuetype
[Uniconta.Common]Uniconta.Common.Language)
| | |___[STM] SetLocalizationStrings : void(string)
| | |___[STM] SetThreadGlobalLanguage : void(class
Uniconta.ClientTools.Localization)
| | |___[STM] __lookup : string(string)
| | |___[STM] lookup : string(string,valuetype
[Uniconta.Common]Uniconta.Common.Language)
| | |___[STM] lookup : string(string)
| |
| |___[VCL] Uniconta.ClientTools.PriceDouble
| | | .class value public sequential ansi sealed beforefieldinit
| | | extends [mscorlib]System.ValueType
| | | implements [mscorlib]System.IComparable
| | | implements class [mscorlib]System.IComparable`1<valuetype
Uniconta.ClientTools.PriceDouble>
| | | implements class [mscorlib]System.IEquatable`1<valuetype
Uniconta.ClientTools.PriceDouble>
| | | implements [mscorlib]System.IFormattable
| | | implements [mscorlib]System.IConvertible
| | |___[FLD] _val : public float64
| | |___[MET] .ctor : void(float64)
| | |___[MET] CompareTo : int32(valuetype Uniconta.ClientTools.PriceDouble)
| | |___[MET] CompareTo : int32(object)
| | |___[MET] Equals : bool(object)
| | |___[MET] Equals : bool(valuetype Uniconta.ClientTools.PriceDouble)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetTypeCode : valuetype [mscorlib]System.TypeCode()
| | |___[MET] ToBoolean : bool(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToByte : uint8(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToChar : char(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToDateTime : valuetype [mscorlib]System.DateTime(class
[mscorlib]System.IFormatProvider)
| | |___[MET] ToDecimal : valuetype [mscorlib]System.Decimal(class
[mscorlib]System.IFormatProvider)
| | |___[MET] ToDouble : float64(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToInt16 : int16(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToInt32 : int32(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToInt64 : int64(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToSByte : int8(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToSingle : float32(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToString : string(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToString : string()
| | |___[MET] ToString : string(string,class
[mscorlib]System.IFormatProvider)
| | |___[MET] ToType : object(class [mscorlib]System.Type,class
[mscorlib]System.IFormatProvider)
| | |___[MET] ToUInt16 : uint16(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToUInt32 : uint32(class [mscorlib]System.IFormatProvider)
| | |___[MET] ToUInt64 : uint64(class [mscorlib]System.IFormatProvider)
| | |___[STM] op_Addition : valuetype
Uniconta.ClientTools.PriceDouble(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Division : valuetype
Uniconta.ClientTools.PriceDouble(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Equality : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_GreaterThan : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_GreaterThanOrEqual : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Implicit : valuetype
Uniconta.ClientTools.PriceDouble(float64)
| | |___[STM] op_Implicit : float64(valuetype
Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Inequality : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_LessThan : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_LessThanOrEqual : bool(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Multiply : valuetype
Uniconta.ClientTools.PriceDouble(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| | |___[STM] op_Subtraction : valuetype
Uniconta.ClientTools.PriceDouble(valuetype
Uniconta.ClientTools.PriceDouble,valuetype Uniconta.ClientTools.PriceDouble)
| |
| |___[CLS] Uniconta.ClientTools.UnicontaTabs
| | | .class public abstract auto ansi beforefieldinit
| | |___[CLS] AddDockTab
| | | | .class nested public auto ansi sealed
| | | | extends [mscorlib]System.MulticastDelegate
| | | |___[MET] .ctor : void(object,native int)
| | | |___[MET] BeginInvoke : class
[mscorlib]System.IAsyncResult(string,object,class
[mscorlib]System.AsyncCallback,object)
| | | |___[MET] EndInvoke : void(class [mscorlib]System.IAsyncResult)
| | | |___[MET] Invoke : void(string,object)
| | |
| | |___[STF] AccountStat : public static literal string
| | |___[STF] AccountantClientPage : public static literal string
| | |___[STF] AccountingYear : public static literal string
| | |___[STF] Accounts : public static literal string
| | |___[STF] AccountsStatementReport : public static literal string
| | |___[STF] AccountsTransaction : public static literal string
| | |___[STF] ActiveSessionsPage : public static literal string
| | |___[STF] AddUserFieldsPage2 : public static literal string
| | |___[STF] AdminAccessUsers : public static literal string
| | |___[STF] AdminSupportTickets : public static literal string
| | |___[STF] AdminSupportTicketsLine : public static literal string
| | |___[STF] AllCompaniesPage : public static literal string
| | |___[STF] AllNotesPage : public static literal string
| | |___[STF] AllUsersLoginHistoryPage : public static literal string
| | |___[STF] AllocationAccountPage2 : public static literal string
| | |___[STF] AmountToPay : public static literal string
| | |___[STF] AppKeyPage : public static literal string
| | |___[STF] AttachInvSeriesBatch : public static literal string
| | |___[STF] AttachedVouchers : public static literal string
| | |___[STF] AttachementViewerPage2 : public static literal string
| | |___[STF] AttachmentGroupPage : public static literal string
| | |___[STF] AttachmentViewerPage : public static literal string
| | |___[STF] BalanceReport : public static literal string
| | |___[STF] BalanceReportPrint : public static literal string
| | |___[STF] BankImportMapping : public static literal string
| | |___[STF] BankStatementLinePage : public static literal string
| | |___[STF] BankStatementPage : public static literal string
| | |___[STF] BankStatementPage2 : public static literal string
| | |___[STF] BankStatementPage_lookup : public static literal string
| | |___[STF] CalculatedCommissionPage : public static literal string
| | |___[STF] ChangeNotificationPage : public static literal string
| | |___[STF] ClosingSheet : public static literal string
| | |___[STF] ClosingSheetLines : public static literal string
| | |___[STF] ClosingSheetLinesAll : public static literal string
| | |___[STF] ClosingSheetPage2 : public static literal string
| | |___[STF] ClosingSheet_lookup : public static literal string
| | |___[STF] CompaniesPage : public static literal string
| | |___[STF] CompanyContacts : public static literal string
| | |___[STF] CompanyDataCountPage : public static literal string
| | |___[STF] CompanyDocumentPage : public static literal string
| | |___[STF] CompanyDocumentPage2 : public static literal string
| | |___[STF] CompanyPreferencePage : public static literal string
| | |___[STF] CompanyUsers : public static literal string
| | |___[STF] ConfigureFunctionalityPage : public static literal string
| | |___[STF] ContactPage : public static literal string
| | |___[STF] ContactPage2 : public static literal string
| | |___[STF] ContactUserFields : public static literal string
| | |___[STF] CostCategory : public static literal string
| | |___[STF] CostCategoryGroupPage2 : public static literal string
| | |___[STF] CostCategoryGroups : public static literal string
| | |___[STF] CostCategoryGroups_lookup : public static literal string
| | |___[STF] CostCategoryPage2 : public static literal string
| | |___[STF] CreateCompany : public static literal string
| | |___[STF] CreateEmailListPage : public static literal string
| | |___[STF] CreateIntraStatFilePage : public static literal string
| | |___[STF] CreateInvoicePage : public static literal string
| | |___[STF] CreditorAccount : public static literal string
| | |___[STF] CreditorAccountPage2 : public static literal string
| | |___[STF] CreditorAccount_lookup : public static literal string
| | |___[STF] CreditorAllTransactions : public static literal string
| | |___[STF] CreditorGroup : public static literal string
| | |___[STF] CreditorGroupPage2 : public static literal string
| | |___[STF] CreditorGroupPostingPage : public static literal string
| | |___[STF] CreditorGroupPostingPage2 : public static literal string
| | |___[STF] CreditorGroup_lookup : public static literal string
| | |___[STF] CreditorInventoryTransactions : public static literal string
| | |___[STF] CreditorInvoice : public static literal string
| | |___[STF] CreditorInvoiceLine : public static literal string
| | |___[STF] CreditorInvoiceLinesPivotRpt : public static literal string
| | |___[STF] CreditorInvoicenumberseries : public static literal string
| | |___[STF] CreditorLayoutGroupPage : public static literal string
| | |___[STF] CreditorLayoutGroupPage2 : public static literal string
| | |___[STF] CreditorLayoutGroupPage_lookup : public static literal string
| | |___[STF] CreditorMultiInvoicePage : public static literal string
| | |___[STF] CreditorMultiOrderJoin : public static literal string
| | |___[STF] CreditorMultiOrderLinesPage : public static literal string
| | |___[STF] CreditorOpenTransactions : public static literal string
| | |___[STF] CreditorOrderCostLinePage : public static literal string
| | |___[STF] CreditorOrderCostPage : public static literal string
| | |___[STF] CreditorOrderGroupPage : public static literal string
| | |___[STF] CreditorOrderGroupPage_lookup : public static literal string
| | |___[STF] CreditorOrder_lookup : public static literal string
| | |___[STF] CreditorOrders : public static literal string
| | |___[STF] CreditorOrdersLine : public static literal string
| | |___[STF] CreditorOrdersLinesUserFields : public static literal string
| | |___[STF] CreditorOrdersPage2 : public static literal string
| | |___[STF] CreditorPaymentFormatPage : public static literal string
| | |___[STF] CreditorPaymentFormatPage2 : public static literal string
| | |___[STF] CreditorSettlements : public static literal string
| | |___[STF] CreditorStatement : public static literal string
| | |___[STF] CreditorTotals : public static literal string
| | |___[STF] CreditorTranPage2 : public static literal string
| | |___[STF] CreditorTransactions : public static literal string
| | |___[STF] CreditorUserFields : public static literal string
| | |___[STF] CrmCampaignFollowUp : public static literal string
| | |___[STF] CrmCampaignGroupPage : public static literal string
| | |___[STF] CrmCampaignPage : public static literal string
| | |___[STF] CrmCampaignPage2 : public static literal string
| | |___[STF] CrmDebtorProspectReport : public static literal string
| | |___[STF] CrmFollowUpGroupPage : public static literal string
| | |___[STF] CrmFollowUpPage : public static literal string
| | |___[STF] CrmFollowUpPage2 : public static literal string
| | |___[STF] CrmFollowUpUserFields : public static literal string
| | |___[STF] CrmGroupPage : public static literal string
| | |___[STF] CrmGroupPage_lookup : public static literal string
| | |___[STF] CrmInterestPage : public static literal string
| | |___[STF] CrmInterestPage_lookup : public static literal string
| | |___[STF] CrmProductPage : public static literal string
| | |___[STF] CrmProductPage_lookup : public static literal string
| | |___[STF] CrmProspectPage : public static literal string
| | |___[STF] CrmProspectPage2 : public static literal string
| | |___[STF] CrmProspectPage_lookup : public static literal string
| | |___[STF] CrmProspectUserFields : public static literal string
| | |___[STF] CustomOutLookMenu : public static literal string
| | |___[STF] CustomRibbonMenu : public static literal string
| | |___[STF] CustomerPriceListLinePage : public static literal string
| | |___[STF] CustomerPriceListsPage : public static literal string
| | |___[STF] CustomerPriceListsPage_lookup : public static literal string
| | |___[STF] DataManipulatorGrid : public static literal string
| | |___[STF] DebtorAccount : public static literal string
| | |___[STF] DebtorAccountPage2 : public static literal string
| | |___[STF] DebtorAccount_lookup : public static literal string
| | |___[STF] DebtorAllTransactions : public static literal string
| | |___[STF] DebtorEmailSetupPage : public static literal string
| | |___[STF] DebtorEmailSetupPage2 : public static literal string
| | |___[STF] DebtorGroup : public static literal string
| | |___[STF] DebtorGroupPage2 : public static literal string
| | |___[STF] DebtorGroupPostingPage : public static literal string
| | |___[STF] DebtorGroupPostingPage2 : public static literal string
| | |___[STF] DebtorGroup_lookup : public static literal string
| | |___[STF] DebtorInventoryTransactions : public static literal string
| | |___[STF] DebtorInvoiceLine : public static literal string
| | |___[STF] DebtorInvoiceLinesPivotReport : public static literal string
| | |___[STF] DebtorInvoicenumberseries : public static literal string
| | |___[STF] DebtorLayoutGroupPage : public static literal string
| | |___[STF] DebtorLayoutGroupPage2 : public static literal string
| | |___[STF] DebtorLayoutGroupPage_lookup : public static literal string
| | |___[STF] DebtorMessagesPage : public static literal string
| | |___[STF] DebtorMessagesPage2 : public static literal string
| | |___[STF] DebtorMultiOrderJoin : public static literal string
| | |___[STF] DebtorMultiOrderLinePage : public static literal string
| | |___[STF] DebtorOfferLine : public static literal string
| | |___[STF] DebtorOfferPage2 : public static literal string
| | |___[STF] DebtorOpenTransactions : public static literal string
| | |___[STF] DebtorOrderGroupPage : public static literal string
| | |___[STF] DebtorOrderGroupPage_lookup : public static literal string
| | |___[STF] DebtorOrderInvoice : public static literal string
| | |___[STF] DebtorOrder_lookup : public static literal string
| | |___[STF] DebtorOrders : public static literal string
| | |___[STF] DebtorOrdersLine : public static literal string
| | |___[STF] DebtorOrdersLinesUserFields : public static literal string
| | |___[STF] DebtorOrdersMultiple : public static literal string
| | |___[STF] DebtorOrdersPage2 : public static literal string
| | |___[STF] DebtorPaymentStatementPrintPage : public static literal string
| | |___[STF] DebtorPayments : public static literal string
| | |___[STF] DebtorSettlements : public static literal string
| | |___[STF] DebtorStatement : public static literal string
| | |___[STF] DebtorStatementCurrencyCustomPrintPage : public static literal
string
| | |___[STF] DebtorStatementCustomPrintPage : public static literal string
| | |___[STF] DebtorTotals : public static literal string
| | |___[STF] DebtorTranPage2 : public static literal string
| | |___[STF] DebtorTransactions : public static literal string
| | |___[STF] DebtorUserFields : public static literal string
| | |___[STF] DeliveryTermTypes : public static literal string
| | |___[STF] DistributorPage : public static literal string
| | |___[STF] EUInvStatPage : public static literal string
| | |___[STF] EUSalesWithoutVATPage : public static literal string
| | |___[STF] EditCompany : public static literal string
| | |___[STF] EmailListPage : public static literal string
| | |___[STF] EmpPayrolCategoryPage : public static literal string
| | |___[STF] Employee : public static literal string
| | |___[STF] EmployeeCommissionPage : public static literal string
| | |___[STF] EmployeeGroupPage : public static literal string
| | |___[STF] EmployeeJournalLine : public static literal string
| | |___[STF] EmployeePage2 : public static literal string
| | |___[STF] EmployeeSchedulerPage : public static literal string
| | |___[STF] EmployeeTaskSchedulerPage : public static literal string
| | |___[STF] EmployeeUserFields : public static literal string
| | |___[STF] Employee_lookup : public static literal string
| | |___[STF] EmployeesPayrollPage : public static literal string
| | |___[STF] Empty : public static literal string
| | |___[STF] ExchangeRate : public static literal string
| | |___[STF] ExchangeRateCompanyPage : public static literal string
| | |___[STF] ExpoertPage3 : public static literal string
| | |___[STF] ExportPage : public static literal string
| | |___[STF] ExportPage2 : public static literal string
| | |___[STF] FavoriteMenu : public static literal string
| | |___[STF] FinancePeriodPage2 : public static literal string
| | |___[STF] FinanceYearPage2 : public static literal string
| | |___[STF] GLBudgetBudgetPage : public static literal string
| | |___[STF] GLBudgetLinePage : public static literal string
| | |___[STF] GLBudgetPage : public static literal string
| | |___[STF] GLBudgetPage2 : public static literal string
| | |___[STF] GLBudgetPage_lookup : public static literal string
| | |___[STF] GLDailyJournalLinePage2 : public static literal string
| | |___[STF] GLDailyJournalPage2 : public static literal string
| | |___[STF] GLOffsetAccountTemplate : public static literal string
| | |___[STF] GLReportLine : public static literal string
| | |___[STF] GLReportTemplate : public static literal string
| | |___[STF] GLReportTemplatePage2 : public static literal string
| | |___[STF] GLReportTemplate_lookup : public static literal string
| | |___[STF] GLSplitTemplatePage : public static literal string
| | |___[STF] GLSplitTemplatePage2 : public static literal string
| | |___[STF] GLSplitTemplatePage_lookup : public static literal string
| | |___[STF] GLStandardAccountGridPage : public static literal string
| | |___[STF] GLVatPage2 : public static literal string
| | |___[STF] GLVatTypePage : public static literal string
| | |___[STF] GL_AccountPage2 : public static literal string
| | |___[STF] GL_AllocationsAccounts : public static literal string
| | |___[STF] GL_Chart_Accounts : public static literal string
| | |___[STF] GL_Chart_Accounts_lookup : public static literal string
| | |___[STF] GL_DailyJournal : public static literal string
| | |___[STF] GL_DailyJournalLine : public static literal string
| | |___[STF] GL_DailyJournal_Import : public static literal string
| | |___[STF] GL_DailyJournal_ImportPage2 : public static literal string
| | |___[STF] GL_DailyJournal_lookup : public static literal string
| | |___[STF] GL_Dimensions : public static literal string
| | |___[STF] GL_Journal_Expenses : public static literal string
| | |___[STF] GL_Journal_General : public static literal string
| | |___[STF] GL_Journal_Payments : public static literal string
| | |___[STF] GL_Journal_ReconcileAccount : public static literal string
| | |___[STF] GL_Maintenance_AccountClasses : public static literal string
| | |___[STF] GL_Maintenance_BankAcct : public static literal string
| | |___[STF] GL_Maintenance_JournalEntryCodes : public static literal
string
| | |___[STF] GL_PaymentTerms : public static literal string
| | |___[STF] GL_PaymentTerms_lookup : public static literal string
| | |___[STF] GL_QR_BalanceSheet : public static literal string
| | |___[STF] GL_QR_DimensionDrillDown : public static literal string
| | |___[STF] GL_QR_PL : public static literal string
| | |___[STF] GL_SetupDimension : public static literal string
| | |___[STF] GL_Vat : public static literal string
| | |___[STF] GL_Vat_lookup : public static literal string
| | |___[STF] GlSplitLinePage2 : public static literal string
| | |___[STF] GlSplitLinepage : public static literal string
| | |___[STF] IdKeyTables : public static literal string
| | |___[STF] ImportFromOtherCompanySetup : public static literal string
| | |___[STF] ImportPage : public static literal string
| | |___[STF] ImportPage2 : public static literal string
| | |___[STF] ImportPhysicalVouchersPage : public static literal string
| | |___[STF] InstallationUserFields : public static literal string
| | |___[STF] InvBOMPartOfPage : public static literal string
| | |___[STF] InvItemNameGroupPage : public static literal string
| | |___[STF] InvItemNameGroupPage_lookup : public static literal string
| | |___[STF] InvItemStoragePage : public static literal string
| | |___[STF] InvNumberSerie : public static literal string
| | |___[STF] InvSeriaBatch : public static literal string
| | |___[STF] InvStockAccountingReport : public static literal string
| | |___[STF] InvTransPivotPage : public static literal string
| | |___[STF] InvTransactions : public static literal string
| | |___[STF] InvVaraintSetupPage : public static literal string
| | |___[STF] InvVariantCombiPage : public static literal string
| | |___[STF] InvVariantCombiPage_lookup : public static literal string
| | |___[STF] InvVariantDetailPage : public static literal string
| | |___[STF] InvVariantsPage : public static literal string
| | |___[STF] InvVariantsPage_lookup : public static literal string
| | |___[STF] InvVarientDetailsUserFields : public static literal string
| | |___[STF] InventoryGroupPage2 : public static literal string
| | |___[STF] InventoryGroups : public static literal string
| | |___[STF] InventoryGroups_lookup : public static literal string
| | |___[STF] InventoryItemPage2 : public static literal string
| | |___[STF] InventoryItems : public static literal string
| | |___[STF] InventoryItems_lookup : public static literal string
| | |___[STF] InventoryJournalLines : public static literal string
| | |___[STF] InventoryJournalPage : public static literal string
| | |___[STF] InventoryJournalPage2 : public static literal string
| | |___[STF] InventoryJournalPage_lookup : public static literal string
| | |___[STF] InventoryStatement : public static literal string
| | |___[STF] InventoryStatistics : public static literal string
| | |___[STF] InventoryTotals : public static literal string
| | |___[STF] InventoryTransactionStatement : public static literal string
| | |___[STF] InventoryTransactions : public static literal string
| | |___[STF] InventoryUserFields : public static literal string
| | |___[STF] InviteUser : public static literal string
| | |___[STF] InvoiceSubscriptionPage : public static literal string
| | |___[STF] Invoices : public static literal string
| | |___[STF] ItemAccountStat : public static literal string
| | |___[STF] ItemStockStatusPage : public static literal string
| | |___[STF] JobsInfoPage : public static literal string
| | |___[STF] JobsQueuePage : public static literal string
| | |___[STF] LanguageItemTextPage : public static literal string
| | |___[STF] LayoutSetting : public static literal string
| | |___[STF] LayoutSettingPage2 : public static literal string
| | |___[STF] LayoutSetting_lookup : public static literal string
| | |___[STF] LedgerPostingPage : public static literal string
| | |___[STF] LineDimensions : public static literal string
| | |___[STF] LocalBackup : public static literal string
| | |___[STF] LocalizationPage : public static literal string
| | |___[STF] LocationPage : public static literal string
| | |___[STF] LocationPage2 : public static literal string
| | |___[STF] MatchPhysicalVoucherToGLDailyJournalLines : public static
literal string
| | |___[STF] MultiInvoicePage : public static literal string
| | |___[STF] NoteGroupPage : public static literal string
| | |___[STF] NumberSeriePage2 : public static literal string
| | |___[STF] Number_Serie : public static literal string
| | |___[STF] Number_Serie_lookup : public static literal string
| | |___[STF] Offers : public static literal string
| | |___[STF] OnAddDockTab : private static class
Uniconta.ClientTools.UnicontaTabs/AddDockTab
| | |___[STF] OrderLines : public static literal string
| | |___[STF] PartInvItemsPage : public static literal string
| | |___[STF] PartnerDllPage : public static literal string
| | |___[STF] PartnerDllPage2 : public static literal string
| | |___[STF] PartnerInvoicePage : public static literal string
| | |___[STF] PaymentSetup : public static literal string
| | |___[STF] PaymentTermPage2 : public static literal string
| | |___[STF] Payments : public static literal string
| | |___[STF] PluginPage : public static literal string
| | |___[STF] PostedJournals : public static literal string
| | |___[STF] PostedTransactions : public static literal string
| | |___[STF] PrCategoryPage : public static literal string
| | |___[STF] PrStandardCategoryChargePage : public static literal string
| | |___[STF] PrStandardCategoryPage : public static literal string
| | |___[STF] PreImportPage : public static literal string
| | |___[STF] ProductionOrderLines : public static literal string
| | |___[STF] ProductionOrders : public static literal string
| | |___[STF] ProductionOrdersPage2 : public static literal string
| | |___[STF] Profile : public static literal string
| | |___[STF] ProformaInvoice : public static literal string
| | |___[STF] Project : public static literal string
| | |___[STF] ProjectBudgetCategorySumPage : public static literal string
| | |___[STF] ProjectBudgetLinePage : public static literal string
| | |___[STF] ProjectBudgetPage : public static literal string
| | |___[STF] ProjectCategoryChargePage : public static literal string
| | |___[STF] ProjectCategoryPage : public static literal string
| | |___[STF] ProjectCategoryPage_lookup : public static literal string
| | |___[STF] ProjectGroupPage2 : public static literal string
| | |___[STF] ProjectGroups : public static literal string
| | |___[STF] ProjectGroups_lookup : public static literal string
| | |___[STF] ProjectInvoiceBase : public static literal string
| | |___[STF] ProjectJournalLinePage : public static literal string
| | |___[STF] ProjectJournalPage : public static literal string
| | |___[STF] ProjectJournalPage2 : public static literal string
| | |___[STF] ProjectJournalPage_lookup : public static literal string
| | |___[STF] ProjectMassUpdatePage : public static literal string
| | |___[STF] ProjectOnAccountInvoiceLinePage : public static literal string
| | |___[STF] ProjectPage2 : public static literal string
| | |___[STF] ProjectPostedJournalsPage : public static literal string
| | |___[STF] ProjectTransCategorySumPage : public static literal string
| | |___[STF] ProjectTransactionPage : public static literal string
| | |___[STF] ProjectType : public static literal string
| | |___[STF] ProjectType_lookup : public static literal string
| | |___[STF] ProjectUserFields : public static literal string
| | |___[STF] Project_lookup : public static literal string
| | |___[STF] PurchaseLines : public static literal string
| | |___[STF] PurchaseOrderUserFields : public static literal string
| | |___[STF] QuickInvoice : public static literal string
| | |___[STF] ReOrderListPage : public static literal string
| | |___[STF] ReportCriteria : public static literal string
| | |___[STF] ReportsPage : public static literal string
| | |___[STF] ReportsPage2 : public static literal string
| | |___[STF] ReportsPreviewPage : public static literal string
| | |___[STF] ResellerPage : public static literal string
| | |___[STF] ResellerPage2 : public static literal string
| | |___[STF] SalesOrderUserFields : public static literal string
| | |___[STF] SalesRepCustomerStatPage : public static literal string
| | |___[STF] SerialToOrderLinePage : public static literal string
| | |___[STF] ServerlogPage : public static literal string
| | |___[STF] SettleOpenTransactionPage : public static literal string
| | |___[STF] ShipmentTypes : public static literal string
| | |___[STF] ShipmentTypes_lookup : public static literal string
| | |___[STF] SimulatedGLBudgetLinePage : public static literal string
| | |___[STF] SimulatedTransactions : public static literal string
| | |___[STF] StandardClientPage : public static literal string
| | |___[STF] StandardPrintReportPage : public static literal string
| | |___[STF] StandardVariantCombiPage : public static literal string
| | |___[STF] StandardVariantPage : public static literal string
| | |___[STF] StandardVariantPage_lookup : public static literal string
| | |___[STF] StatementLine : public static literal string
| | |___[STF] StatementLineTransPage : public static literal string
| | |___[STF] SubscriptionInvoiceLinePage : public static literal string
| | |___[STF] SubscriptionInvoicePage : public static literal string
| | |___[STF] SubscriptionsGridPage : public static literal string
| | |___[STF] SubscriptionsPage : public static literal string
| | |___[STF] SubscriptionsPage_lookup : public static literal string
| | |___[STF] SupportPage : public static literal string
| | |___[STF] SupportTickets : public static literal string
| | |___[STF] SupportTicketsLine : public static literal string
| | |___[STF] TableData : public static literal string
| | |___[STF] TableDataPage2 : public static literal string
| | |___[STF] TableListPage : public static literal string
| | |___[STF] TablePropertyPage : public static literal string
| | |___[STF] TablePropertyPage2 : public static literal string
| | |___[STF] TablesUserFields : public static literal string
| | |___[STF] TemplatedBalanceReport : public static literal string
| | |___[STF] TransactionOutstanding : public static literal string
| | |___[STF] TransactionReport : public static literal string
| | |___[STF] UserAppAccessPage : public static literal string
| | |___[STF] UserDocsPage : public static literal string
| | |___[STF] UserDocsPage2 : public static literal string
| | |___[STF] UserDocsPage3 : public static literal string
| | |___[STF] UserNotesPage : public static literal string
| | |___[STF] UserNotesPage2 : public static literal string
| | |___[STF] UserOperationsLog : public static literal string
| | |___[STF] UserPlugin : public static literal string
| | |___[STF] UserPluginPage2 : public static literal string
| | |___[STF] UserTablePage2 : public static literal string
| | |___[STF] UserTablesPage : public static literal string
| | |___[STF] UsersPage : public static literal string
| | |___[STF] UsersPage2 : public static literal string
| | |___[STF] UsersPageHistory : public static literal string
| | |___[STF] VATReport : public static literal string
| | |___[STF] VatOnClientsReport : public static literal string
| | |___[STF] VatReportDenmark : public static literal string
| | |___[STF] VatReportNorway : public static literal string
| | |___[STF] VatReportTemplate : public static literal string
| | |___[STF] VendorPriceListPage : public static literal string
| | |___[STF] VendorPriceListPage_lookup : public static literal string
| | |___[STF] VoucherFolderPage : public static literal string
| | |___[STF] VoucherJournalLines : public static literal string
| | |___[STF] Vouchers : public static literal string
| | |___[STF] VouchersPage2 : public static literal string
| | |___[STF] VouchersPage3 : public static literal string
| | |___[STF] WarehousePage : public static literal string
| | |___[STF] WarehousePage2 : public static literal string
| | |___[STF] WarehousePage_lookup : public static literal string
| | |___[STF] WorkInstallationGroupPage : public static literal string
| | |___[STF] WorkInstallationPage : public static literal string
| | |___[STF] WorkInstallationPage2 : public static literal string
| | |___[STF] WorkInstallationPage_lookup : public static literal string
| | |___[STF] WorkOrderInput : public static literal string
| | |___[STF] utab : private static class Uniconta.ClientTools.UnicontaTabs
| | |___[MET] .ctor : void()
| | |___[MET] AddTab : void(string,object)
| | |___[STM] OpenTab : void(string,object)
| | |___[STM] add_OnAddDockTab : void(class
Uniconta.ClientTools.UnicontaTabs/AddDockTab)
| | |___[STM] remove_OnAddDockTab : void(class
Uniconta.ClientTools.UnicontaTabs/AddDockTab)
| | |___[EVT] OnAddDockTab : Uniconta.ClientTools.UnicontaTabs/AddDockTab
| |
|
|___[NSP] Uniconta.Common
| |___[CLS] Uniconta.Common.Streaming
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STF] null64 : public static literal int64
| | | HasDecimals : bool(valuetype [mscorlib]System.Nullable`1<float64>)
| | |___[STM] HasDecimals : bool(float64)
| | |___[STM] HasValue : bool(valuetype [mscorlib]System.DateTime)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>)
| | |___[STM] HasValue : bool(string)
| | |___[STM] HasValue : bool(float64)
| | |___[STM] HasValue : bool(float32)
| | |___[STM] HasValue : bool(int64)
| | |___[STM] HasValue : bool(int32)
| | |___[STM] HasValue : bool(int16)
| | |___[STM] HasValue : bool(uint8)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<float64>)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<float32>)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<int64>)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<int32>)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<int16>)
| | | HasValue : bool(valuetype [mscorlib]System.Nullable`1<uint8>)
| | |___[STM] readByte : uint8(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readByteNull : uint8(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readBytes : uint8[](class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readMoney : float64(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readMoney : float64(class
[mscorlib]System.IO.BinaryReader,int32)
| | |___[STM] readMoney16Null : float64(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readMoney32Null : float64(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readMoneyNull : float64(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readNum16Null : int16(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readNum32Null : int32(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readNum64Null : int64(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] readNumFloatNull : float32(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readSmallDate : valuetype [mscorlib]System.DateTime(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readSmallDateNull : valuetype [mscorlib]System.DateTime(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readSmallDateTime : valuetype [mscorlib]System.DateTime(class
[mscorlib]System.IO.BinaryReader)
| | |___[STM] readSmallDateTimeNull : valuetype
[mscorlib]System.DateTime(class [mscorlib]System.IO.BinaryReader)
| | |___[STM] writeBytes : void(uint8[],class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeMaxVal : void(uint8,uint8,class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeMaxVal : void(int32,int32,class
[mscorlib]System.IO.BinaryWriter)
| | | writeMaxVal : void(valuetype
[mscorlib]System.Nullable`1<int32>,int32,class [mscorlib]System.IO.BinaryWriter)
| | | writeMaxVal : void(valuetype
[mscorlib]System.Nullable`1<uint8>,uint8,class [mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeMoney : void(float32,class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeMoney : void(float64,class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeNum : void(int64,class [mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeNum : void(int32,class [mscorlib]System.IO.BinaryWriter)
| | | writeNum : void(valuetype
[mscorlib]System.Nullable`1<float32>,class [mscorlib]System.IO.BinaryWriter)
| | | writeNum : void(valuetype [mscorlib]System.Nullable`1<uint8>,class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeNum : void(uint8,class [mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeNum : void(int16,class [mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeNum : void(float32,class
[mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeSmallDate : void(valuetype
[mscorlib]System.DateTime,class [mscorlib]System.IO.BinaryWriter)
| | |___[STM] writeSmallDateTime : void(valuetype
[mscorlib]System.DateTime,class [mscorlib]System.IO.BinaryWriter)
| | | writeSmallDateTime : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>,class
[mscorlib]System.IO.BinaryWriter)
| |
|
|___[NSP] Uniconta.DataModel
| |___[CLS] Uniconta.DataModel.AccountCacheFilter
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | |___[FLD] DCAccount : private initonly string
| | |___[FLD] DCType : private initonly uint8
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,uint8,string)
| | |___[MET] IsValid : bool(object)
| |
| |___[CLS] Uniconta.DataModel.AccountMethod
| | | .class private auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Script.UserMethod
| | |___[FLD] AccExp : private initonly class
Uniconta.DataModel.AccountSumContext
| | |___[MET] .ctor : void(class Uniconta.DataModel.AccountSumContext)
| | |___[MET] FindToken : int64(string)
| | |___[MET] Index : int64(int64)
| | |___[MET] IntValue : int64(int64)
| | |___[MET] get_Name : string()
| | |___[PTY] Name : instance string()
| |
| |___[CLS] Uniconta.DataModel.AccountSum
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STM] Generate : class
[Uniconta.Common]Uniconta.Common.PropValuePair(string)
| | |___[STM] Generate : class
[Uniconta.Common]Uniconta.Common.PropValuePair(class Uniconta.DataModel.GLAccount)
| | |___[STM] IsIncluded : bool(class
[Uniconta.Common]Uniconta.Common.PropValuePair,string)
| |
| |___[CLS] Uniconta.DataModel.AccountSumContext
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Script.ExpessionContext
| | |___[FLD] accounts : assembly class
[Uniconta.Common]Uniconta.Common.SQLCache
| | |___[MET] .ctor : void()
| | |___[MET] Update : void(class [Uniconta.Common]Uniconta.Common.SQLCache)
| |
| |___[CLS] Uniconta.DataModel.Accountant
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.Partner
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __PType : uint8()
| |
| |___[CLS] Uniconta.DataModel.AppIdent
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _AccessId : private valuetype [mscorlib]System.Guid
| | |___[FLD] _Comment : public string
| | |___[FLD] _Comment2 : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Country : public uint8
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Pid : private int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Uid : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Pid : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__AccessKey : valuetype [mscorlib]System.Guid()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__IgnoreLog : bool()
| | |___[MET] get__NeedRights : bool()
| | |___[MET] get__PublicSolution : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__IgnoreLog : void(bool)
| | |___[MET] set__NeedRights : void(bool)
| | |___[MET] set__PublicSolution : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Pid : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _AccessKey : instance valuetype [mscorlib]System.Guid()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _IgnoreLog : instance bool()
| | |___[PTY] _NeedRights : instance bool()
| | |___[PTY] _PublicSolution : instance bool()
| |
| |___[CLS] Uniconta.DataModel.AttachmentGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[ENU] Uniconta.DataModel.BOMMoveType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BuyOnly : public static literal valuetype
Uniconta.DataModel.BOMMoveType
| | |___[STF] ReportAsFinished : public static literal valuetype
Uniconta.DataModel.BOMMoveType
| | |___[STF] SalesAndBuy : public static literal valuetype
Uniconta.DataModel.BOMMoveType
| | |___[STF] SalesOnly : public static literal valuetype
Uniconta.DataModel.BOMMoveType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.BOMQtyType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Fixed : public static literal valuetype
Uniconta.DataModel.BOMQtyType
| | |___[STF] PerUnit : public static literal valuetype
Uniconta.DataModel.BOMQtyType
| | |___[STF] Propertional : public static literal valuetype
Uniconta.DataModel.BOMQtyType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.Balance
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] ColumnList : public class
[mscorlib]System.Collections.Generic.List`1<class Uniconta.DataModel.BalanceColumn>
| | |___[FLD] _ColumnSize : private int64
| | |___[FLD] _Columns : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromAccount : public string
| | |___[FLD] _FrontPage : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Template : public string
| | |___[FLD] _ToAccount : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetDimUsed : bool(int32)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetDimUsed : void(int32,bool)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_ColumnSizeAccount : uint8()
| | |___[MET] get_ColumnSizeAmount : uint8()
| | |___[MET] get_ColumnSizeDim : uint8()
| | |___[MET] get_ColumnSizeName : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_FontSize : uint8()
| | |___[MET] get_LeftMargin : uint8()
| | |___[MET] get_LineSpace : uint8()
| | |___[MET] get_Name : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__InclDimName : bool()
| | |___[MET] get__Landscape : bool()
| | |___[MET] get__Skip0Accounts : bool()
| | |___[MET] get__SkipSumAccounts : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_ColumnSizeAccount : void(uint8)
| | |___[MET] set_ColumnSizeAmount : void(uint8)
| | |___[MET] set_ColumnSizeDim : void(uint8)
| | |___[MET] set_ColumnSizeName : void(uint8)
| | |___[MET] set_FontSize : void(uint8)
| | |___[MET] set_LeftMargin : void(uint8)
| | |___[MET] set_LineSpace : void(uint8)
| | |___[MET] set__InclDimName : void(bool)
| | |___[MET] set__Landscape : void(bool)
| | |___[MET] set__Skip0Accounts : void(bool)
| | |___[MET] set__SkipSumAccounts : void(bool)
| | |___[PTY] ColumnSizeAccount : instance uint8()
| | |___[PTY] ColumnSizeAmount : instance uint8()
| | |___[PTY] ColumnSizeDim : instance uint8()
| | |___[PTY] ColumnSizeName : instance uint8()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] FontSize : instance uint8()
| | |___[PTY] LeftMargin : instance uint8()
| | |___[PTY] LineSpace : instance uint8()
| | |___[PTY] Name : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _InclDimName : instance bool()
| | |___[PTY] _Landscape : instance bool()
| | |___[PTY] _Skip0Accounts : instance bool()
| | |___[PTY] _SkipSumAccounts : instance bool()
| |
| |___[CLS] Uniconta.DataModel.BalanceColumn
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] Dims1 : public class
[mscorlib]System.Collections.Generic.List`1<int32>
| | |___[FLD] Dims2 : public class
[mscorlib]System.Collections.Generic.List`1<int32>
| | |___[FLD] Dims3 : public class
[mscorlib]System.Collections.Generic.List`1<int32>
| | |___[FLD] Dims4 : public class
[mscorlib]System.Collections.Generic.List`1<int32>
| | |___[FLD] Dims5 : public class
[mscorlib]System.Collections.Generic.List`1<int32>
| | |___[FLD] _Account100 : public string
| | |___[FLD] _BalanceRowId : private int32
| | |___[FLD] _BudgetId : public string
| | |___[FLD] _ColA : public uint8
| | |___[FLD] _ColB : public uint8
| | |___[FLD] _ColumnNo : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public int16
| | |___[FLD] _Dim2 : public int16
| | |___[FLD] _Dim3 : public int16
| | |___[FLD] _Dim4 : public int16
| | |___[FLD] _Dim5 : public int16
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _InclJournal : public string
| | |___[FLD] _Method : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[STM] ReadDim : int16(class
[Uniconta.Common]Uniconta.Common.CustomReader)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[STM] WriteDim : void(int16,class
[Uniconta.Common]Uniconta.Common.CustomWriter)
| | |___[MET] get_BalanceRowId : int32()
| | |___[MET] get_ColumnFormatEnum : valuetype
Uniconta.DataModel.BalanceColumnFormat()
| | |___[MET] get_ColumnMethodEnum : valuetype
Uniconta.DataModel.BalanceColumnMethod()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__ShowDebitCredit : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_ColumnFormatEnum : void(valuetype
Uniconta.DataModel.BalanceColumnFormat)
| | |___[MET] set_ColumnMethodEnum : void(valuetype
Uniconta.DataModel.BalanceColumnMethod)
| | |___[MET] set__ShowDebitCredit : void(bool)
| | | streamInDimension : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,class
[mscorlib]System.Collections.Generic.List`1<int32>)
| | | unstreamInDimension : class
[mscorlib]System.Collections.Generic.List`1<int32>(class
[Uniconta.Common]Uniconta.Common.CustomReader)
| | |___[PTY] BalanceRowId : instance int32()
| | |___[PTY] ColumnFormatEnum : instance valuetype
Uniconta.DataModel.BalanceColumnFormat()
| | |___[PTY] ColumnMethodEnum : instance valuetype
Uniconta.DataModel.BalanceColumnMethod()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _ShowDebitCredit : instance bool()
| |
| |___[ENU] Uniconta.DataModel.BalanceColumnFormat
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Decimal0 : public static literal valuetype
Uniconta.DataModel.BalanceColumnFormat
| | |___[STF] Decimal1 : public static literal valuetype
Uniconta.DataModel.BalanceColumnFormat
| | |___[STF] Decimal2 : public static literal valuetype
Uniconta.DataModel.BalanceColumnFormat
| | |___[STF] Thousand : public static literal valuetype
Uniconta.DataModel.BalanceColumnFormat
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.BalanceColumnMethod
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Account100 : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] ColAMinusColB : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] ColAMinusColBDivColB : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] ColAMinusColBDivColBPct : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] ColAPlusColB : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] FromBudget : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[STF] FromTrans : public static literal valuetype
Uniconta.DataModel.BalanceColumnMethod
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.BankImportFormat
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _BankAccount : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CountryId : public uint8
| | |___[FLD] _CreditIdentifier : public string
| | |___[FLD] _DebetIdentifier : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Format1 : private int64
| | |___[FLD] _Format2 : private int64
| | |___[FLD] _Journal : public string
| | |___[FLD] _LastImport : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _PaymentIdentifier : public string
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] ClearCompany : void()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CanEdit : bool()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Country : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__AccountPos : uint8()
| | |___[MET] get__AmountPos : uint8()
| | |___[MET] get__BankAccountPos : int32()
| | |___[MET] get__BankReconciliation : bool()
| | |___[MET] get__DCIdentifierPos : uint8()
| | |___[MET] get__DateFormat : uint8()
| | |___[MET] get__DatePos : uint8()
| | |___[MET] get__DocumentPos : uint8()
| | |___[MET] get__Format : valuetype
Uniconta.DataModel.BankImportFormatType()
| | |___[MET] get__IdentifierAmountPos : uint8()
| | |___[MET] get__ImportInto : int32()
| | |___[MET] get__InvoicePos : uint8()
| | |___[MET] get__NoneBank : bool()
| | |___[MET] get__OffsetAccountPos : uint8()
| | |___[MET] get__PutLinesOnHold : bool()
| | |___[MET] get__ReadOnly : bool()
| | |___[MET] get__RefPos : uint8()
| | |___[MET] get__Reverse : bool()
| | |___[MET] get__Seperator : char()
| | |___[MET] get__SkipLines : uint8()
| | |___[MET] get__TextPos : uint8()
| | |___[MET] get__VoucherPos : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__AccountPos : void(uint8)
| | |___[MET] set__AmountPos : void(uint8)
| | |___[MET] set__BankAccountPos : void(int32)
| | |___[MET] set__BankReconciliation : void(bool)
| | |___[MET] set__DCIdentifierPos : void(uint8)
| | |___[MET] set__DateFormat : void(uint8)
| | |___[MET] set__DatePos : void(uint8)
| | |___[MET] set__DocumentPos : void(uint8)
| | |___[MET] set__Format : void(valuetype
Uniconta.DataModel.BankImportFormatType)
| | |___[MET] set__IdentifierAmountPos : void(uint8)
| | |___[MET] set__ImportInto : void(int32)
| | |___[MET] set__InvoicePos : void(uint8)
| | |___[MET] set__NoneBank : void(bool)
| | |___[MET] set__OffsetAccountPos : void(uint8)
| | |___[MET] set__PutLinesOnHold : void(bool)
| | |___[MET] set__RefPos : void(uint8)
| | |___[MET] set__Reverse : void(bool)
| | |___[MET] set__Seperator : void(char)
| | |___[MET] set__SkipLines : void(uint8)
| | |___[MET] set__TextPos : void(uint8)
| | |___[MET] set__VoucherPos : void(uint8)
| | |___[PTY] CanEdit : instance bool()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Country : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _AccountPos : instance uint8()
| | |___[PTY] _AmountPos : instance uint8()
| | |___[PTY] _BankAccountPos : instance int32()
| | |___[PTY] _BankReconciliation : instance bool()
| | |___[PTY] _DCIdentifierPos : instance uint8()
| | |___[PTY] _DateFormat : instance uint8()
| | |___[PTY] _DatePos : instance uint8()
| | |___[PTY] _DocumentPos : instance uint8()
| | |___[PTY] _Format : instance valuetype
Uniconta.DataModel.BankImportFormatType()
| | |___[PTY] _IdentifierAmountPos : instance uint8()
| | |___[PTY] _ImportInto : instance int32()
| | |___[PTY] _InvoicePos : instance uint8()
| | |___[PTY] _NoneBank : instance bool()
| | |___[PTY] _OffsetAccountPos : instance uint8()
| | |___[PTY] _PutLinesOnHold : instance bool()
| | |___[PTY] _ReadOnly : instance bool()
| | |___[PTY] _RefPos : instance uint8()
| | |___[PTY] _Reverse : instance bool()
| | |___[PTY] _Seperator : instance char()
| | |___[PTY] _SkipLines : instance uint8()
| | |___[PTY] _TextPos : instance uint8()
| | |___[PTY] _VoucherPos : instance uint8()
| |
| |___[ENU] Uniconta.DataModel.BankImportFormatType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] CSV : public static literal valuetype
Uniconta.DataModel.BankImportFormatType
| | |___[STF] PBS_Danmark_FIK : public static literal valuetype
Uniconta.DataModel.BankImportFormatType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.BankImportMap
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _BankImportId : private int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _MapType : public valuetype Uniconta.DataModel.MapTypeEnum
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetAccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_BankImportId : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] BankImportId : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.BankStatement
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _AllowedDifInMatch : public float64
| | |___[FLD] _BankAccountPart1 : public string
| | |___[FLD] _BankAccountPart2 : public string
| | |___[FLD] _BankCompanyId : public string
| | |___[FLD] _BankImportId : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContractId : public string
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _IBAN : public string
| | |___[FLD] _Journal : public string
| | |___[FLD] _LastTransaction : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SWIFT : public string
| | |___[FLD] _StartBalance : public float64
| | |___[FLD] _TransBalance : public float64
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | | get_CurrencyEnum : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__BankAsOffset : bool()
| | |___[MET] get__DaysSlip : int32()
| | |___[MET] get__Many2Many : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | | set_CurrencyEnum : void(valuetype
[mscorlib]System.Nullable`1<valuetype [Uniconta.Common]Uniconta.Common.Currencies>)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__BankAsOffset : void(bool)
| | |___[MET] set__DaysSlip : void(int32)
| | |___[MET] set__Many2Many : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] CurrencyEnum : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _BankAsOffset : instance bool()
| | |___[PTY] _DaysSlip : instance int32()
| | |___[PTY] _Many2Many : instance bool()
| |
| |___[CLS] Uniconta.DataModel.BankStatementLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] MultiMark : public class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.DataModel.BankStatementLineToTrans>
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public uint8
| | |___[FLD] _AmountCent : public int64
| | |___[FLD] _BankId : private int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Invoice : public int64
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LineNumber : private int32
| | |___[FLD] _OffsetAccountList : private uint8[]
| | |___[FLD] _PostedDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Settlement : public string
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _VoucherLine : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetOffsetAccount : class
Uniconta.DataModel.GLOffsetAccountLine[](class [mscorlib]System.Type)
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | SetOffsetAccount : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLOffsetAccountLine>)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_BankId : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_LineNumber : int32()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__HasOffsetAccounts : bool()
| | |___[MET] get__HasPaymentCode : bool()
| | |___[MET] get__InJournal : bool()
| | |___[MET] get__MultiBank : bool()
| | |___[MET] get__MultiLine : bool()
| | |___[MET] get__OnHold : bool()
| | |___[MET] get__Primo : bool()
| | |___[MET] get__Reconciled : bool()
| | |___[MET] get__Void : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__HasPaymentCode : void(bool)
| | |___[MET] set__InJournal : void(bool)
| | |___[MET] set__OnHold : void(bool)
| | |___[MET] set__Primo : void(bool)
| | |___[MET] set__Void : void(bool)
| | |___[PTY] BankId : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] LineNumber : instance int32()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _HasOffsetAccounts : instance bool()
| | |___[PTY] _HasPaymentCode : instance bool()
| | |___[PTY] _InJournal : instance bool()
| | |___[PTY] _MultiBank : instance bool()
| | |___[PTY] _MultiLine : instance bool()
| | |___[PTY] _OnHold : instance bool()
| | |___[PTY] _Primo : instance bool()
| | |___[PTY] _Reconciled : instance bool()
| | |___[PTY] _Void : instance bool()
| |
| |___[CLS] Uniconta.DataModel.BankStatementLineToTrans
| | | .class public auto ansi beforefieldinit
| | |___[FLD] Amount : public float64
| | |___[FLD] Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] Invoice : public int64
| | |___[FLD] JournalPostedId : public int32
| | |___[FLD] Voucher : public int32
| | |___[FLD] VoucherLine : public int32
| | |___[MET] .ctor : void()
| |
| |___[CLS] Uniconta.DataModel.BitFieldAttribute
| | | .class public auto ansi beforefieldinit
| | | extends [mscorlib]System.Attribute
| | |___[FLD] <BitValue>k__BackingField : private int32
| | |___[FLD] <PropName>k__BackingField : private string
| | |___[FLD] <ReverseLogic>k__BackingField : private bool
| | |___[MET] .ctor : void()
| | |___[MET] get_BitValue : int32()
| | |___[MET] get_PropName : string()
| | |___[MET] get_ReverseLogic : bool()
| | |___[MET] set_BitValue : void(int32)
| | |___[MET] set_PropName : void(string)
| | |___[MET] set_ReverseLogic : void(bool)
| | |___[PTY] BitValue : instance int32()
| | |___[PTY] PropName : instance string()
| | |___[PTY] ReverseLogic : instance bool()
| |
| |___[ENU] Uniconta.DataModel.CampaignStatus
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Created : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Evaluating : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Finished : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Planned : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Running : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Started : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[STF] Terminated : public static literal valuetype
Uniconta.DataModel.CampaignStatus
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.CampaignType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Email : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Exhibition : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Mail : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Other : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Seminar : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Telephony : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[STF] Television : public static literal valuetype
Uniconta.DataModel.CampaignType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.CategoryType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Expenses : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] ExternalWork : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Labour : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Materials : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Miscellaneous : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Other : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Revenue : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[STF] Sum : public static literal valuetype
Uniconta.DataModel.CategoryType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.ClassFactory
| | | .class private auto ansi
| | |___[STF] Instance : public static initonly class
Uniconta.DataModel.ClassFactory
| | |___[FLD] classCount : private int32
| | |___[FLD] classes : private class
[mscorlib]System.Collections.Generic.Dictionary`2<class
Uniconta.DataModel.Signature,class [mscorlib]System.Type>
| | |___[FLD] module : private class
[mscorlib]System.Reflection.Emit.ModuleBuilder
| | |___[FLD] rwLock : private class
[mscorlib]System.Threading.ReaderWriterLock
| | |___[STM] .cctor : void()
| | |___[MET] .ctor : void()
| | |___[MET] CreateDynamicClass : class [mscorlib]System.Type(class
Uniconta.DataModel.DynamicProperty[])
| | |___[MET] GenerateEquals : void(class
[mscorlib]System.Reflection.Emit.TypeBuilder,class
[mscorlib]System.Reflection.FieldInfo[])
| | |___[MET] GenerateGetHashCode : void(class
[mscorlib]System.Reflection.Emit.TypeBuilder,class
[mscorlib]System.Reflection.FieldInfo[])
| | |___[MET] GenerateProperties : class
[mscorlib]System.Reflection.FieldInfo[](class
[mscorlib]System.Reflection.Emit.TypeBuilder,class
Uniconta.DataModel.DynamicProperty[])
| | | GetDynamicClass : class [mscorlib]System.Type(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DynamicProperty>)
| |
| |___[CLS] Uniconta.DataModel.Company
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.CompanyBase
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[CLS] <>c__DisplayClass26_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] LoadType : public class [mscorlib]System.Type
| | | |___[FLD] ObjectType : public class [mscorlib]System.Type
| | | |___[FLD] tcache : public class
Uniconta.DataModel.Company/TableCache
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>
| | | |___[MET] .ctor : void()
| | | | <loadCache>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity[]>)
| | |
| | |___[CLS] <>c__DisplayClass29_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] tcache : public class
Uniconta.DataModel.Company/TableCache
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>
| | | |___[MET] .ctor : void()
| | | | <LoadUserTableCache>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.TableDataWithKey[]>)
| | |
| | |___[CLS] TableCache
| | | | .class nested private auto ansi beforefieldinit
| | | |___[FLD] cache : public class
[Uniconta.Common]Uniconta.Common.SQLCache
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>
| | | | .ctor : void(class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>)
| | |
| | |___[FLD] AttachmentFlags : private uint8
| | |___[FLD] Base2UserTypes : private class
[mscorlib]System.Collections.Generic.Dictionary`2<class [mscorlib]System.Type,class
[mscorlib]System.Type>
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] Client2UserTypes : private class
[mscorlib]System.Collections.Generic.Dictionary`2<class [mscorlib]System.Type,class
[mscorlib]System.Type>
| | |___[STF] CompanyCache : private static class
[Uniconta.Common]Uniconta.Common.SQLCacheTemplate`1<class
Uniconta.DataModel.Company>
| | |___[FLD] Fields : private class
[mscorlib]System.Collections.Generic.Dictionary`2<int32,class
Uniconta.DataModel.TableField[]>
| | |___[FLD] StandardTableCache : private class
[mscorlib]System.Collections.Generic.Dictionary`2<class [mscorlib]System.Type,class
Uniconta.DataModel.Company/TableCache>
| | |___[FLD] UserProps : public class Uniconta.API.DynamicsProperty
| | |___[FLD] UserTableCache : private class
[mscorlib]System.Collections.Generic.Dictionary`2<int32,class
Uniconta.DataModel.Company/TableCache>
| | |___[FLD] UserTables : public class
[mscorlib]System.Collections.Generic.List`1<class Uniconta.DataModel.TableHeader>
| | |___[STF] WfCompanies : private static class
[mscorlib]System.Collections.Generic.Dictionary`2<int32,class
[mscorlib]System.WeakReference>
| | |___[FLD] _Accountant : public int32
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Address3 : public string
| | |___[FLD] _BackupFrom : public int32
| | |___[FLD] _CompanyType : public valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[FLD] _Country : public uint8
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _Deactivated : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Deleted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Duns : public string
| | |___[FLD] _FIK : public string
| | |___[FLD] _FIKDebtorIdPart : public uint8
| | |___[FLD] _Flags : private int64
| | |___[FLD] _FlagsAdmin : private uint8
| | |___[FLD] _IBAN : public string
| | |___[FLD] _Id : public string
| | |___[FLD] _LastInvoice : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _NationalBank : public string
| | |___[FLD] _OwnerUid : public int32
| | |___[FLD] _Phone : public string
| | |___[FLD] _Rights : private int64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SWIFT : public string
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Withholding : public string
| | |___[FLD] _ident : private uint8
| | |___[MET] .ctor : void()
| | |___[STM] AddCompany : class Uniconta.DataModel.Company(class
Uniconta.DataModel.Company)
| | |___[STM] AddCompanyWeakCache : class Uniconta.DataModel.Company(class
Uniconta.DataModel.Company)
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] ClearCache : void(class [mscorlib]System.Type)
| | |___[MET] ClearUserTableCache : void(int32)
| | |___[STM] CopyArray : class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity[](class
[mscorlib]System.Type,class [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity[])
| | |___[MET] CopyFunctions : void(class Uniconta.DataModel.Company)
| | |___[MET] Equals : bool(object)
| | |___[MET] GenerateFIK : string(string,int64)
| | |___[MET] GenerateFIKInstruction : class
[mscorlib]System.Text.StringBuilder(string,int64)
| | |___[STM] GenerateFIKInstruction : class
[mscorlib]System.Text.StringBuilder(int32,int32,string,int64,valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | |___[MET] GenerateUserType : void()
| | |___[STM] Get : class Uniconta.DataModel.Company(int32)
| | |___[STM] GetCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(int32,class [mscorlib]System.Type)
| | |___[MET] GetCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(class [mscorlib]System.Type)
| | |___[MET] GetCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(class [mscorlib]System.Type,class
Uniconta.API.System.QueryAPI)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetOrLoadCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(class [mscorlib]System.Type,class
Uniconta.API.System.QueryAPI)
| | |___[MET] GetUserField : class Uniconta.DataModel.TableField[](int32)
| | |___[MET] GetUserTableCache : class
[Uniconta.Common]Uniconta.Common.SQLCache(int32)
| | |___[MET] GetUserType : class [mscorlib]System.Type(class
[mscorlib]System.Type)
| | | GetUserTypes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class [mscorlib]System.Type>()
| | |___[MET] HasCache : bool(class [mscorlib]System.Type)
| | |___[STM] Init : void(bool)
| | | LoadCache : class [mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>(class [mscorlib]System.Type,class
Uniconta.API.System.QueryAPI)
| | | LoadCache : class [mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>(class [mscorlib]System.Type,class
Uniconta.API.System.QueryAPI,bool)
| | | LoadCacheIfNotLoaded : class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>(class [mscorlib]System.Type,class
Uniconta.API.System.QueryAPI)
| | | LoadUserTableCache : class
[mscorlib]System.Threading.Tasks.Task`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>(int32,class
Uniconta.API.System.QueryAPI)
| | |___[MET] SameCurrency : bool(valuetype
[Uniconta.Common]Uniconta.Common.Currencies)
| | |___[MET] SameCurrency : bool(uint8)
| | |___[MET] SetCompanyId : void(class Uniconta.DataModel.Company)
| | | SetUserField : void(class
[mscorlib]System.Collections.Generic.Dictionary`2<int32,class
Uniconta.DataModel.TableField[]>)
| | |___[MET] UpdateCache : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity[])
| | |___[MET] Version : int32(int32)
| | |___[MET] get_AllowMinusDebCre : bool()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_Attachments : bool()
| | |___[MET] get_BankStatement : bool()
| | |___[MET] get_CRM : bool()
| | |___[MET] get_CheckEAN : bool()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Contacts : bool()
| | |___[MET] get_Creditor : bool()
| | |___[MET] get_CreditorPrice : bool()
| | |___[MET] get_Debtor : bool()
| | |___[MET] get_DeliveryAddress : bool()
| | |___[MET] get_DemoView : bool()
| | |___[MET] get_HasDecimals : bool()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_IdKey : uint8()
| | |___[MET] get_InvBOM : bool()
| | |___[MET] get_InvClientName : bool()
| | |___[MET] get_InvPrice : bool()
| | |___[MET] get_Inventory : bool()
| | |___[MET] get_ItemVariants : bool()
| | |___[MET] get_Key : int32()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_Ledger : bool()
| | |___[MET] get_Location : bool()
| | |___[MET] get_Name : string()
| | |___[MET] get_NumberOfDimensions : int32()
| | |___[MET] get_Order : bool()
| | |___[MET] get_PhycicalVoucher : bool()
| | |___[MET] get_Project : bool()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_Purchase : bool()
| | |___[MET] get_PurchaseCharges : bool()
| | |___[MET] get_RereadOnEdit : bool()
| | |___[MET] get_Rights : int64()
| | |___[MET] get_RoundTo100 : bool()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_ScanEmail : string()
| | |___[MET] get_SerialBatchNumbers : bool()
| | |___[MET] get_Shipments : bool()
| | |___[MET] get_Standard : bool()
| | |___[MET] get_Storage : bool()
| | |___[MET] get_StorageOnAll : bool()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_Warehouse : bool()
| | |___[MET] get__AutoSettlement : int32()
| | |___[MET] get__ConvertedFrom : int32()
| | |___[MET] get__CountryId : valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | |___[MET] get__CurrencyId : valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[MET] get__Deactive : bool()
| | |___[MET] get__Delete : bool()
| | |___[MET] get__DoInvoice : bool()
| | |___[MET] get__HasWithholding : bool()
| | |___[MET] get__InvoiceAccountOnInvTrans : bool()
| | |___[MET] get__LogTableChanges : bool()
| | |___[MET] get__OnHandScreenInOrder : bool()
| | |___[MET] get__OnHandScreenInPurchase : bool()
| | |___[MET] get__OrderLineEditDelivered : bool()
| | |___[MET] get__OrderLineOne : bool()
| | |___[MET] get__OrderLineStorage : valuetype
Uniconta.DataModel.StorageRegister()
| | |___[MET] get__PaymentCodeOption : int32()
| | |___[MET] get__PurchaseLineEditDelivered : bool()
| | |___[MET] get__PurchaseLineOne : bool()
| | |___[MET] get__PurchaseLineStorage : valuetype
Uniconta.DataModel.StorageRegister()
| | |___[MET] get__ResellerAccess : bool()
| | |___[MET] get__RestateCostPerLocation : bool()
| | |___[MET] get__UpdateCostOnPurchase : bool()
| | |___[MET] get__UseVatOperation : bool()
| | | loadCache : void(class [mscorlib]System.Type,class
Uniconta.DataModel.Company/TableCache,class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[Uniconta.Common]Uniconta.Common.SQLCache>,class Uniconta.API.System.QueryAPI)
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32,bool,int64)
| | |___[MET] set_AllowMinusDebCre : void(bool)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_Attachments : void(bool)
| | |___[MET] set_BankStatement : void(bool)
| | |___[MET] set_CRM : void(bool)
| | |___[MET] set_CheckEAN : void(bool)
| | |___[MET] set_Contacts : void(bool)
| | |___[MET] set_Creditor : void(bool)
| | |___[MET] set_CreditorPrice : void(bool)
| | |___[MET] set_Debtor : void(bool)
| | |___[MET] set_DeliveryAddress : void(bool)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_InvBOM : void(bool)
| | |___[MET] set_InvClientName : void(bool)
| | |___[MET] set_InvPrice : void(bool)
| | |___[MET] set_Inventory : void(bool)
| | |___[MET] set_ItemVariants : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_Ledger : void(bool)
| | |___[MET] set_Location : void(bool)
| | |___[MET] set_NumberOfDimensions : void(int32)
| | |___[MET] set_Order : void(bool)
| | |___[MET] set_PhycicalVoucher : void(bool)
| | |___[MET] set_Project : void(bool)
| | |___[MET] set_Purchase : void(bool)
| | |___[MET] set_PurchaseCharges : void(bool)
| | |___[MET] set_SerialBatchNumbers : void(bool)
| | |___[MET] set_Shipments : void(bool)
| | |___[MET] set_Storage : void(bool)
| | |___[MET] set_StorageOnAll : void(bool)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_Warehouse : void(bool)
| | |___[MET] set__AutoSettlement : void(int32)
| | |___[MET] set__ConvertedFrom : void(int32)
| | |___[MET] set__CountryId : void(valuetype
[Uniconta.Common]Uniconta.Common.CountryCode)
| | |___[MET] set__CurrencyId : void(valuetype
[Uniconta.Common]Uniconta.Common.Currencies)
| | |___[MET] set__Deactive : void(bool)
| | |___[MET] set__Delete : void(bool)
| | |___[MET] set__DoInvoice : void(bool)
| | |___[MET] set__InvoiceAccountOnInvTrans : void(bool)
| | |___[MET] set__LogTableChanges : void(bool)
| | |___[MET] set__OnHandScreenInOrder : void(bool)
| | |___[MET] set__OnHandScreenInPurchase : void(bool)
| | |___[MET] set__OrderLineEditDelivered : void(bool)
| | |___[MET] set__OrderLineOne : void(bool)
| | |___[MET] set__OrderLineStorage : void(valuetype
Uniconta.DataModel.StorageRegister)
| | |___[MET] set__PaymentCodeOption : void(int32)
| | |___[MET] set__PurchaseLineEditDelivered : void(bool)
| | |___[MET] set__PurchaseLineOne : void(bool)
| | |___[MET] set__PurchaseLineStorage : void(valuetype
Uniconta.DataModel.StorageRegister)
| | |___[MET] set__ResellerAccess : void(bool)
| | |___[MET] set__RestateCostPerLocation : void(bool)
| | |___[MET] set__UpdateCostOnPurchase : void(bool)
| | |___[PTY] AllowMinusDebCre : instance bool()
| | |___[PTY] Attachment : instance object()
| | |___[PTY] Attachments : instance bool()
| | |___[PTY] BankStatement : instance bool()
| | |___[PTY] CRM : instance bool()
| | |___[PTY] CheckEAN : instance bool()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Contacts : instance bool()
| | |___[PTY] Creditor : instance bool()
| | |___[PTY] CreditorPrice : instance bool()
| | |___[PTY] Debtor : instance bool()
| | |___[PTY] DeliveryAddress : instance bool()
| | |___[PTY] DemoView : instance bool()
| | |___[PTY] HasDecimals : instance bool()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] IdKey : instance uint8()
| | |___[PTY] InvBOM : instance bool()
| | |___[PTY] InvClientName : instance bool()
| | |___[PTY] InvPrice : instance bool()
| | |___[PTY] Inventory : instance bool()
| | |___[PTY] ItemVariants : instance bool()
| | |___[PTY] Key : instance int32()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] Ledger : instance bool()
| | |___[PTY] Location : instance bool()
| | |___[PTY] Name : instance string()
| | |___[PTY] NumberOfDimensions : instance int32()
| | |___[PTY] Order : instance bool()
| | |___[PTY] PhycicalVoucher : instance bool()
| | |___[PTY] Project : instance bool()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] Purchase : instance bool()
| | |___[PTY] PurchaseCharges : instance bool()
| | |___[PTY] RereadOnEdit : instance bool()
| | |___[PTY] Rights : instance int64()
| | |___[PTY] RoundTo100 : instance bool()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] ScanEmail : instance string()
| | |___[PTY] SerialBatchNumbers : instance bool()
| | |___[PTY] Shipments : instance bool()
| | |___[PTY] Standard : instance bool()
| | |___[PTY] Storage : instance bool()
| | |___[PTY] StorageOnAll : instance bool()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] Warehouse : instance bool()
| | |___[PTY] _AutoSettlement : instance int32()
| | |___[PTY] _ConvertedFrom : instance int32()
| | |___[PTY] _CountryId : instance valuetype
[Uniconta.Common]Uniconta.Common.CountryCode()
| | |___[PTY] _CurrencyId : instance valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[PTY] _Deactive : instance bool()
| | |___[PTY] _Delete : instance bool()
| | |___[PTY] _DoInvoice : instance bool()
| | |___[PTY] _HasWithholding : instance bool()
| | |___[PTY] _InvoiceAccountOnInvTrans : instance bool()
| | |___[PTY] _LogTableChanges : instance bool()
| | |___[PTY] _OnHandScreenInOrder : instance bool()
| | |___[PTY] _OnHandScreenInPurchase : instance bool()
| | |___[PTY] _OrderLineEditDelivered : instance bool()
| | |___[PTY] _OrderLineOne : instance bool()
| | |___[PTY] _OrderLineStorage : instance valuetype
Uniconta.DataModel.StorageRegister()
| | |___[PTY] _PaymentCodeOption : instance int32()
| | |___[PTY] _PurchaseLineEditDelivered : instance bool()
| | |___[PTY] _PurchaseLineOne : instance bool()
| | |___[PTY] _PurchaseLineStorage : instance valuetype
Uniconta.DataModel.StorageRegister()
| | |___[PTY] _ResellerAccess : instance bool()
| | |___[PTY] _RestateCostPerLocation : instance bool()
| | |___[PTY] _UpdateCostOnPurchase : instance bool()
| | |___[PTY] _UseVatOperation : instance bool()
| |
| |___[CLS] Uniconta.DataModel.CompanyDataCount
| | | .class public abstract auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _DCAccount : public int32
| | |___[FLD] _DCTrans : public int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _GLTrans : public int32
| | |___[FLD] _InvTrans : public int32
| | |___[FLD] _Inventory : public int32
| | |___[FLD] _Invoices : public int32
| | |___[FLD] _LastPosting : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _MaxJournal : public int32
| | |___[FLD] _Storage : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.CompanyDocument
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _Fileextension : public valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes
| | |___[FLD] _UseFor : private uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_UseFor : valuetype Uniconta.DataModel.CompanyDocumentUse()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UseFor : void(valuetype
Uniconta.DataModel.CompanyDocumentUse)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] UseFor : instance valuetype
Uniconta.DataModel.CompanyDocumentUse()
| |
| |___[CLS] Uniconta.DataModel.CompanyDocumentLayout
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Cols : private uint8[]
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FreeText1 : public string
| | |___[FLD] _FreeText2 : public string
| | |___[FLD] _FreeText3 : public string
| | |___[FLD] _FreeText4 : public string
| | |___[FLD] _FreeText5 : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private uint8
| | |___[FLD] _Rows : private uint8[]
| | |___[FLD] _UseFor : private uint8
| | |___[FLD] _Watermark : public uint8[]
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetDefault : void()
| | |___[STM] SetDefaultCol : void(uint8[])
| | |___[STM] SetDefaultRow : void(uint8[])
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UseFor : valuetype Uniconta.DataModel.CompanyLayoutType()
| | |___[MET] get__AccountCol : uint8()
| | |___[MET] get__AccountRow : uint8()
| | |___[MET] get__AddressCol : uint8()
| | |___[MET] get__AddressRow : uint8()
| | |___[MET] get__CartonsLineCol : uint8()
| | |___[MET] get__CompanyAddressCol : uint8()
| | |___[MET] get__CompanyAddressRow : uint8()
| | |___[MET] get__CompanyBankCol : uint8()
| | |___[MET] get__CompanyBankRow : uint8()
| | |___[MET] get__CompanyFIKCol : uint8()
| | |___[MET] get__CompanyFIKRow : uint8()
| | |___[MET] get__CompanyIBANCol : uint8()
| | |___[MET] get__CompanyIBANRow : uint8()
| | |___[MET] get__CompanyRegNoCol : uint8()
| | |___[MET] get__CompanyRegNoRow : uint8()
| | |___[MET] get__CompanySWIFTCol : uint8()
| | |___[MET] get__CompanySWITFRow : uint8()
| | |___[MET] get__ContactCol : uint8()
| | |___[MET] get__ContactRow : uint8()
| | |___[MET] get__DateCol : uint8()
| | |___[MET] get__DateOrderCol : uint8()
| | |___[MET] get__DateRow : uint8()
| | |___[MET] get__DebtorRegNoCol : uint8()
| | |___[MET] get__DebtorRegNoRow : uint8()
| | |___[MET] get__Default : bool()
| | |___[MET] get__DeliveryCol : uint8()
| | |___[MET] get__DeliveryDateCol : uint8()
| | |___[MET] get__DeliveryDateRow : uint8()
| | |___[MET] get__DeliveryRow : uint8()
| | |___[MET] get__DeliveryTermCol : uint8()
| | |___[MET] get__DeliveryTermRow : uint8()
| | |___[MET] get__DiscountCol : uint8()
| | |___[MET] get__DocNameCol : uint8()
| | |___[MET] get__DocNameRow : uint8()
| | |___[MET] get__DocNumCol : uint8()
| | |___[MET] get__DocNumRow : uint8()
| | |___[MET] get__DocTextLength : uint8()
| | |___[MET] get__EANCol : uint8()
| | |___[MET] get__EANRow : uint8()
| | |___[MET] get__EmployeeCol : uint8()
| | |___[MET] get__Fileextension : valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | |___[MET] get__FitToPage : bool()
| | |___[MET] get__FreeText1Col : uint8()
| | |___[MET] get__FreeText1Row : uint8()
| | |___[MET] get__FreeText2Col : uint8()
| | |___[MET] get__FreeText2Row : uint8()
| | |___[MET] get__FreeText3Col : uint8()
| | |___[MET] get__FreeText3Row : uint8()
| | |___[MET] get__FreeText4Col : uint8()
| | |___[MET] get__FreeText4Row : uint8()
| | |___[MET] get__FreeText5Col : uint8()
| | |___[MET] get__FreeText5Row : uint8()
| | |___[MET] get__GridEndRow : uint8()
| | |___[MET] get__GridStartRow : uint8()
| | |___[MET] get__HasWatermark : bool()
| | |___[MET] get__ItemCol : uint8()
| | |___[MET] get__Landscape : bool()
| | |___[MET] get__LeftMargin : uint8()
| | |___[MET] get__LineFontSize : uint8()
| | |___[MET] get__LocationCol : uint8()
| | |___[MET] get__LogoCol : uint8()
| | |___[MET] get__LogoHeight : uint8()
| | |___[MET] get__LogoRow : uint8()
| | |___[MET] get__LogoWidth : uint8()
| | |___[MET] get__MessageCol : uint8()
| | |___[MET] get__MessageRow : uint8()
| | |___[MET] get__OrderNumberCol : uint8()
| | |___[MET] get__OrderNumberRow : uint8()
| | |___[MET] get__OurRefCol : uint8()
| | |___[MET] get__OurRefRow : uint8()
| | |___[MET] get__PageNumberPos : uint8()
| | |___[MET] get__PaymentCol : uint8()
| | |___[MET] get__PaymentDateCol : uint8()
| | |___[MET] get__PaymentDateRow : uint8()
| | |___[MET] get__PaymentFIKCodeCol : uint8()
| | |___[MET] get__PaymentFIKCodeRow : uint8()
| | |___[MET] get__PaymentRow : uint8()
| | |___[MET] get__PhotoCol : uint8()
| | |___[MET] get__PriceCol : uint8()
| | |___[MET] get__ProjectCol : uint8()
| | |___[MET] get__ProjectRow : uint8()
| | |___[MET] get__QtyCol : uint8()
| | |___[MET] get__RemarkCol : uint8()
| | |___[MET] get__RemarkRow : uint8()
| | |___[MET] get__RequisitionCol : uint8()
| | |___[MET] get__RequisitionRow : uint8()
| | |___[MET] get__RowHeight : uint8()
| | |___[MET] get__ShipmentCol : uint8()
| | |___[MET] get__ShipmentRow : uint8()
| | |___[MET] get__ShowTotals : bool()
| | |___[MET] get__TextCol : uint8()
| | |___[MET] get__TotalCol : uint8()
| | |___[MET] get__UnitCol : uint8()
| | |___[MET] get__Variant1Col : uint8()
| | |___[MET] get__Variant2Col : uint8()
| | |___[MET] get__VatPctCol : uint8()
| | |___[MET] get__VolumeCol : uint8()
| | |___[MET] get__WarehouseCol : uint8()
| | |___[MET] get__WatermarkCol : uint8()
| | |___[MET] get__WatermarkRow : uint8()
| | |___[MET] get__WeekCol : uint8()
| | |___[MET] get__WeightCol : uint8()
| | |___[MET] get__YourRefCol : uint8()
| | |___[MET] get__YourRefRow : uint8()
| | |___[MET] get__version : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UseFor : void(valuetype
Uniconta.DataModel.CompanyLayoutType)
| | |___[MET] set__AccountCol : void(uint8)
| | |___[MET] set__AccountRow : void(uint8)
| | |___[MET] set__AddressCol : void(uint8)
| | |___[MET] set__AddressRow : void(uint8)
| | |___[MET] set__CartonsLineCol : void(uint8)
| | |___[MET] set__CompanyAddressCol : void(uint8)
| | |___[MET] set__CompanyAddressRow : void(uint8)
| | |___[MET] set__CompanyBankCol : void(uint8)
| | |___[MET] set__CompanyBankRow : void(uint8)
| | |___[MET] set__CompanyFIKCol : void(uint8)
| | |___[MET] set__CompanyFIKRow : void(uint8)
| | |___[MET] set__CompanyIBANCol : void(uint8)
| | |___[MET] set__CompanyIBANRow : void(uint8)
| | |___[MET] set__CompanyRegNoCol : void(uint8)
| | |___[MET] set__CompanyRegNoRow : void(uint8)
| | |___[MET] set__CompanySWIFTCol : void(uint8)
| | |___[MET] set__CompanySWITFRow : void(uint8)
| | |___[MET] set__ContactCol : void(uint8)
| | |___[MET] set__ContactRow : void(uint8)
| | |___[MET] set__DateCol : void(uint8)
| | |___[MET] set__DateOrderCol : void(uint8)
| | |___[MET] set__DateRow : void(uint8)
| | |___[MET] set__DebtorRegNoCol : void(uint8)
| | |___[MET] set__DebtorRegNoRow : void(uint8)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__DeliveryCol : void(uint8)
| | |___[MET] set__DeliveryDateCol : void(uint8)
| | |___[MET] set__DeliveryDateRow : void(uint8)
| | |___[MET] set__DeliveryRow : void(uint8)
| | |___[MET] set__DeliveryTermCol : void(uint8)
| | |___[MET] set__DeliveryTermRow : void(uint8)
| | |___[MET] set__DiscountCol : void(uint8)
| | |___[MET] set__DocNameCol : void(uint8)
| | |___[MET] set__DocNameRow : void(uint8)
| | |___[MET] set__DocNumCol : void(uint8)
| | |___[MET] set__DocNumRow : void(uint8)
| | |___[MET] set__DocTextLength : void(uint8)
| | |___[MET] set__EANCol : void(uint8)
| | |___[MET] set__EANRow : void(uint8)
| | |___[MET] set__EmployeeCol : void(uint8)
| | |___[MET] set__Fileextension : void(valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes)
| | |___[MET] set__FitToPage : void(bool)
| | |___[MET] set__FreeText1Col : void(uint8)
| | |___[MET] set__FreeText1Row : void(uint8)
| | |___[MET] set__FreeText2Col : void(uint8)
| | |___[MET] set__FreeText2Row : void(uint8)
| | |___[MET] set__FreeText3Col : void(uint8)
| | |___[MET] set__FreeText3Row : void(uint8)
| | |___[MET] set__FreeText4Col : void(uint8)
| | |___[MET] set__FreeText4Row : void(uint8)
| | |___[MET] set__FreeText5Col : void(uint8)
| | |___[MET] set__FreeText5Row : void(uint8)
| | |___[MET] set__GridEndRow : void(uint8)
| | |___[MET] set__GridStartRow : void(uint8)
| | |___[MET] set__HasWatermark : void(bool)
| | |___[MET] set__ItemCol : void(uint8)
| | |___[MET] set__Landscape : void(bool)
| | |___[MET] set__LeftMargin : void(uint8)
| | |___[MET] set__LineFontSize : void(uint8)
| | |___[MET] set__LocationCol : void(uint8)
| | |___[MET] set__LogoCol : void(uint8)
| | |___[MET] set__LogoHeight : void(uint8)
| | |___[MET] set__LogoRow : void(uint8)
| | |___[MET] set__LogoWidth : void(uint8)
| | |___[MET] set__MessageCol : void(uint8)
| | |___[MET] set__MessageRow : void(uint8)
| | |___[MET] set__OrderNumberCol : void(uint8)
| | |___[MET] set__OrderNumberRow : void(uint8)
| | |___[MET] set__OurRefCol : void(uint8)
| | |___[MET] set__OurRefRow : void(uint8)
| | |___[MET] set__PageNumberPos : void(uint8)
| | |___[MET] set__PaymentCol : void(uint8)
| | |___[MET] set__PaymentDateCol : void(uint8)
| | |___[MET] set__PaymentDateRow : void(uint8)
| | |___[MET] set__PaymentFIKCodeCol : void(uint8)
| | |___[MET] set__PaymentFIKCodeRow : void(uint8)
| | |___[MET] set__PaymentRow : void(uint8)
| | |___[MET] set__PhotoCol : void(uint8)
| | |___[MET] set__PriceCol : void(uint8)
| | |___[MET] set__ProjectCol : void(uint8)
| | |___[MET] set__ProjectRow : void(uint8)
| | |___[MET] set__QtyCol : void(uint8)
| | |___[MET] set__RemarkCol : void(uint8)
| | |___[MET] set__RemarkRow : void(uint8)
| | |___[MET] set__RequisitionCol : void(uint8)
| | |___[MET] set__RequisitionRow : void(uint8)
| | |___[MET] set__RowHeight : void(uint8)
| | |___[MET] set__ShipmentCol : void(uint8)
| | |___[MET] set__ShipmentRow : void(uint8)
| | |___[MET] set__ShowTotals : void(bool)
| | |___[MET] set__TextCol : void(uint8)
| | |___[MET] set__TotalCol : void(uint8)
| | |___[MET] set__UnitCol : void(uint8)
| | |___[MET] set__Variant1Col : void(uint8)
| | |___[MET] set__Variant2Col : void(uint8)
| | |___[MET] set__VatPctCol : void(uint8)
| | |___[MET] set__VolumeCol : void(uint8)
| | |___[MET] set__WarehouseCol : void(uint8)
| | |___[MET] set__WatermarkCol : void(uint8)
| | |___[MET] set__WatermarkRow : void(uint8)
| | |___[MET] set__WeekCol : void(uint8)
| | |___[MET] set__WeightCol : void(uint8)
| | |___[MET] set__YourRefCol : void(uint8)
| | |___[MET] set__YourRefRow : void(uint8)
| | |___[MET] set__version : void(uint8)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UseFor : instance valuetype
Uniconta.DataModel.CompanyLayoutType()
| | |___[PTY] _AccountCol : instance uint8()
| | |___[PTY] _AccountRow : instance uint8()
| | |___[PTY] _AddressCol : instance uint8()
| | |___[PTY] _AddressRow : instance uint8()
| | |___[PTY] _CartonsLineCol : instance uint8()
| | |___[PTY] _CompanyAddressCol : instance uint8()
| | |___[PTY] _CompanyAddressRow : instance uint8()
| | |___[PTY] _CompanyBankCol : instance uint8()
| | |___[PTY] _CompanyBankRow : instance uint8()
| | |___[PTY] _CompanyFIKCol : instance uint8()
| | |___[PTY] _CompanyFIKRow : instance uint8()
| | |___[PTY] _CompanyIBANCol : instance uint8()
| | |___[PTY] _CompanyIBANRow : instance uint8()
| | |___[PTY] _CompanyRegNoCol : instance uint8()
| | |___[PTY] _CompanyRegNoRow : instance uint8()
| | |___[PTY] _CompanySWIFTCol : instance uint8()
| | |___[PTY] _CompanySWITFRow : instance uint8()
| | |___[PTY] _ContactCol : instance uint8()
| | |___[PTY] _ContactRow : instance uint8()
| | |___[PTY] _DateCol : instance uint8()
| | |___[PTY] _DateOrderCol : instance uint8()
| | |___[PTY] _DateRow : instance uint8()
| | |___[PTY] _DebtorRegNoCol : instance uint8()
| | |___[PTY] _DebtorRegNoRow : instance uint8()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _DeliveryCol : instance uint8()
| | |___[PTY] _DeliveryDateCol : instance uint8()
| | |___[PTY] _DeliveryDateRow : instance uint8()
| | |___[PTY] _DeliveryRow : instance uint8()
| | |___[PTY] _DeliveryTermCol : instance uint8()
| | |___[PTY] _DeliveryTermRow : instance uint8()
| | |___[PTY] _DiscountCol : instance uint8()
| | |___[PTY] _DocNameCol : instance uint8()
| | |___[PTY] _DocNameRow : instance uint8()
| | |___[PTY] _DocNumCol : instance uint8()
| | |___[PTY] _DocNumRow : instance uint8()
| | |___[PTY] _DocTextLength : instance uint8()
| | |___[PTY] _EANCol : instance uint8()
| | |___[PTY] _EANRow : instance uint8()
| | |___[PTY] _EmployeeCol : instance uint8()
| | |___[PTY] _Fileextension : instance valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes()
| | |___[PTY] _FitToPage : instance bool()
| | |___[PTY] _FreeText1Col : instance uint8()
| | |___[PTY] _FreeText1Row : instance uint8()
| | |___[PTY] _FreeText2Col : instance uint8()
| | |___[PTY] _FreeText2Row : instance uint8()
| | |___[PTY] _FreeText3Col : instance uint8()
| | |___[PTY] _FreeText3Row : instance uint8()
| | |___[PTY] _FreeText4Col : instance uint8()
| | |___[PTY] _FreeText4Row : instance uint8()
| | |___[PTY] _FreeText5Col : instance uint8()
| | |___[PTY] _FreeText5Row : instance uint8()
| | |___[PTY] _GridEndRow : instance uint8()
| | |___[PTY] _GridStartRow : instance uint8()
| | |___[PTY] _HasWatermark : instance bool()
| | |___[PTY] _ItemCol : instance uint8()
| | |___[PTY] _Landscape : instance bool()
| | |___[PTY] _LeftMargin : instance uint8()
| | |___[PTY] _LineFontSize : instance uint8()
| | |___[PTY] _LocationCol : instance uint8()
| | |___[PTY] _LogoCol : instance uint8()
| | |___[PTY] _LogoHeight : instance uint8()
| | |___[PTY] _LogoRow : instance uint8()
| | |___[PTY] _LogoWidth : instance uint8()
| | |___[PTY] _MessageCol : instance uint8()
| | |___[PTY] _MessageRow : instance uint8()
| | |___[PTY] _OrderNumberCol : instance uint8()
| | |___[PTY] _OrderNumberRow : instance uint8()
| | |___[PTY] _OurRefCol : instance uint8()
| | |___[PTY] _OurRefRow : instance uint8()
| | |___[PTY] _PageNumberPos : instance uint8()
| | |___[PTY] _PaymentCol : instance uint8()
| | |___[PTY] _PaymentDateCol : instance uint8()
| | |___[PTY] _PaymentDateRow : instance uint8()
| | |___[PTY] _PaymentFIKCodeCol : instance uint8()
| | |___[PTY] _PaymentFIKCodeRow : instance uint8()
| | |___[PTY] _PaymentRow : instance uint8()
| | |___[PTY] _PhotoCol : instance uint8()
| | |___[PTY] _PriceCol : instance uint8()
| | |___[PTY] _ProjectCol : instance uint8()
| | |___[PTY] _ProjectRow : instance uint8()
| | |___[PTY] _QtyCol : instance uint8()
| | |___[PTY] _RemarkCol : instance uint8()
| | |___[PTY] _RemarkRow : instance uint8()
| | |___[PTY] _RequisitionCol : instance uint8()
| | |___[PTY] _RequisitionRow : instance uint8()
| | |___[PTY] _RowHeight : instance uint8()
| | |___[PTY] _ShipmentCol : instance uint8()
| | |___[PTY] _ShipmentRow : instance uint8()
| | |___[PTY] _ShowTotals : instance bool()
| | |___[PTY] _TextCol : instance uint8()
| | |___[PTY] _TotalCol : instance uint8()
| | |___[PTY] _UnitCol : instance uint8()
| | |___[PTY] _Variant1Col : instance uint8()
| | |___[PTY] _Variant2Col : instance uint8()
| | |___[PTY] _VatPctCol : instance uint8()
| | |___[PTY] _VolumeCol : instance uint8()
| | |___[PTY] _WarehouseCol : instance uint8()
| | |___[PTY] _WatermarkCol : instance uint8()
| | |___[PTY] _WatermarkRow : instance uint8()
| | |___[PTY] _WeekCol : instance uint8()
| | |___[PTY] _WeightCol : instance uint8()
| | |___[PTY] _YourRefCol : instance uint8()
| | |___[PTY] _YourRefRow : instance uint8()
| | |___[PTY] _version : instance uint8()
| |
| |___[ENU] Uniconta.DataModel.CompanyDocumentUse
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AccountStatement : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] BodyOfEmail : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] Collection : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] CollectionLetter1 : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] CollectionLetter2 : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] CollectionLetter3 : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] CompanyLogo : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] Icon : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] InterestNote : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[STF] TopBarLogo : public static literal valuetype
Uniconta.DataModel.CompanyDocumentUse
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.CompanyFinanceYear
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _BalanceText : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _MonthStatus : private int64
| | |___[FLD] _PLText : public string
| | |___[FLD] _PrimoSerie : public string
| | |___[FLD] _PrimoVoucher : public int32
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] OpenAll : void()
| | |___[MET] PeriodStateGet : valuetype
Uniconta.DataModel.FinancePeriodeState(valuetype [mscorlib]System.DateTime)
| | |___[MET] PeriodStateGet : valuetype
Uniconta.DataModel.FinancePeriodeState(int32)
| | |___[MET] PeriodStateSet : void(int32,valuetype
Uniconta.DataModel.FinancePeriodeState)
| | |___[MET] PeriodStateSet : void(valuetype
[mscorlib]System.DateTime,valuetype Uniconta.DataModel.FinancePeriodeState)
| | |___[MET] PeriodeEnd : valuetype [mscorlib]System.DateTime(int32)
| | |___[MET] PeriodeStart : valuetype [mscorlib]System.DateTime(int32)
| | |___[MET] SetAll : void(valuetype
Uniconta.DataModel.FinancePeriodeState)
| | |___[STM] StateValue : valuetype
Uniconta.DataModel.FinancePeriodeState(int64,int32)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Blocked : bool()
| | |___[MET] get_Closed : bool()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_NumberOfPeriods : int32()
| | |___[MET] get_Open : bool()
| | |___[MET] get__Current : bool()
| | |___[MET] get__State : valuetype
Uniconta.DataModel.FinancePeriodeState()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Current : void(bool)
| | |___[MET] set__State : void(valuetype
Uniconta.DataModel.FinancePeriodeState)
| | |___[PTY] Blocked : instance bool()
| | |___[PTY] Closed : instance bool()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] NumberOfPeriods : instance int32()
| | |___[PTY] Open : instance bool()
| | |___[PTY] _Current : instance bool()
| | |___[PTY] _State : instance valuetype
Uniconta.DataModel.FinancePeriodeState()
| |
| |___[CLS] Uniconta.DataModel.CompanyGroup
| | | .class public abstract auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Data : famorassem uint8[]
| | |___[FLD] _Flags : famorassem uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __SetupType : uint8()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| |
| |___[ENU] Uniconta.DataModel.CompanyLayoutType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Creditnote : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] Offer : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] OrderConfirmation : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] Packnote : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] PurchaseInvoice : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] PurchaseOrder : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] PurchasePacknote : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[STF] Requisition : public static literal valuetype
Uniconta.DataModel.CompanyLayoutType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.CompanyNumber
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Number : public int32
| | |___[FLD] _RowType : public valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.CompanyNumberType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] ContactRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] DCOrderRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] DCTransRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] DefRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] FrmFollowUpRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] GLJournalRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] InvJournalRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] InvPricelistRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] InvRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] InvTrans : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] NoRefRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] NoRefRowId2 : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] ProjectTransRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] ProspectRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] PurchaceOrder : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] SalesInvoice : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] SalesOffer : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] SalesOrder : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[STF] TableDataRowId : public static literal valuetype
Uniconta.DataModel.CompanyNumberType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.CompanyPaymentSetup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CompanySetup
| | |___[FLD] _AgreementId : public string
| | |___[FLD] _ContractorAccount : public string
| | |___[FLD] _ContractorNumber : public string
| | |___[FLD] _CreditAccount : public string
| | |___[FLD] _DataSender : public string
| | |___[FLD] _Kid : public string
| | |___[FLD] _ShipmentNumber : public int64
| | |___[MET] .ctor : void()
| | |___[MET] __SetupType : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| |
| |___[CLS] Uniconta.DataModel.CompanySettings
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CreditorVoucherSerie : public string
| | |___[FLD] _DebtorVoucherSerie : public string
| | |___[FLD] _EmailSendFrom : public string
| | |___[FLD] _EmailSubject : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _InterestAccount : public string
| | |___[FLD] _InterestDueDays : public uint8
| | |___[FLD] _InterestNumberSerie : public string
| | |___[FLD] _InterestRate : public float64
| | |___[FLD] _InterestVoucherSerie : public string
| | |___[FLD] _InventoryJournalSerie : public string
| | |___[FLD] _NameInEmail : public string
| | |___[FLD] _PurchaceOrder : public int32
| | |___[FLD] _SalesInvoice : public int32
| | |___[FLD] _SalesOffer : public int32
| | |___[FLD] _SalesOrder : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetCompanyId : void(class Uniconta.DataModel.Company)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__UseVoucherAsInvoice : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__UseVoucherAsInvoice : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _UseVoucherAsInvoice : instance bool()
| |
| |___[CLS] Uniconta.DataModel.CompanySetup
| | | .class public abstract auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Data : famorassem uint8[]
| | |___[FLD] _Flags : famorassem uint8
| | |___[FLD] _Language : public valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SubType : famorassem uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __SetupType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Default : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Default : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Default : instance bool()
| |
| |___[ENU] Uniconta.DataModel.CompanyTypeType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Client : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[STF] Demo : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[STF] Evaluation : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[STF] Partner : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[STF] Test : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[STF] Training : public static literal valuetype
Uniconta.DataModel.CompanyTypeType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.CompanyUserAccess
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] Role : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _LoginId : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Rights : public int64
| | |___[FLD] _Uid : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.Contact
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _EAN : public string
| | |___[FLD] _Email : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Interests : public int64
| | |___[FLD] _Mobil : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Products : public int64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Title : public valuetype Uniconta.DataModel.ContactTitle
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__AccountStatement : bool()
| | |___[MET] get__CollectionLetter : bool()
| | |___[MET] get__Confirmation : bool()
| | |___[MET] get__InterestNote : bool()
| | |___[MET] get__Invoice : bool()
| | |___[MET] get__Offer : bool()
| | |___[MET] get__Packnote : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__AccountStatement : void(bool)
| | |___[MET] set__CollectionLetter : void(bool)
| | |___[MET] set__Confirmation : void(bool)
| | |___[MET] set__InterestNote : void(bool)
| | |___[MET] set__Invoice : void(bool)
| | |___[MET] set__Offer : void(bool)
| | |___[MET] set__Packnote : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _AccountStatement : instance bool()
| | |___[PTY] _CollectionLetter : instance bool()
| | |___[PTY] _Confirmation : instance bool()
| | |___[PTY] _InterestNote : instance bool()
| | |___[PTY] _Invoice : instance bool()
| | |___[PTY] _Offer : instance bool()
| | |___[PTY] _Packnote : instance bool()
| |
| |___[ENU] Uniconta.DataModel.ContactTitle
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Apprentice : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Contact : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Director : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Employee : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Finance : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Freelance : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Legal : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Marketing : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Owner : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] ProjectResponsible : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Purchase : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Sales : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Secretary : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Supervisor : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Support : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[STF] Technician : public static literal valuetype
Uniconta.DataModel.ContactTitle
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.ContentTypes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BankStatement : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Documentation : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Documents : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] EmployeeExpense : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Expenses : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Hotel : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] HourStatement : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] PersonalExpense : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] PurchaseInvoice : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Receipt : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Restaurant : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Statement : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] TravelExpense : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] Unknown : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[STF] YearlyDeclaration : public static literal valuetype
Uniconta.DataModel.ContentTypes
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.ConvertFromType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] C5 : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[STF] Eco : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[STF] Nav : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[STF] NotConverted : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[STF] Other : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[STF] eCtrl : public static literal valuetype
Uniconta.DataModel.ConvertFromType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.CostRecognitionType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] DirectExpense : public static literal valuetype
Uniconta.DataModel.CostRecognitionType
| | |___[STF] WIP : public static literal valuetype
Uniconta.DataModel.CostRecognitionType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.CostType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Average : public static literal valuetype
Uniconta.DataModel.CostType
| | |___[STF] FIFO : public static literal valuetype
Uniconta.DataModel.CostType
| | |___[STF] Fixed : public static literal valuetype
Uniconta.DataModel.CostType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.Creditor
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCAccount
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorAgeTotal
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCAgeTotal
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorInvTrans
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvTrans
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorInvoice
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCInvoice
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorInvoiceLineNote
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCInvoiceLineNote
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorLayoutGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCLayoutGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __SetupType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorOrder
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrder
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| | |___[MET] get_KeyName : string()
| | |___[PTY] KeyName : instance string()
| |
| |___[CLS] Uniconta.DataModel.CreditorOrderCost
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.CreditorOrderCostLine
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostGroup : public string
| | |___[FLD] _Distribution : public uint8
| | |___[FLD] _OrderRowId : private int32
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_OrderRowId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] OrderRowId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.CreditorOrderGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorOrderLine
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderLine
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorPaymentFormat
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _BankAccount : public string
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Data : famorassem uint8[]
| | |___[FLD] _ExportFormat : public valuetype
Uniconta.DataModel.ExportFormatType
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Format : public string
| | |___[FLD] _Journal : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private uint8
| | |___[FLD] _SetupType : famorassem valuetype
Uniconta.DataModel.ExportFormatType
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __SetupType : valuetype Uniconta.DataModel.ExportFormatType()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] get__PaymentGrouping : valuetype
Uniconta.DataModel.PaymentGroupingType()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__PaymentGrouping : void(valuetype
Uniconta.DataModel.PaymentGroupingType)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _PaymentGrouping : instance valuetype
Uniconta.DataModel.PaymentGroupingType()
| |
| |___[CLS] Uniconta.DataModel.CreditorPaymentReference
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PaymentFileId : public int32
| | |___[FLD] _PaymentRefId : public int32
| | |___[FLD] _TransDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _TransRowId : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.CreditorPriceList
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvPriceList
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorTrans
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCTrans
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CreditorTransOpen
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCTransOpen
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmCampaign
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] _CampaignType : public valuetype
Uniconta.DataModel.CampaignType
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Employee : public string
| | |___[FLD] _Ended : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Group : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _StartDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Status : public valuetype Uniconta.DataModel.CampaignStatus
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.CrmCampaignGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmCampaignMember
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _Account : public string
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Address3 : public string
| | |___[FLD] _Campaign : public int32
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _DCRowId : public int32
| | |___[FLD] _DCType : public valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[FLD] _Name : public string
| | |___[FLD] _Phone : public string
| | |___[FLD] _ZipCode : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.CrmCampaignMemberType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Contact : public static literal valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[STF] Creditor : public static literal valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[STF] Debtor : public static literal valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[STF] Prospect : public static literal valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.CrmFollowUp
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[STF] CLASSID : private static literal int32
| | |___[FLD] _Account : public string
| | |___[FLD] _Action : public valuetype Uniconta.DataModel.FollowUpAction
| | |___[FLD] _Amount : public float64
| | |___[FLD] _Campaign : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCType : public valuetype
Uniconta.DataModel.CrmCampaignMemberType
| | |___[FLD] _Employee : public string
| | |___[FLD] _Ended : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _FollowUp : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Group : public string
| | |___[FLD] _Probability : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| |
| |___[CLS] Uniconta.DataModel.CrmFollowUpGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmInterest
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CrmMember
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __GrpType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmMember
| | | .class public auto ansi beforefieldinit
| | | implements [System]System.ComponentModel.INotifyPropertyChanged
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[FLD] _CompanyId : private int32
| | |___[STF] _GrpType : private static literal uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private uint8
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[STM] GetMemberMask : string(int64,class
[Uniconta.Common]Uniconta.Common.SQLCache)
| | |___[STM] GetMemberMask : string(int32,int64,class
[mscorlib]System.Type)
| | |___[MET] NotifyPropertyChanged : void(string)
| | |___[STM] SetMemberMask : int64(string,class
[Uniconta.Common]Uniconta.Common.SQLCache)
| | |___[STM] SetMemberMask : int64(int32,string,class
[mscorlib]System.Type)
| | |___[MET] Version : int32(int32)
| | |___[MET] __GrpType : uint8()
| | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CalculatedFields : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CalculatedFields : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.CrmProduct
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CrmMember
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __GrpType : uint8()
| |
| |___[CLS] Uniconta.DataModel.CrmProspect
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Address3 : public string
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _ContactPerson : public string
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _EAN : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Interests : public int64
| | |___[FLD] _InvoiceEmail : public string
| | |___[FLD] _ItemNameGroup : public string
| | |___[FLD] _Language : public valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[FLD] _LayoutGroup : public string
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _MobilPhone : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Phone : public string
| | |___[FLD] _PriceGroup : public valuetype
[mscorlib]System.Nullable`1<uint8>
| | |___[FLD] _PriceList : public string
| | |___[FLD] _Products : public int64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _VatZone : public valuetype Uniconta.DataModel.VatZones
| | |___[FLD] _ZipCode : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__Blocked : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__Blocked : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _Blocked : instance bool()
| |
| |___[ENU] Uniconta.DataModel.CustomTypeCode
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AppEnum : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Boolean : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Date : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] DateTime : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Double : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Empty : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Enum : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Integer : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Money : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] Single : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[STF] String : public static literal valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.DCAccount
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[FLD] _Account : public string
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Address3 : public string
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _ContactPerson : public string
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _CreditMax : public float64
| | |___[FLD] _CrmGroup : public string
| | |___[FLD] _CurBalance : public float64
| | |___[FLD] _CurBalanceCur : public float64
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _DeliveryAddress1 : public string
| | |___[FLD] _DeliveryAddress2 : public string
| | |___[FLD] _DeliveryAddress3 : public string
| | |___[FLD] _DeliveryCity : public string
| | |___[FLD] _DeliveryCountry : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _DeliveryName : public string
| | |___[FLD] _DeliveryTerm : public string
| | |___[FLD] _DeliveryZipCode : public string
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _EAN : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Interests : public int64
| | |___[FLD] _InvoiceAccount : public string
| | |___[FLD] _InvoiceEmail : public string
| | |___[FLD] _ItemNameGroup : public string
| | |___[FLD] _Language : public valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[FLD] _LastInvoice : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _LayoutGroup : public string
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _MobilPhone : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Overdue : public float64
| | |___[FLD] _OverdueCur : public float64
| | |___[FLD] _Payment : public string
| | |___[FLD] _PaymentFormat : public string
| | |___[FLD] _PaymentId : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] _Phone : public string
| | |___[FLD] _PostingAccount : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PriceGroup : public valuetype
[mscorlib]System.Nullable`1<uint8>
| | |___[FLD] _PriceList : public string
| | |___[FLD] _Products : public int64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SWIFT : public string
| | |___[FLD] _Shipment : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _VatZone : public valuetype Uniconta.DataModel.VatZones
| | |___[FLD] _Withholding : public string
| | |___[FLD] _ZipCode : public string
| | |___[FLD] _lastPayment : public valuetype [mscorlib]System.DateTime
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] CopyFrom : void(class Uniconta.DataModel.CrmProspect)
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_Address : string()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_Balance : float64()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__InvoiceInXML : bool()
| | |___[MET] get__OneTimeClient : bool()
| | |___[MET] get__PricesInclVat : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__InvoiceInXML : void(bool)
| | |___[MET] set__OneTimeClient : void(bool)
| | |___[MET] set__PricesInclVat : void(bool)
| | |___[PTY] Address : instance string()
| | |___[PTY] Attachment : instance object()
| | |___[PTY] Balance : instance float64()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _InvoiceInXML : instance bool()
| | |___[PTY] _OneTimeClient : instance bool()
| | |___[PTY] _PricesInclVat : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DCAgeTotal
| | | .class public abstract auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _Amount : public float64[]
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime[]
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.DCGroup
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _AutoNumber : public string
| | |___[FLD] _CompanyId : private int32
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _EndDiscountAccount : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _PriceList : public string
| | |___[FLD] _RevenueAccount : public string
| | |___[FLD] _RevenueAccount1 : public string
| | |___[FLD] _RevenueAccount2 : public string
| | |___[FLD] _RevenueAccount3 : public string
| | |___[FLD] _RevenueAccount4 : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SettlementDiscountAccount : public string
| | |___[FLD] _SummeryAccount : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Vat1 : public string
| | |___[FLD] _Vat2 : public string
| | |___[FLD] _Vat3 : public string
| | |___[FLD] _Vat4 : public string
| | |___[FLD] _VatOpr : public string
| | |___[FLD] _VatOpr1 : public string
| | |___[FLD] _VatOpr2 : public string
| | |___[FLD] _VatOpr3 : public string
| | |___[FLD] _VatOpr4 : public string
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] get__RevenueFollowDC : bool()
| | |___[MET] get__UseFirstIfBlank : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__RevenueFollowDC : void(bool)
| | |___[MET] set__UseFirstIfBlank : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _RevenueFollowDC : instance bool()
| | |___[PTY] _UseFirstIfBlank : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DCGroupPosting
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostAccount : public string
| | |___[FLD] _CostAccount1 : public string
| | |___[FLD] _CostAccount2 : public string
| | |___[FLD] _CostAccount3 : public string
| | |___[FLD] _CostAccount4 : public string
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _InvGroup : public string
| | |___[FLD] _RevenueAccount : public string
| | |___[FLD] _RevenueAccount1 : public string
| | |___[FLD] _RevenueAccount2 : public string
| | |___[FLD] _RevenueAccount3 : public string
| | |___[FLD] _RevenueAccount4 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.DCInvoice
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements Uniconta.DataModel.ITableFieldData
| | |___[FLD] _Cartons : public float64
| | |___[FLD] _CashDiscount : public float64
| | |___[FLD] _CashDiscountDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CompanyId : family int32
| | |___[FLD] _ContactName : public string
| | |___[FLD] _ContactRef : public int32
| | |___[FLD] _CostValue : public float64
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCAccount : public string
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeliveryAccount : public string
| | |___[FLD] _DeliveryAddress1 : public string
| | |___[FLD] _DeliveryAddress2 : public string
| | |___[FLD] _DeliveryAddress3 : public string
| | |___[FLD] _DeliveryCity : public string
| | |___[FLD] _DeliveryCountry : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _DeliveryDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeliveryName : public string
| | |___[FLD] _DeliveryTerm : public string
| | |___[FLD] _DeliveryZipCode : public string
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Employee : public string
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _ExchangeRate : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Installation : public string
| | |___[FLD] _InvoiceNumber : public int64
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LayoutGroup : public string
| | |___[FLD] _LineTotal : public float64
| | |___[FLD] _NoEndDiscountAmount : public float64
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _OrderCreated : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _OrderNumber : public int32
| | |___[FLD] _OurRef : public string
| | |___[FLD] _Payment : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _Remark : public string
| | |___[FLD] _Requisition : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SendTime : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Shipment : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Vat2 : public string
| | |___[FLD] _Vat3 : public string
| | |___[FLD] _VatBase : public float64
| | |___[FLD] _VatBase2 : public float64
| | |___[FLD] _VatBase3 : public float64
| | |___[FLD] _VatPct : public float64
| | |___[FLD] _VatPct2 : public float64
| | |___[FLD] _VatPct3 : public float64
| | |___[FLD] _VatZone : family uint8
| | |___[FLD] _VoidInvoice : public int32
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _WithholdingPct : public float64
| | |___[FLD] _YourRef : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] GetVatPct : float64(string)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] _CalcEndDiscount : float64(float64)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get_VatZoneEnum : valuetype Uniconta.DataModel.VatZones()
| | |___[MET] get__Attachment : bool()
| | |___[MET] get__CostRestated : bool()
| | |___[MET] get__Deleted : bool()
| | |___[MET] get__EndDiscount : float64()
| | |___[MET] get__Margin : float64()
| | |___[MET] get__NoItemUpdate : bool()
| | |___[MET] get__PricesInclVat : bool()
| | |___[MET] get__RoundTo100 : bool()
| | |___[MET] get__SumTotal : float64()
| | |___[MET] get__SumTotalCompCur : float64()
| | |___[MET] get__Total : float64()
| | |___[MET] get__VatTotal : float64()
| | |___[MET] get__VatTotal2 : float64()
| | |___[MET] get__VatTotal3 : float64()
| | |___[MET] get__Withholding : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] VatZoneEnum : instance valuetype Uniconta.DataModel.VatZones()
| | |___[PTY] _Attachment : instance bool()
| | |___[PTY] _CostRestated : instance bool()
| | |___[PTY] _Deleted : instance bool()
| | |___[PTY] _EndDiscount : instance float64()
| | |___[PTY] _Margin : instance float64()
| | |___[PTY] _NoItemUpdate : instance bool()
| | |___[PTY] _PricesInclVat : instance bool()
| | |___[PTY] _RoundTo100 : instance bool()
| | |___[PTY] _SumTotal : instance float64()
| | |___[PTY] _SumTotalCompCur : instance float64()
| | |___[PTY] _Total : instance float64()
| | |___[PTY] _VatTotal : instance float64()
| | |___[PTY] _VatTotal2 : instance float64()
| | |___[PTY] _VatTotal3 : instance float64()
| | |___[PTY] _Withholding : instance float64()
| |
| |___[CLS] Uniconta.DataModel.DCInvoiceLineNote
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CustomFields : family uint8[]
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _DateOnOrder : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ExpectedDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _InvoiceRowId : private int32
| | |___[FLD] _LineNumber : private int32
| | |___[FLD] _Note : public string
| | |___[FLD] _Remaining : public float64
| | |___[FLD] _Week : public uint8
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| |
| |___[CLS] Uniconta.DataModel.DCLayoutGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CompanyGroup
| | |___[FLD] _CollectionCurRep : public string
| | |___[FLD] _CollectionEmail : public string
| | |___[FLD] _CollectionRep : public string
| | |___[FLD] _Creditnote : public string
| | |___[FLD] _CreditnoteEmail : public string
| | |___[FLD] _CreditnoteRep : public string
| | |___[FLD] _FIK : public string
| | |___[FLD] _IBAN : public string
| | |___[FLD] _InterestNoteCurRep : public string
| | |___[FLD] _InterestNoteEmail : public string
| | |___[FLD] _InterestNoteRep : public string
| | |___[FLD] _Invoice : public string
| | |___[FLD] _InvoiceEmail : public string
| | |___[FLD] _InvoiceRep : public string
| | |___[FLD] _NationalBank : public string
| | |___[FLD] _Offer : public string
| | |___[FLD] _OfferEmail : public string
| | |___[FLD] _OfferRep : public string
| | |___[FLD] _OrderConfirmation : public string
| | |___[FLD] _OrderConfirmationEmail : public string
| | |___[FLD] _OrderConfirmationRep : public string
| | |___[FLD] _Packnote : public string
| | |___[FLD] _PacknoteEmail : public string
| | |___[FLD] _PacknoteRep : public string
| | |___[FLD] _PhotoAttachmentGroup : public string
| | |___[FLD] _PurchaseInvoiceRep : public string
| | |___[FLD] _PurchaseOrderEmail : public string
| | |___[FLD] _PurchaseOrderRep : public string
| | |___[FLD] _PurchasePacknoteEmail : public string
| | |___[FLD] _PurchasePacknoteRep : public string
| | |___[FLD] _PurchaseRequestEmail : public string
| | |___[FLD] _PurchaseRequestRep : public string
| | |___[FLD] _PurchaseRequisitionEmail : public string
| | |___[FLD] _PurchaseRequisitionRep : public string
| | |___[FLD] _SWIFT : public string
| | |___[FLD] _StatementCurEmail : public string
| | |___[FLD] _StatementCurRep : public string
| | |___[FLD] _StatementEmail : public string
| | |___[FLD] _StatementRep : public string
| | |___[MET] .ctor : void()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| |
| |___[CLS] Uniconta.DataModel.DCOrder
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <Attachments>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>
| | |___[FLD] <Contacts>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>
| | |___[FLD] <InventoryTransactions>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>
| | |___[FLD] <Notes>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>
| | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[FLD] _Approver : public string
| | |___[FLD] _CachDiscount : public float64
| | |___[FLD] _CashDiscountDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ConfirmPrinted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ContactName : public string
| | |___[FLD] _ContactRef : public int32
| | |___[FLD] _CostValue : public float64
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCAccount : public string
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _DeliveryAddress1 : public string
| | |___[FLD] _DeliveryAddress2 : public string
| | |___[FLD] _DeliveryAddress3 : public string
| | |___[FLD] _DeliveryCity : public string
| | |___[FLD] _DeliveryCountry : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _DeliveryDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeliveryName : public string
| | |___[FLD] _DeliveryTerm : public string
| | |___[FLD] _DeliveryZipCode : public string
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Employee : public string
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Installation : public string
| | |___[FLD] _InvoiceAccount : public string
| | |___[FLD] _InvoiceAmount : public float64
| | |___[FLD] _InvoiceDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _InvoiceInterval : public valuetype
Uniconta.DataModel.RecurringMethod
| | |___[FLD] _InvoiceNumber : public int64
| | |___[FLD] _LastInvoice : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _LayoutGroup : public string
| | |___[FLD] _Lines : public int32
| | |___[FLD] _NextInvoice : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _OrderNumber : public int32
| | |___[FLD] _OrderTotal : public float64
| | |___[FLD] _OurRef : public string
| | |___[FLD] _PackNotePrinted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Payment : public string
| | |___[FLD] _PaymentId : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] _PostingAccount : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PriceList : public string
| | |___[FLD] _ProdItem : public string
| | |___[FLD] _ProdQty : public float64
| | |___[FLD] _Project : public string
| | |___[FLD] _Prospect : public int32
| | |___[FLD] _RelatedOrder : public int32
| | |___[FLD] _Remark : public string
| | |___[FLD] _Requisition : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SalesValue : public float64
| | |___[FLD] _Shipment : public string
| | |___[FLD] _SubscriptionEnded : public valuetype
[mscorlib]System.DateTime
| | |___[FLD] _TotalQty : public float64
| | |___[FLD] _TransType : public string
| | |___[FLD] _UpdatedAt : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _VoidInvoice : public int64
| | |___[FLD] _YourRef : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] NotifyPropertyChanged : void(string)
| | |___[STM] OrderClassId : int32(uint8)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] get_Approved : bool()
| | |___[MET] get_Approver : string()
| | |___[MET] get_Attachment : object()
| | | get_Attachments : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | |___[MET] get_CalculatedFields : object()
| | |___[MET] get_CategoryName : string()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_ContactName : string()
| | |___[MET] get_ContactRef : int32()
| | | get_Contacts : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | |___[MET] get_CostValue : float64()
| | |___[MET] get_Created : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_Currency : string()
| | |___[MET] get_DeleteLines : bool()
| | |___[MET] get_DeleteOrder : bool()
| | |___[MET] get_DeliveryAddress1 : string()
| | |___[MET] get_DeliveryAddress2 : string()
| | |___[MET] get_DeliveryAddress3 : string()
| | |___[MET] get_DeliveryCity : string()
| | | get_DeliveryCountry : valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | | get_DeliveryDate : valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>()
| | |___[MET] get_DeliveryName : string()
| | |___[MET] get_DeliveryTerm : string()
| | |___[MET] get_DeliveryTermName : string()
| | |___[MET] get_DeliveryZipCode : string()
| | |___[MET] get_Dimension1 : string()
| | |___[MET] get_Dimension2 : string()
| | |___[MET] get_Dimension3 : string()
| | |___[MET] get_Dimension4 : string()
| | |___[MET] get_Dimension5 : string()
| | |___[MET] get_DocumentRef : int32()
| | |___[MET] get_Employee : string()
| | |___[MET] get_EmployeeRef : class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | |___[MET] get_EndDiscountPct : float64()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_Installation : string()
| | |___[MET] get_InstallationRef : class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | | get_InventoryTransactions : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | |___[MET] get_InvoiceDate : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_LastInvoice : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_NoLines : int32()
| | | get_Notes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | |___[MET] get_OrderTotal : float64()
| | |___[MET] get_Ordertype : valuetype Uniconta.DataModel.OrderType()
| | |___[MET] get_OurRef : string()
| | |___[MET] get_PackNotePrinted : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_Payment : string()
| | |___[MET] get_PaymentGroup : class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | |___[MET] get_PrCategory : string()
| | |___[MET] get_PrCategoryRef : class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | |___[MET] get_Project : string()
| | |___[MET] get_ProjectName : string()
| | |___[MET] get_ProjectRef : class
Uniconta.ClientTools.DataModel.ProjectClient()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_Remark : string()
| | |___[MET] get_Requisition : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Settlements : int64()
| | |___[MET] get_Shipment : string()
| | |___[MET] get_ShipmentName : string()
| | |___[MET] get_TotalQty : float64()
| | |___[MET] get_TransType : string()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UpdatedOn : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get_YourRef : string()
| | |___[MET] get__Approved : bool()
| | |___[MET] get__DeleteLines : bool()
| | |___[MET] get__DeleteOrder : bool()
| | |___[MET] get__NoItemUpdate : bool()
| | |___[MET] get__PricesInclVat : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Approved : void(bool)
| | |___[MET] set_Approver : void(string)
| | |___[MET] set_Attachment : void(object)
| | | set_Attachments : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>)
| | |___[MET] set_ContactName : void(string)
| | | set_Contacts : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>)
| | |___[MET] set_Currency : void(string)
| | |___[MET] set_DeleteLines : void(bool)
| | |___[MET] set_DeleteOrder : void(bool)
| | |___[MET] set_DeliveryAddress1 : void(string)
| | |___[MET] set_DeliveryAddress2 : void(string)
| | |___[MET] set_DeliveryAddress3 : void(string)
| | |___[MET] set_DeliveryCity : void(string)
| | | set_DeliveryCountry : void(valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>)
| | | set_DeliveryDate : void(valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] set_DeliveryName : void(string)
| | |___[MET] set_DeliveryTerm : void(string)
| | |___[MET] set_DeliveryZipCode : void(string)
| | |___[MET] set_Dimension1 : void(string)
| | |___[MET] set_Dimension2 : void(string)
| | |___[MET] set_Dimension3 : void(string)
| | |___[MET] set_Dimension4 : void(string)
| | |___[MET] set_Dimension5 : void(string)
| | |___[MET] set_DocumentRef : void(int32)
| | |___[MET] set_Employee : void(string)
| | |___[MET] set_EndDiscountPct : void(float64)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_Installation : void(string)
| | | set_InventoryTransactions : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>)
| | |___[MET] set_InvoiceDate : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_NoLines : void(int32)
| | | set_Notes : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>)
| | |___[MET] set_OurRef : void(string)
| | |___[MET] set_Payment : void(string)
| | |___[MET] set_PrCategory : void(string)
| | |___[MET] set_Project : void(string)
| | |___[MET] set_Remark : void(string)
| | |___[MET] set_Requisition : void(string)
| | |___[MET] set_Settlements : void(int64)
| | |___[MET] set_Shipment : void(string)
| | |___[MET] set_TotalQty : void(float64)
| | |___[MET] set_TransType : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set_YourRef : void(string)
| | |___[MET] set__Approved : void(bool)
| | |___[MET] set__DeleteLines : void(bool)
| | |___[MET] set__DeleteOrder : void(bool)
| | |___[MET] set__NoItemUpdate : void(bool)
| | |___[MET] set__PricesInclVat : void(bool)
| | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[PTY] Approved : instance bool()
| | |___[PTY] Approver : instance string()
| | |___[PTY] Attachment : instance object()
| | |___[PTY] Attachments : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserDocsClient>()
| | |___[PTY] CalculatedFields : instance object()
| | |___[PTY] CategoryName : instance string()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] ContactName : instance string()
| | |___[PTY] ContactRef : instance int32()
| | |___[PTY] Contacts : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.ContactClient>()
| | |___[PTY] CostValue : instance float64()
| | |___[PTY] Created : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] Currency : instance string()
| | |___[PTY] DeleteLines : instance bool()
| | |___[PTY] DeleteOrder : instance bool()
| | |___[PTY] DeliveryAddress1 : instance string()
| | |___[PTY] DeliveryAddress2 : instance string()
| | |___[PTY] DeliveryAddress3 : instance string()
| | |___[PTY] DeliveryCity : instance string()
| | |___[PTY] DeliveryCountry : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.CountryCode>()
| | |___[PTY] DeliveryDate : instance valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>()
| | |___[PTY] DeliveryName : instance string()
| | |___[PTY] DeliveryTerm : instance string()
| | |___[PTY] DeliveryTermName : instance string()
| | |___[PTY] DeliveryZipCode : instance string()
| | |___[PTY] Dimension1 : instance string()
| | |___[PTY] Dimension2 : instance string()
| | |___[PTY] Dimension3 : instance string()
| | |___[PTY] Dimension4 : instance string()
| | |___[PTY] Dimension5 : instance string()
| | |___[PTY] DocumentRef : instance int32()
| | |___[PTY] Employee : instance string()
| | |___[PTY] EmployeeRef : instance class
Uniconta.ClientTools.DataModel.EmployeeClient()
| | |___[PTY] EndDiscountPct : instance float64()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] Installation : instance string()
| | |___[PTY] InstallationRef : instance class
Uniconta.ClientTools.DataModel.WorkInstallationClient()
| | |___[PTY] InventoryTransactions : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvTransClient>()
| | |___[PTY] InvoiceDate : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] LastInvoice : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] NoLines : instance int32()
| | |___[PTY] Notes : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.UserNotesClient>()
| | |___[PTY] OrderTotal : instance float64()
| | |___[PTY] Ordertype : instance valuetype Uniconta.DataModel.OrderType()
| | |___[PTY] OurRef : instance string()
| | |___[PTY] PackNotePrinted : instance valuetype
[mscorlib]System.DateTime()
| | |___[PTY] Payment : instance string()
| | |___[PTY] PaymentGroup : instance class
Uniconta.ClientTools.DataModel.PaymentTermClient()
| | |___[PTY] PrCategory : instance string()
| | |___[PTY] PrCategoryRef : instance class
Uniconta.ClientTools.DataModel.PrCategoryClient()
| | |___[PTY] Project : instance string()
| | |___[PTY] ProjectName : instance string()
| | |___[PTY] ProjectRef : instance class
Uniconta.ClientTools.DataModel.ProjectClient()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] Remark : instance string()
| | |___[PTY] Requisition : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Settlements : instance int64()
| | |___[PTY] Shipment : instance string()
| | |___[PTY] ShipmentName : instance string()
| | |___[PTY] TotalQty : instance float64()
| | |___[PTY] TransType : instance string()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UpdatedOn : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] YourRef : instance string()
| | |___[PTY] _Approved : instance bool()
| | |___[PTY] _DeleteLines : instance bool()
| | |___[PTY] _DeleteOrder : instance bool()
| | |___[PTY] _NoItemUpdate : instance bool()
| | |___[PTY] _PricesInclVat : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DCOrderGroup
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [System]System.ComponentModel.INotifyPropertyChanged
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[STF] MAX_DCTYPE : private static literal uint8
| | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[FLD] _CompanyId : assembly int32
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] NotifyPropertyChanged : void(string)
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CalculatedFields : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_Name : string()
| | |___[MET] get_Number : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_Name : void(string)
| | |___[MET] set_Number : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CalculatedFields : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] Name : instance string()
| | |___[PTY] Number : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.DCOrderLine
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] StorageMove : public valuetype
Uniconta.DataModel.StorageRegister
| | |___[FLD] _AmountEntered : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _EAN : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _ExpectedDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _LineNumber : public float64
| | |___[FLD] _Location : public string
| | |___[FLD] _Note : public string
| | |___[FLD] _OrderNumber : public int32
| | |___[FLD] _OrderRowId : private int32
| | |___[FLD] _PostingAccount : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Price : public float64
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _QtyDelivered : public float64
| | |___[FLD] _QtyNow : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SerieBatch : public string
| | |___[FLD] _Storage : public valuetype Uniconta.DataModel.StorageRegister
| | |___[FLD] _Text : public string
| | |___[FLD] _Unit : public valuetype Uniconta.DataModel.ItemUnit
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Warehouse : public string
| | |___[FLD] _Week : public uint8
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[STM] OrderLineClassId : int32(uint8)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_OrderRowId : int32()
| | |___[MET] get_Ordertype : valuetype Uniconta.DataModel.OrderType()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__DoInvoice : bool()
| | |___[MET] get__IgnoreBlocked : bool()
| | |___[MET] get__RegisterStorage : bool()
| | |___[MET] get__ReportAsFinished : bool()
| | |___[MET] get__ReportAsFinishedDeep : bool()
| | |___[MET] get__RoundTo100 : bool()
| | |___[MET] get__Subtotal : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__DoInvoice : void(bool)
| | |___[MET] set__IgnoreBlocked : void(bool)
| | |___[MET] set__RegisterStorage : void(bool)
| | |___[MET] set__ReportAsFinished : void(bool)
| | |___[MET] set__ReportAsFinishedDeep : void(bool)
| | |___[MET] set__Subtotal : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] OrderRowId : instance int32()
| | |___[PTY] Ordertype : instance valuetype Uniconta.DataModel.OrderType()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _DoInvoice : instance bool()
| | |___[PTY] _IgnoreBlocked : instance bool()
| | |___[PTY] _RegisterStorage : instance bool()
| | |___[PTY] _ReportAsFinished : instance bool()
| | |___[PTY] _ReportAsFinishedDeep : instance bool()
| | |___[PTY] _RoundTo100 : instance bool()
| | |___[PTY] _Subtotal : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DCOrderLineSerieBatch
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _InvSerieBatchRowId : private int32
| | |___[FLD] _Item : private string
| | |___[FLD] _OrderLineRowId : private int32
| | |___[FLD] _OrderRowId : private int32
| | |___[FLD] _Qty : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_InvSerieBatchRowId : int32()
| | |___[MET] get_Item : string()
| | |___[MET] get_OrderLineRowId : int32()
| | |___[MET] get_OrderRowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] InvSerieBatchRowId : instance int32()
| | |___[PTY] Item : instance string()
| | |___[PTY] OrderLineRowId : instance int32()
| | |___[PTY] OrderRowId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.DCPostType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Cancellation : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Collection : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] CollectionLetter : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Creditnote : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Discount : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] ExchangeRateDif : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Fee : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] InterestFee : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Other : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] PartialPayment : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Payment : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] PennyDif : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Prepayment : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] Rounding : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] VatRounding : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[STF] WriteOff : public static literal valuetype
Uniconta.DataModel.DCPostType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.DCTrans
| | | .class public auto ansi serializable beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] LocOb : public class Uniconta.ClientTools.Localization
| | |___[FLD] _Account : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _AmountCur : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeliveryAccount : public string
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ExchangeRegulated : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Invoice : public int64
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _PostType : public uint8
| | |___[FLD] _Project : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SettleAmount : public float64
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_TextFormat : string()
| | |___[MET] get__Open : bool()
| | |___[MET] get__Primo : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Open : void(bool)
| | |___[MET] set__Primo : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] TextFormat : instance string()
| | |___[PTY] _Open : instance bool()
| | |___[PTY] _Primo : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DCTransOpen
| | | .class public abstract auto ansi serializable beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] Interest : public int64
| | |___[FLD] InterestCur : public int64
| | |___[FLD] Trans : public class Uniconta.DataModel.DCTrans
| | |___[FLD] _AmountOpen : public float64
| | |___[FLD] _AmountOpenCur : public float64
| | |___[FLD] _CashDiscount : public float64
| | |___[FLD] _CashDiscountDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CollectionsLetters : public uint8
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _LastCollectionLetter : public valuetype
[mscorlib]System.DateTime
| | |___[FLD] _LastInterest : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Message : public string
| | |___[FLD] _Payment : public string
| | |___[FLD] _PaymentDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PaymentFormat : public string
| | |___[FLD] _PaymentId : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] _PaymentRefId : public int32
| | |___[FLD] _SWIFT : public string
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__OnHold : bool()
| | |___[MET] get__Paid : bool()
| | |___[MET] get__PaidOrOnHold : bool()
| | |___[MET] get__SendToCollection : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__OnHold : void(bool)
| | |___[MET] set__Paid : void(bool)
| | |___[MET] set__SendToCollection : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _OnHold : instance bool()
| | |___[PTY] _Paid : instance bool()
| | |___[PTY] _PaidOrOnHold : instance bool()
| | |___[PTY] _SendToCollection : instance bool()
| |
| |___[ENU] Uniconta.DataModel.DebitCreditPreference
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Credit : public static literal valuetype
Uniconta.DataModel.DebitCreditPreference
| | |___[STF] Debet : public static literal valuetype
Uniconta.DataModel.DebitCreditPreference
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.DebitCreditPreference
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.Debtor
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCAccount
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorAgeTotal
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCAgeTotal
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorEmailSetup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CompanySetup
| | |___[STF] SETUP_TYPE : public static literal int32
| | |___[FLD] _Bcc : public string
| | |___[FLD] _Body : public string
| | |___[FLD] _EmailSendFrom : public string
| | |___[FLD] _EmailSubject : public string
| | |___[FLD] _NameInEmail : public string
| | |___[FLD] _ReplyTo : public string
| | |___[FLD] _certificate : public uint8[]
| | |___[FLD] _host : public string
| | |___[FLD] _port : public int32
| | |___[FLD] _smtpPassword : public string
| | |___[FLD] _smtpUser : public string
| | |___[MET] .ctor : void()
| | |___[MET] __SetupType : uint8()
| | |___[MET] get__AddSenderToCC : bool()
| | |___[MET] get__AllowDifferentSender : bool()
| | |___[MET] get__EmailType : valuetype
Uniconta.DataModel.DebtorEmailType()
| | |___[MET] get__Html : bool()
| | |___[MET] get__Ssl : bool()
| | |___[MET] get__Unicode : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__AddSenderToCC : void(bool)
| | |___[MET] set__AllowDifferentSender : void(bool)
| | |___[MET] set__EmailType : void(valuetype
Uniconta.DataModel.DebtorEmailType)
| | |___[MET] set__Html : void(bool)
| | |___[MET] set__Ssl : void(bool)
| | |___[MET] set__Unicode : void(bool)
| | |___[PTY] _AddSenderToCC : instance bool()
| | |___[PTY] _AllowDifferentSender : instance bool()
| | |___[PTY] _EmailType : instance valuetype
Uniconta.DataModel.DebtorEmailType()
| | |___[PTY] _Html : instance bool()
| | |___[PTY] _Ssl : instance bool()
| | |___[PTY] _Unicode : instance bool()
| |
| |___[ENU] Uniconta.DataModel.DebtorEmailType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AccountStatement : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] Collection : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] CollectionLetter1 : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] CollectionLetter2 : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] CollectionLetter3 : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] InterestNote : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] Offer : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] OrderConfirmation : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] Packnote : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] PurchaseInvoice : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] PurchaseOrder : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[STF] Requisition : public static literal valuetype
Uniconta.DataModel.DebtorEmailType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.DebtorGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorInvTrans
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvTrans
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorInvoice
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCInvoice
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorInvoiceLineNote
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCInvoiceLineNote
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorLayoutGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCLayoutGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __SetupType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorMessage
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.CompanySetup
| | |___[STF] SETUP_TYPE : public static literal int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] __SetupType : uint8()
| | |___[MET] get__MessageType : valuetype
Uniconta.DataModel.DebtorEmailType()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__MessageType : void(valuetype
Uniconta.DataModel.DebtorEmailType)
| | |___[PTY] _MessageType : instance valuetype
Uniconta.DataModel.DebtorEmailType()
| |
| |___[CLS] Uniconta.DataModel.DebtorOffer
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrder
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| | |___[MET] get_KeyName : string()
| | |___[PTY] KeyName : instance string()
| |
| |___[CLS] Uniconta.DataModel.DebtorOfferLine
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderLine
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorOrder
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrder
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| | |___[MET] get_KeyName : string()
| | |___[PTY] KeyName : instance string()
| |
| |___[CLS] Uniconta.DataModel.DebtorOrderGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorOrderLine
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderLine
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorPriceList
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvPriceList
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorTrans
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCTrans
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DebtorTransOpen
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCTransOpen
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.DeliveryTerm
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[ENU] Uniconta.DataModel.DistributionType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BEC_CSV : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] BankData : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] CSV : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] DanskeBank_CSV : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] ISO20022_DK : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] ISO20022_NL : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] ISO20022_NO : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] NETS_Norge : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] Nordea_CSV : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[STF] SDC : public static literal valuetype
Uniconta.DataModel.DistributionType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.Distributor
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.Partner
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __PType : uint8()
| |
| |___[CLS] Uniconta.DataModel.Document
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _Approver1 : public string
| | |___[FLD] _Approver2 : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Content : public valuetype Uniconta.DataModel.ContentTypes
| | |___[FLD] _CostAccount : public string
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CreditorAccount : public string
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DocumentDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Fileextension : public valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Flags2 : private uint8
| | |___[FLD] _Invoice : public int64
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _PayAccount : public string
| | |___[FLD] _PayDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PaymentId : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] _PostingDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PostingInstruction : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _PurchaseNumber : public int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserLogidId : public string
| | |___[FLD] _UserName : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] .ctor : void(class Uniconta.DataModel.DocumentFolder)
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetFolderContent : class Uniconta.DataModel.DocumentFolder[]()
| | |___[MET] GetHashCode : int32()
| | |___[MET] SelectRowId : void(int32)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Approved : bool()
| | |___[MET] get__Approved2 : bool()
| | |___[MET] get__Attached : bool()
| | |___[MET] get__Folder : bool()
| | |___[MET] get__InFolder : bool()
| | |___[MET] get__Zipped : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Approved : void(bool)
| | |___[MET] set__Approved2 : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Approved : instance bool()
| | |___[PTY] _Approved2 : instance bool()
| | |___[PTY] _Attached : instance bool()
| | |___[PTY] _Folder : instance bool()
| | |___[PTY] _InFolder : instance bool()
| | |___[PTY] _Zipped : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DocumentFolder
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Content : public valuetype Uniconta.DataModel.ContentTypes
| | |___[FLD] _Fileextension : public valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void(class Uniconta.DataModel.Document)
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.DocumentNoRef
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Flags : private uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__Attached : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Attached : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _Attached : instance bool()
| |
| |___[CLS] Uniconta.DataModel.DynamicClass
| | | .class public abstract auto ansi beforefieldinit
| | |___[MET] .ctor : void()
| | |___[MET] ToString : string()
| |
| |___[CLS] Uniconta.DataModel.DynamicExpression
| | | .class public abstract auto ansi sealed beforefieldinit
| | | CreateClass : class [mscorlib]System.Type(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DynamicProperty>)
| | |___[STM] CreateClass : class [mscorlib]System.Type(class
Uniconta.DataModel.DynamicProperty[])
| | |___[STM] Parse : class
[System.Core]System.Linq.Expressions.Expression(class
[mscorlib]System.Type,string,object[])
| | | ParseLambda : class
[System.Core]System.Linq.Expressions.Expression`1<class [mscorlib]System.Func`2<!!
T,!!S>> <T,S>(string,object[])
| | |___[STM] ParseLambda : class
[System.Core]System.Linq.Expressions.LambdaExpression(class
[System.Core]System.Linq.Expressions.ParameterExpression[],class
[mscorlib]System.Type,string,object[])
| | |___[STM] ParseLambda : class
[System.Core]System.Linq.Expressions.LambdaExpression(class
[mscorlib]System.Type,class [mscorlib]System.Type,string,object[])
| |
| |___[CLS] Uniconta.DataModel.DynamicOrdering
| | | .class public auto ansi beforefieldinit
| | |___[FLD] Ascending : public bool
| | |___[FLD] Selector : public class
[System.Core]System.Linq.Expressions.Expression
| | |___[MET] .ctor : void()
| |
| |___[CLS] Uniconta.DataModel.DynamicProperty
| | | .class public auto ansi beforefieldinit
| | |___[FLD] name : private string
| | |___[FLD] type : private class [mscorlib]System.Type
| | |___[MET] .ctor : void(string,class [mscorlib]System.Type)
| | |___[MET] get_Name : string()
| | |___[MET] get_Type : class [mscorlib]System.Type()
| | |___[PTY] Name : instance string()
| | |___[PTY] Type : instance class [mscorlib]System.Type()
| |
| |___[CLS] Uniconta.DataModel.DynamicQueryable
| | | .class public abstract auto ansi sealed beforefieldinit
| | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::.ctor() = ( 01 00 00
00 ) ...
| | |___[STM] Any : bool(class [System.Core]System.Linq.IQueryable)
| | |___[STM] Count : int32(class [System.Core]System.Linq.IQueryable)
| | | GroupBy : class [System.Core]System.Linq.IQueryable`1<!!T>
<T>(class [System.Core]System.Linq.IQueryable`1<!!T>,string,string,object[])
| | |___[STM] GroupBy : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,string,string,object[])
| | |___[STM] OrderBy : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,string,object[])
| | | OrderBy : class [System.Core]System.Linq.IQueryable`1<!!T>
<T>(class [System.Core]System.Linq.IQueryable`1<!!T>,string,object[])
| | |___[STM] Select : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,string,object[])
| | |___[STM] Skip : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,int32)
| | |___[STM] Take : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,int32)
| | | Where : class [System.Core]System.Linq.IQueryable`1<!!T> <T>(class
[System.Core]System.Linq.IQueryable`1<!!T>,string,object[])
| | |___[STM] Where : class [System.Core]System.Linq.IQueryable(class
[System.Core]System.Linq.IQueryable,string,object[])
| |
| |___[CLS] Uniconta.DataModel.DynamicWhere
| | | .class public auto ansi beforefieldinit
| | |___[CLS] <>c__DisplayClass35_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] propName : public string
| | | |___[MET] .ctor : void()
| | | | <BuildWhere>b__0 : bool(class Uniconta.DataModel.TableField)
| | |
| | |___[CLS] OrderByElement
| | | | .class nested private auto ansi beforefieldinit
| | | |___[FLD] Descending : public bool
| | | |___[FLD] Fld : public class Uniconta.DataModel.TableField
| | | |___[FLD] Prop : public class
[mscorlib]System.Reflection.PropertyInfo
| | | |___[MET] .ctor : void()
| | |
| | |___[FLD] CompanyId : public int32
| | |___[FLD] Distinct : public bool
| | |___[FLD] OrderBy : private class
[mscorlib]System.Collections.Generic.List`1<class
Uniconta.DataModel.DynamicWhere/OrderByElement>
| | |___[FLD] ReadFromCache : public bool
| | |___[FLD] SkipN : public int32
| | |___[FLD] TableId : public int32
| | |___[FLD] TakeN : public int32
| | |___[FLD] WhereElements : private class
[mscorlib]System.Collections.Generic.List`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>
| | |___[FLD] filter : public string
| | |___[FLD] groupBy : public string
| | |___[FLD] groupSelect : public string
| | |___[FLD] orderBy : public string
| | |___[FLD] pe : private class
[System.Core]System.Linq.Expressions.ParameterExpression
| | |___[FLD] recordType : public class [mscorlib]System.Type
| | |___[MET] .ctor : void(class [mscorlib]System.Type,int32)
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity,class
[mscorlib]System.Type,int32)
| | |___[MET] .ctor : void(class Uniconta.DataModel.DynamicWhere,bool)
| | |___[MET] AddWhere : void(class
[Uniconta.Common]Uniconta.Common.PropValuePair)
| | |___[MET] AddWhere : class
[Uniconta.Common]Uniconta.Common.PropValuePair(string,object,valuetype
[Uniconta.Common]Uniconta.Common.CompareOperator,bool)
| | |___[MET] AddWhere : class
[System.Core]System.Linq.Expressions.Expression(class
[mscorlib]System.Reflection.PropertyInfo,class
Uniconta.DataModel.TableField,string,object,valuetype
[Uniconta.Common]Uniconta.Common.CompareOperator)
| | | AddWhere : void(class
[mscorlib]System.Collections.Generic.List`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>)
| | |___[MET] BuildWhere : class
[System.Core]System.Linq.Expressions.Expression(class
Uniconta.DataModel.ITableFieldData)
| | |___[MET] Clone : class Uniconta.DataModel.DynamicWhere()
| | |___[MET] FindAndRemove : string(valuetype
[Uniconta.Common]Uniconta.Common.SelectType,string)
| | |___[MET] FindAndRemove : class
[Uniconta.Common]Uniconta.Common.PropValuePair(string)
| | | FindAndRemove : class
[mscorlib]System.Collections.Generic.List`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>(valuetype
[Uniconta.Common]Uniconta.Common.SelectType)
| | | GenerateQuery : class [System.Core]System.Linq.IQueryable`1<!!
TSource> <TSource>(class [System.Core]System.Linq.IQueryable`1<!!TSource>,class
Uniconta.DataModel.ITableFieldData)
| | | GenerateQuery : class [System.Core]System.Linq.IQueryable`1<!!
TSource> <TSource>(class [System.Core]System.Linq.IQueryable`1<!!TSource>)
| | | GenerateQueryFromRowId : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity>(class
[Uniconta.Common]Uniconta.Common.SQLCache,int32)
| | | GetExpression : class
[System.Core]System.Linq.Expressions.Expression`1<class [mscorlib]System.Func`2<!!
TSource,object>> <TSource>(class
[System.Core]System.Linq.Expressions.ParameterExpression,class
[mscorlib]System.Reflection.PropertyInfo)
| | |___[STM] GetNonNullableType : class [mscorlib]System.Type(class
[mscorlib]System.Type)
| | |___[STM] GetUserDefinedField : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.ParameterExpression,class
Uniconta.DataModel.TableField,class [mscorlib]System.Type)
| | |___[STM] IsNullableType : bool(class [mscorlib]System.Type)
| | |___[MET] RemoveNode : void(class
[Uniconta.Common]Uniconta.Common.PropValuePair)
| | |___[MET] RemoveWhere : void(class
[Uniconta.Common]Uniconta.Common.PropValuePair)
| | |___[MET] SetRecordType : void(class [mscorlib]System.Type)
| | |___[MET] get_Count : int32()
| | |___[MET] get_HasWhere : bool()
| | | get_WhereList : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>()
| | |___[PTY] Count : instance int32()
| | |___[PTY] HasWhere : instance bool()
| | |___[PTY] WhereList : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Common.PropValuePair>()
| |
| |___[CLS] Uniconta.DataModel.EmpPayrollCategory
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[CLS] <>c__DisplayClass59_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class
Uniconta.DataModel.EmpPayrollCategory
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>>
| | | |___[MET] .ctor : void()
| | | | <LoadRates>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient[]>)
| | |
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <Rates>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _ExternCode : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _InvoiceText : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _PayrollType : public valuetype Uniconta.DataModel.PayrollType
| | |___[FLD] _Rate : public float64
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SalesPrice : public float64
| | |___[FLD] _Unit : public valuetype Uniconta.DataModel.ItemUnit
| | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>>
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] IsLoading : bool()
| | | LoadRates : class [mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>>(class
Uniconta.API.System.QueryAPI)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | | get_Rates : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__ATP : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | | set_Rates : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__ATP : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] Rates : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.EmpPayrollCategoryEmployeeClient>()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _ATP : instance bool()
| |
| |___[CLS] Uniconta.DataModel.EmpPayrollCategoryEmployee
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _PayrollCategory : public string
| | |___[FLD] _Rate : public float64
| | |___[FLD] _SalesPrice : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.EmpPayrollLine
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _EmpPayrollCat : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _Rate : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__Primary : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Primary : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _Primary : instance bool()
| |
| |___[CLS] Uniconta.DataModel.Employee
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Email : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Hired : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Mobil : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _PayId : public string
| | |___[FLD] _PersonalId : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Terminated : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Title : public valuetype Uniconta.DataModel.ContactTitle
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserLogidId : public string
| | |___[FLD] _UserName : public string
| | |___[FLD] _ZipCode : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__Confirmation : bool()
| | |___[MET] get__Invoice : bool()
| | |___[MET] get__Offer : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__Confirmation : void(bool)
| | |___[MET] set__Invoice : void(bool)
| | |___[MET] set__Offer : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _Confirmation : instance bool()
| | |___[PTY] _Invoice : instance bool()
| | |___[PTY] _Offer : instance bool()
| |
| |___[CLS] Uniconta.DataModel.EmployeeCommission
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _DebGroup : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _FixedPrice : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Item : public string
| | |___[FLD] _ItemGroup : public string
| | |___[FLD] _Rate : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Disabled : bool()
| | |___[MET] get__IsRevenue : bool()
| | |___[MET] get__KeepLooking : bool()
| | |___[MET] get__PerLine : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Disabled : void(bool)
| | |___[MET] set__IsRevenue : void(bool)
| | |___[MET] set__KeepLooking : void(bool)
| | |___[MET] set__PerLine : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Disabled : instance bool()
| | |___[PTY] _IsRevenue : instance bool()
| | |___[PTY] _KeepLooking : instance bool()
| | |___[PTY] _PerLine : instance bool()
| |
| |___[CLS] Uniconta.DataModel.EmployeeGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.EmployeeJournalLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostCategory : public string
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromTime : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SalesPrice : public float64
| | |___[FLD] _Text : public string
| | |___[FLD] _ToTime : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ExchangeRate
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <CompanyId>k__BackingField : private int32
| | |___[FLD] _CCY1 : public uint8
| | |___[FLD] _CCY2 : public uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Rate : public float32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Ccy1 : valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[MET] get_Ccy2 : valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_CompanyId : void(int32)
| | |___[PTY] Ccy1 : instance valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[PTY] Ccy2 : instance valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ExchangeRateCompany
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CCY1 : public uint8
| | |___[FLD] _CCY2 : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Rate : public float32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Ccy1 : valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[MET] get_Ccy2 : valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] Ccy1 : instance valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[PTY] Ccy2 : instance valuetype
[Uniconta.Common]Uniconta.Common.Currencies()
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.ExportFormatType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BEC_CSV : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] BankData : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] CSV : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] DanskeBank_CSV : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] ISO20022_DK : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] ISO20022_NL : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] ISO20022_NO : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] NETS_Norge : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] Nordea_CSV : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[STF] SDC : public static literal valuetype
Uniconta.DataModel.ExportFormatType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.ExpressionParser
| | | .class public auto ansi beforefieldinit
| | |___[CLS] <>c
| | | | .class nested private auto ansi serializable sealed
beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[STF] <>9 : public static initonly class
Uniconta.DataModel.ExpressionParser/'<>c'
| | | |___[STF] <>9__76_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.PropertyInfo,class
[mscorlib]System.Reflection.MethodBase>
| | | |___[STF] <>9__76_1 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.MethodBase,bool>
| | | |___[STF] <>9__81_0 : public static class
[mscorlib]System.Func`2<class [mscorlib]System.Reflection.MethodBase,class
Uniconta.DataModel.ExpressionParser/MethodData>
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void()
| | | | <FindBestMethod>b__81_0 : class
Uniconta.DataModel.ExpressionParser/MethodData(class
[mscorlib]System.Reflection.MethodBase)
| | | | <FindIndexer>b__76_0 : class
[mscorlib]System.Reflection.MethodBase(class
[mscorlib]System.Reflection.PropertyInfo)
| | | | <FindIndexer>b__76_1 : bool(class
[mscorlib]System.Reflection.MethodBase)
| | |
| | |___[CLS] <>c__DisplayClass81_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class
Uniconta.DataModel.ExpressionParser
| | | |___[FLD] applicable : public class
Uniconta.DataModel.ExpressionParser/MethodData[]
| | | |___[FLD] args : public class
[System.Core]System.Linq.Expressions.Expression[]
| | | |___[MET] .ctor : void()
| | | | <FindBestMethod>b__1 : bool(class
Uniconta.DataModel.ExpressionParser/MethodData)
| | | | <FindBestMethod>b__2 : bool(class
Uniconta.DataModel.ExpressionParser/MethodData)
| | |
| | |___[CLS] <>c__DisplayClass81_1
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] CS$<>8__locals1 : public class
Uniconta.DataModel.ExpressionParser/'<>c__DisplayClass81_0'
| | | |___[FLD] m : public class
Uniconta.DataModel.ExpressionParser/MethodData
| | | |___[MET] .ctor : void()
| | | | <FindBestMethod>b__3 : bool(class
Uniconta.DataModel.ExpressionParser/MethodData)
| | |
| | |___[CLS] <SelfAndBaseClasses>d__78
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | implements class
[mscorlib]System.Collections.Generic.IEnumerable`1<class [mscorlib]System.Type>
| | | | implements [mscorlib]System.Collections.IEnumerable
| | | | implements class
[mscorlib]System.Collections.Generic.IEnumerator`1<class [mscorlib]System.Type>
| | | | implements [mscorlib]System.IDisposable
| | | | implements [mscorlib]System.Collections.IEnumerator
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>1__state : private int32
| | | |___[FLD] <>2__current : private class [mscorlib]System.Type
| | | |___[FLD] <>3__type : public class [mscorlib]System.Type
| | | |___[FLD] <>l__initialThreadId : private int32
| | | |___[FLD] type : private class [mscorlib]System.Type
| | | |___[MET] .ctor : void(int32)
| | | |___[MET] MoveNext : bool()
| | | |
System.Collections.Generic.IEnumerable<System.Type>.GetEnumerator : class
[mscorlib]System.Collections.Generic.IEnumerator`1<class [mscorlib]System.Type>()
| | | |
System.Collections.Generic.IEnumerator<System.Type>.get_Current : class
[mscorlib]System.Type()
| | | |___[MET] System.Collections.IEnumerable.GetEnumerator : class
[mscorlib]System.Collections.IEnumerator()
| | | |___[MET] System.Collections.IEnumerator.Reset : void()
| | | |___[MET] System.Collections.IEnumerator.get_Current : object()
| | | |___[MET] System.IDisposable.Dispose : void()
| | | |___[PTY]
'System.Collections.Generic.IEnumerator<System.Type>.Current' : instance class
[mscorlib]System.Type()
| | | |___[PTY] System.Collections.IEnumerator.Current : instance object()
| | |
| | |___[INT] IAddSignatures
| | | | .class interface nested private abstract auto ansi
| | | | implements
Uniconta.DataModel.ExpressionParser/IArithmeticSignatures
| | | |___[MET] F : void(valuetype [mscorlib]System.TimeSpan,valuetype
[mscorlib]System.TimeSpan)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.TimeSpan>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.TimeSpan>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.TimeSpan>)
| | | |___[MET] F : void(valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.TimeSpan)
| | |
| | |___[INT] IArithmeticSignatures
| | | | .class interface nested private abstract auto ansi
| | | |___[MET] F : void(int32,int32)
| | | |___[MET] F : void(uint32,uint32)
| | | |___[MET] F : void(int64,int64)
| | | |___[MET] F : void(uint64,uint64)
| | | |___[MET] F : void(float32,float32)
| | | |___[MET] F : void(float64,float64)
| | | |___[MET] F : void(valuetype [mscorlib]System.Decimal,valuetype
[mscorlib]System.Decimal)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<int32>,valuetype [mscorlib]System.Nullable`1<int32>)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<uint32>,valuetype [mscorlib]System.Nullable`1<uint32>)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<int64>,valuetype [mscorlib]System.Nullable`1<int64>)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<uint64>,valuetype [mscorlib]System.Nullable`1<uint64>)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<float32>,valuetype
[mscorlib]System.Nullable`1<float32>)
| | | | F : void(valuetype
[mscorlib]System.Nullable`1<float64>,valuetype
[mscorlib]System.Nullable`1<float64>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.Decimal>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.Decimal>)
| | |
| | |___[INT] IEnumerableSignatures
| | | | .class interface nested private abstract auto ansi
| | | |___[MET] All : void(bool)
| | | |___[MET] Any : void(bool)
| | | |___[MET] Any : void()
| | | | Average : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.Decimal>)
| | | | Average : void(valuetype [mscorlib]System.Nullable`1<float64>)
| | | |___[MET] Average : void(float64)
| | | | Average : void(valuetype [mscorlib]System.Nullable`1<float32>)
| | | |___[MET] Average : void(float32)
| | | | Average : void(valuetype [mscorlib]System.Nullable`1<int64>)
| | | |___[MET] Average : void(int64)
| | | | Average : void(valuetype [mscorlib]System.Nullable`1<int32>)
| | | |___[MET] Average : void(int32)
| | | |___[MET] Average : void(valuetype [mscorlib]System.Decimal)
| | | |___[MET] Count : void()
| | | |___[MET] Count : void(bool)
| | | |___[MET] Max : void(object)
| | | |___[MET] Min : void(object)
| | | | Sum : void(valuetype [mscorlib]System.Nullable`1<int64>)
| | | |___[MET] Sum : void(float64)
| | | | Sum : void(valuetype [mscorlib]System.Nullable`1<int32>)
| | | |___[MET] Sum : void(int32)
| | | | Sum : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.Decimal>)
| | | |___[MET] Sum : void(valuetype [mscorlib]System.Decimal)
| | | | Sum : void(valuetype [mscorlib]System.Nullable`1<float64>)
| | | |___[MET] Sum : void(int64)
| | | |___[MET] Sum : void(float32)
| | | | Sum : void(valuetype [mscorlib]System.Nullable`1<float32>)
| | | |___[MET] Where : void(bool)
| | |
| | |___[INT] IEqualitySignatures
| | | | .class interface nested private abstract auto ansi
| | | | implements
Uniconta.DataModel.ExpressionParser/IRelationalSignatures
| | | | implements
Uniconta.DataModel.ExpressionParser/IArithmeticSignatures
| | | | F : void(valuetype [mscorlib]System.Nullable`1<bool>,valuetype
[mscorlib]System.Nullable`1<bool>)
| | | |___[MET] F : void(bool,bool)
| | |
| | |___[INT] ILogicalSignatures
| | | | .class interface nested private abstract auto ansi
| | | | F : void(valuetype [mscorlib]System.Nullable`1<bool>,valuetype
[mscorlib]System.Nullable`1<bool>)
| | | |___[MET] F : void(bool,bool)
| | |
| | |___[INT] INegationSignatures
| | | | .class interface nested private abstract auto ansi
| | | |___[MET] F : void(int32)
| | | |___[MET] F : void(int64)
| | | |___[MET] F : void(float32)
| | | |___[MET] F : void(float64)
| | | |___[MET] F : void(valuetype [mscorlib]System.Decimal)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<int32>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<int64>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<float32>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<float64>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.Decimal>)
| | |
| | |___[INT] INotSignatures
| | | | .class interface nested private abstract auto ansi
| | | | F : void(valuetype [mscorlib]System.Nullable`1<bool>)
| | | |___[MET] F : void(bool)
| | |
| | |___[INT] IRelationalSignatures
| | | | .class interface nested private abstract auto ansi
| | | | implements
Uniconta.DataModel.ExpressionParser/IArithmeticSignatures
| | | |___[MET] F : void(char,char)
| | | |___[MET] F : void(valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | | |___[MET] F : void(valuetype [mscorlib]System.TimeSpan,valuetype
[mscorlib]System.TimeSpan)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<char>,valuetype
[mscorlib]System.Nullable`1<char>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>)
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.TimeSpan>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.TimeSpan>)
| | | |___[MET] F : void(string,string)
| | |
| | |___[INT] ISubtractSignatures
| | | | .class interface nested private abstract auto ansi
| | | | implements Uniconta.DataModel.ExpressionParser/IAddSignatures
| | | | implements
Uniconta.DataModel.ExpressionParser/IArithmeticSignatures
| | | | F : void(valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>,valuetype [mscorlib]System.Nullable`1<valuetype
[mscorlib]System.DateTime>)
| | | |___[MET] F : void(valuetype [mscorlib]System.DateTime,valuetype
[mscorlib]System.DateTime)
| | |
| | |___[CLS] MethodData
| | | | .class nested private auto ansi beforefieldinit
| | | |___[FLD] Args : public class
[System.Core]System.Linq.Expressions.Expression[]
| | | |___[FLD] MethodBase : public class
[mscorlib]System.Reflection.MethodBase
| | | |___[FLD] Parameters : public class
[mscorlib]System.Reflection.ParameterInfo[]
| | | |___[MET] .ctor : void()
| | |
| | |___[VCL] Token
| | | | .class value nested private sequential ansi sealed
beforefieldinit
| | | | extends [mscorlib]System.ValueType
| | | |___[FLD] id : public valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[FLD] pos : public int32
| | | |___[FLD] text : public string
| | |
| | |___[ENU] TokenId
| | | | .class enum nested private auto ansi sealed
| | | | extends [mscorlib]System.Enum
| | | |___[STF] Amphersand : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Asterisk : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Bar : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] CloseBracket : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] CloseParen : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Colon : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Comma : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Dot : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] DoubleAmphersand : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] DoubleBar : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] DoubleEqual : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] End : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Equal : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Exclamation : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] ExclamationEqual : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] GreaterThan : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] GreaterThanEqual : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Identifier : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] IntegerLiteral : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] LessGreater : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] LessThan : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] LessThanEqual : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Minus : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] OpenBracket : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] OpenParen : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Percent : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Plus : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Question : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] RealLiteral : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Slash : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] StringLiteral : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[STF] Unknown : public static literal valuetype
Uniconta.DataModel.ExpressionParser/TokenId
| | | |___[FLD] value__ : public specialname rtspecialname int32
| | |
| | |___[FLD] ch : private char
| | |___[FLD] externals : private class
[mscorlib]System.Collections.Generic.IDictionary`2<string,object>
| | |___[STF] falseLiteral : private static initonly class
[System.Core]System.Linq.Expressions.Expression
| | |___[FLD] it : private class
[System.Core]System.Linq.Expressions.ParameterExpression
| | |___[STF] keywordIif : private static initonly string
| | |___[STF] keywordIt : private static initonly string
| | |___[STF] keywordNew : private static initonly string
| | |___[STF] keywords : private static class
[mscorlib]System.Collections.Generic.Dictionary`2<string,object>
| | |___[FLD] literals : private class
[mscorlib]System.Collections.Generic.Dictionary`2<class
[System.Core]System.Linq.Expressions.Expression,string>
| | |___[STF] nullLiteral : private static initonly class
[System.Core]System.Linq.Expressions.Expression
| | |___[STF] predefinedTypes : private static initonly class
[mscorlib]System.Type[]
| | |___[FLD] symbols : private class
[mscorlib]System.Collections.Generic.Dictionary`2<string,object>
| | |___[FLD] text : private string
| | |___[FLD] textLen : private int32
| | |___[FLD] textPos : private int32
| | |___[FLD] token : private valuetype
Uniconta.DataModel.ExpressionParser/Token
| | |___[STF] trueLiteral : private static initonly class
[System.Core]System.Linq.Expressions.Expression
| | |___[STM] .cctor : void()
| | |___[MET] .ctor : void(class
[System.Core]System.Linq.Expressions.ParameterExpression[],string,object[])
| | | AddInterface : void(class
[mscorlib]System.Collections.Generic.List`1<class [mscorlib]System.Type>,class
[mscorlib]System.Type)
| | |___[MET] AddSymbol : void(string,object)
| | |___[MET] CheckAndPromoteOperand : void(class
[mscorlib]System.Type,string,class
[System.Core]System.Linq.Expressions.Expression&,int32)
| | |___[MET] CheckAndPromoteOperands : void(class
[mscorlib]System.Type,string,class
[System.Core]System.Linq.Expressions.Expression&,class
[System.Core]System.Linq.Expressions.Expression&,int32)
| | |___[STM] CompareConversions : int32(class [mscorlib]System.Type,class
[mscorlib]System.Type,class [mscorlib]System.Type)
| | | CreateKeywords : class
[mscorlib]System.Collections.Generic.Dictionary`2<string,object>()
| | |___[MET] CreateLiteral : class
[System.Core]System.Linq.Expressions.Expression(object,string)
| | |___[STM] EqualNull : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | | FindBestMethod : int32(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[mscorlib]System.Reflection.MethodBase>,class
[System.Core]System.Linq.Expressions.Expression[],class
[mscorlib]System.Reflection.MethodBase&)
| | |___[STM] FindGenericType : class [mscorlib]System.Type(class
[mscorlib]System.Type,class [mscorlib]System.Type)
| | |___[MET] FindIndexer : int32(class [mscorlib]System.Type,class
[System.Core]System.Linq.Expressions.Expression[],class
[mscorlib]System.Reflection.MethodBase&)
| | |___[MET] FindMethod : int32(class
[mscorlib]System.Type,string,bool,class
[System.Core]System.Linq.Expressions.Expression[],class
[mscorlib]System.Reflection.MethodBase&)
| | |___[MET] FindPropertyOrField : class
[mscorlib]System.Reflection.MemberInfo(class [mscorlib]System.Type,string,bool)
| | |___[STM] GenerateAdd : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[MET] GenerateConditional : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,int32)
| | |___[STM] GenerateContains : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,class [mscorlib]System.Type,bool)
| | |___[MET] GenerateConversion : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class [mscorlib]System.Type,int32)
| | |___[STM] GenerateEndsWith : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,bool)
| | |___[STM] GenerateEqual : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateGreaterThan : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateGreaterThanEqual : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateLessThan : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateLessThanEqual : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateMemberMethodCall : class
[System.Core]System.Linq.Expressions.Expression(string,class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateMemberMethodCallIgnoreCase : class
[System.Core]System.Linq.Expressions.Expression(string,class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateNotEqual : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateStartsWith : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,bool)
| | |___[STM] GenerateStaticMethodCall : class
[System.Core]System.Linq.Expressions.Expression(string,class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateStringConcat : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] GenerateSubtract : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[MET] GetIdentifier : string()
| | |___[STM] GetNonNullableType : class [mscorlib]System.Type(class
[mscorlib]System.Type)
| | |___[STM] GetNumericTypeKind : int32(class [mscorlib]System.Type)
| | |___[STM] GetTypeName : string(class [mscorlib]System.Type)
| | |___[MET] IncompatibleOperandsError : class
[mscorlib]System.Exception(string,class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression,int32)
| | |___[MET] IsApplicable : bool(class
Uniconta.DataModel.ExpressionParser/MethodData,class
[System.Core]System.Linq.Expressions.Expression[])
| | |___[STM] IsBetterThan : bool(class
[System.Core]System.Linq.Expressions.Expression[],class
Uniconta.DataModel.ExpressionParser/MethodData,class
Uniconta.DataModel.ExpressionParser/MethodData)
| | |___[STM] IsCompatibleWith : bool(class [mscorlib]System.Type,class
[mscorlib]System.Type)
| | |___[STM] IsEnumType : bool(class [mscorlib]System.Type)
| | |___[STM] IsNullableType : bool(class [mscorlib]System.Type)
| | |___[STM] IsNumericType : bool(class [mscorlib]System.Type)
| | |___[STM] IsPredefinedType : bool(class [mscorlib]System.Type)
| | |___[STM] IsSignedIntegralType : bool(class [mscorlib]System.Type)
| | |___[STM] IsUnsignedIntegralType : bool(class [mscorlib]System.Type)
| | |___[MET] NextChar : void()
| | |___[MET] NextToken : void()
| | |___[STM] NotEqualNull : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[MET] Parse : class
[System.Core]System.Linq.Expressions.Expression(class [mscorlib]System.Type)
| | |___[MET] ParseAdditive : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseAggregate : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class
[mscorlib]System.Type,string,int32)
| | |___[MET] ParseArgumentList : class
[System.Core]System.Linq.Expressions.Expression[]()
| | |___[MET] ParseArguments : class
[System.Core]System.Linq.Expressions.Expression[]()
| | |___[MET] ParseComparison : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseElementAccess : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression)
| | |___[STM] ParseEnum : object(string,class [mscorlib]System.Type)
| | |___[MET] ParseError : class [mscorlib]System.Exception(string,object[])
| | |___[MET] ParseError : class
[mscorlib]System.Exception(int32,string,object[])
| | |___[MET] ParseExpression : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseIdentifier : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseIif : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseIntegerLiteral : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseIt : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseLambdaInvocation : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.LambdaExpression)
| | |___[MET] ParseLogicalAnd : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseLogicalOr : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseMemberAccess : class
[System.Core]System.Linq.Expressions.Expression(class [mscorlib]System.Type,class
[System.Core]System.Linq.Expressions.Expression)
| | |___[MET] ParseMultiplicative : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseNew : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[STM] ParseNumber : object(string,class [mscorlib]System.Type)
| | | ParseOrdering : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DynamicOrdering>()
| | |___[MET] ParseParenExpression : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParsePrimary : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParsePrimaryStart : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseRealLiteral : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseStringLiteral : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ParseTypeAccess : class
[System.Core]System.Linq.Expressions.Expression(class [mscorlib]System.Type)
| | |___[MET] ParseUnary : class
[System.Core]System.Linq.Expressions.Expression()
| | |___[MET] ProcessParameters : void(class
[System.Core]System.Linq.Expressions.ParameterExpression[])
| | |___[MET] ProcessValues : void(object[])
| | |___[MET] PromoteExpression : class
[System.Core]System.Linq.Expressions.Expression(class
[System.Core]System.Linq.Expressions.Expression,class [mscorlib]System.Type,bool)
| | | SelfAndBaseClasses : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[mscorlib]System.Type>(class [mscorlib]System.Type)
| | | SelfAndBaseTypes : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[mscorlib]System.Type>(class [mscorlib]System.Type)
| | |___[MET] SetTextPos : void(int32)
| | |___[MET] TokenIdentifierIs : bool(string)
| | |___[MET] ValidateDigit : void()
| | |___[MET] ValidateToken : void(valuetype
Uniconta.DataModel.ExpressionParser/TokenId)
| | |___[MET] ValidateToken : void(valuetype
Uniconta.DataModel.ExpressionParser/TokenId,string)
| |
| |___[CLS] Uniconta.DataModel.FAM
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[FLD] _Asset : public string
| | |___[FLD] _AssetType : public uint8
| | |___[FLD] _Category : public string
| | |___[FLD] _CompanyId : assembly int32
| | |___[FLD] _Description : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _InsuranceNo : public string
| | |___[FLD] _Insurer : public string
| | |___[FLD] _Location : public string
| | |___[FLD] _Manufacturer : public string
| | |___[FLD] _Model : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Parent : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SerialNo : public string
| | |___[FLD] _SoldTo : public string
| | |___[FLD] _Status : public uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.FAMCategory
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.FAMGroup
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _AcquisitionAccount : public string
| | |___[FLD] _CompanyId : assembly int32
| | |___[FLD] _DepreciationAccount : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _LossAccount : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SalesAccount : public string
| | |___[FLD] _ScrapAccount : public string
| | |___[FLD] _WriteDownAccount : public string
| | |___[FLD] _WriteUpAccount : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.FAMLocation
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.FAMTrans
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Asset : public string
| | |___[FLD] _CompanyId : assembly int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.FAMTransCodes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Acquisition : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[STF] Depreciated : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[STF] Disposed : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[STF] PostedAmount : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[STF] WriteDowns : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[STF] WriteUps : public static literal valuetype
Uniconta.DataModel.FAMTransCodes
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.FinancePeriodeState
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Blocked : public static literal valuetype
Uniconta.DataModel.FinancePeriodeState
| | |___[STF] Closed : public static literal valuetype
Uniconta.DataModel.FinancePeriodeState
| | |___[STF] NotOpen : public static literal valuetype
Uniconta.DataModel.FinancePeriodeState
| | |___[STF] Open : public static literal valuetype
Uniconta.DataModel.FinancePeriodeState
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.FollowUpAction
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Demonstration : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Email : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Meeting : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Negotiation : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Offer : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] PhoneCall : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Renegotiation : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Sales : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Visit : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[STF] Waiting : public static literal valuetype
Uniconta.DataModel.FollowUpAction
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.GLAccount
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[FLD] Exchangerate : public float32
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CurBalance : public int64
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _DefaultOffsetAccount : public string
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DimUsed : public int16
| | |___[FLD] _ExternalName : public string
| | |___[FLD] _ExternalNo : public string
| | |___[FLD] _Flags : public int16
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _Lookup : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PrevBalance : public int64
| | |___[FLD] _PrimoAccount : public string
| | |___[FLD] _Reconciled : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SaveTotal : public int32
| | |___[FLD] _StandardAccount : public string
| | |___[FLD] _SumInfo : public string
| | |___[FLD] _SystemAccount : public uint8
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _Withholding : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetBit : bool(int32,int32)
| | |___[MET] GetDimMandatory : bool(int32)
| | |___[MET] GetDimUsed : bool(int32)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetBit : void(int32,int32,bool)
| | |___[MET] SetDimMandatory : void(int32,bool)
| | |___[MET] SetDimUsed : void(int32,bool)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_AccountNumber : string()
| | |___[MET] get_AccountTypeEnum : valuetype
Uniconta.DataModel.GLAccountTypes()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_CurBalance : float64()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PrevBalance : float64()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_SaveTotalInIndex : int32()
| | |___[MET] get_SumInfo : string()
| | |___[MET] get_SystemAccountEnum : valuetype
Uniconta.DataModel.SystemAccountTypes()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__BlockedInJournal : bool()
| | |___[MET] get__DebetCredit : valuetype
Uniconta.DataModel.DebitCreditPreference()
| | |___[MET] get__DefaultOffsetAccountType : valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[MET] get__IsCostAccount : bool()
| | |___[MET] get__IsDCAccount : bool()
| | |___[MET] get__IsSalesAccount : bool()
| | |___[MET] get__IsVatAccount : bool()
| | |___[MET] get__MandatoryCategory : bool()
| | |___[MET] get__MandatoryTax : valuetype Uniconta.DataModel.VatOptions()
| | |___[MET] get__PageBreak : bool()
| | |___[MET] get__Percentage : bool()
| | |___[MET] get__PostingAccount : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_AccountNumber : void(string)
| | |___[MET] set_AccountTypeEnum : void(valuetype
Uniconta.DataModel.GLAccountTypes)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_SystemAccountEnum : void(valuetype
Uniconta.DataModel.SystemAccountTypes)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__BlockedInJournal : void(bool)
| | |___[MET] set__DebetCredit : void(valuetype
Uniconta.DataModel.DebitCreditPreference)
| | |___[MET] set__DefaultOffsetAccountType : void(valuetype
Uniconta.DataModel.GLJournalAccountType)
| | |___[MET] set__MandatoryCategory : void(bool)
| | |___[MET] set__MandatoryTax : void(valuetype
Uniconta.DataModel.VatOptions)
| | |___[MET] set__PageBreak : void(bool)
| | |___[MET] set__Percentage : void(bool)
| | |___[PTY] AccountNumber : instance string()
| | |___[PTY] AccountTypeEnum : instance valuetype
Uniconta.DataModel.GLAccountTypes()
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] CurBalance : instance float64()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PrevBalance : instance float64()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] SaveTotalInIndex : instance int32()
| | |___[PTY] SumInfo : instance string()
| | |___[PTY] SystemAccountEnum : instance valuetype
Uniconta.DataModel.SystemAccountTypes()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _BlockedInJournal : instance bool()
| | |___[PTY] _DebetCredit : instance valuetype
Uniconta.DataModel.DebitCreditPreference()
| | |___[PTY] _DefaultOffsetAccountType : instance valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[PTY] _IsCostAccount : instance bool()
| | |___[PTY] _IsDCAccount : instance bool()
| | |___[PTY] _IsSalesAccount : instance bool()
| | |___[PTY] _IsVatAccount : instance bool()
| | |___[PTY] _MandatoryCategory : instance bool()
| | |___[PTY] _MandatoryTax : instance valuetype
Uniconta.DataModel.VatOptions()
| | |___[PTY] _PageBreak : instance bool()
| | |___[PTY] _Percentage : instance bool()
| | |___[PTY] _PostingAccount : instance bool()
| |
| |___[ENU] Uniconta.DataModel.GLAccountTypes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Asset : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] BalanceSheet : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Bank : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] CalculationExpression : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Cost : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] CostOfGoodSold : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Creditor : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] CurrentAsset : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Debtor : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Depreciasions : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Equity : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Expense : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] FixedAssets : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Header : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Income : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Inventory : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Liability : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] LiquidAsset : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] PL : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Revenue : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[STF] Sum : public static literal valuetype
Uniconta.DataModel.GLAccountTypes
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.GLBudget
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _BaseBudget : public string
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Active : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Active : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Active : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLBudgetBudget
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _BudgetId : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _SubBudget : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.GLBudgetLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _BudgetId : public string
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Regulate : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Disable : bool()
| | |___[MET] get__Recurring : valuetype
Uniconta.DataModel.RecurringMethod()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Disable : void(bool)
| | |___[MET] set__Recurring : void(valuetype
Uniconta.DataModel.RecurringMethod)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Disable : instance bool()
| | |___[PTY] _Recurring : instance valuetype
Uniconta.DataModel.RecurringMethod()
| |
| |___[CLS] Uniconta.DataModel.GLClosingSheet
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : private int16
| | |___[FLD] _FromAccount : public string
| | |___[FLD] _FromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _FromDate2 : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Name : public string
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ToAccount : public string
| | |___[FLD] _ToDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ToDate2 : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetDimBit : bool(int32)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetDimBit : void(int32,bool)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__BlockedForAllocation : bool()
| | |___[MET] get__GenerateVoucher : bool()
| | |___[MET] get__ManualAllocation : bool()
| | |___[MET] get__OneVoucherForAll : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__BlockedForAllocation : void(bool)
| | |___[MET] set__GenerateVoucher : void(bool)
| | |___[MET] set__ManualAllocation : void(bool)
| | |___[MET] set__OneVoucherForAll : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _BlockedForAllocation : instance bool()
| | |___[PTY] _GenerateVoucher : instance bool()
| | |___[PTY] _ManualAllocation : instance bool()
| | |___[PTY] _OneVoucherForAll : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLClosingSheetLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _Account : public string
| | |___[FLD] _AmountCent : public int64
| | |___[FLD] _ClosingSheetId : private int32
| | |___[FLD] _Code : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Note : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetDim1 : public string
| | |___[FLD] _OffsetDim2 : public string
| | |___[FLD] _OffsetDim3 : public string
| | |___[FLD] _OffsetDim4 : public string
| | |___[FLD] _OffsetDim5 : public string
| | |___[FLD] _OffsetText : public string
| | |___[FLD] _OffsetTransType : public string
| | |___[FLD] _OffsetVat : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ShowOnAccount : public string
| | |___[FLD] _Split : public string
| | |___[FLD] _SplitFromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _SplitToDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_ClosingSheetId : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__Correction : bool()
| | |___[MET] get__NoAccountPosting : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Amount : void(float64)
| | |___[MET] set__Correction : void(bool)
| | |___[MET] set__NoAccountPosting : void(bool)
| | |___[PTY] ClosingSheetId : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _Correction : instance bool()
| | |___[PTY] _NoAccountPosting : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLDailyJournal
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : private int32
| | |___[FLD] _Journal : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _NextLineField : public string
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetVat : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TraceAccount : public string
| | |___[FLD] _TraceAccount2 : public string
| | |___[FLD] _TraceAccount3 : public string
| | |___[FLD] _TraceAccount4 : public string
| | |___[FLD] _TraceAccount5 : public string
| | |___[FLD] _TraceAccount6 : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Vat : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__AutoSave : bool()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__CheckForInvoice : bool()
| | |___[MET] get__DateFunction : valuetype
Uniconta.DataModel.GLJournalDate()
| | |___[MET] get__DateMustBeZero : bool()
| | |___[MET] get__DefaultAccountType : valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[MET] get__DefaultOffsetAccountType : valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[MET] get__DeleteLines : bool()
| | |___[MET] get__EmptyAccountOnHold : bool()
| | |___[MET] get__FixedAccountType : bool()
| | |___[MET] get__FixedOffsetAccountType : bool()
| | |___[MET] get__GenOffsetAmount : bool()
| | |___[MET] get__GenerateVoucher : bool()
| | |___[MET] get__JumpOnUnbalance : bool()
| | |___[MET] get__ManualAllocation : bool()
| | |___[MET] get__OneVoucherForAll : bool()
| | |___[MET] get__SaveDocumentOnPayment : bool()
| | |___[MET] get__SettleValue : valuetype
Uniconta.DataModel.SettleValueType()
| | |___[MET] get__ShowUnbalance : bool()
| | |___[MET] get__TwoVatCodes : bool()
| | |___[MET] get__UseApproved : bool()
| | |___[MET] get__UseDCVat : bool()
| | |___[MET] get__VoucherMustBeZero : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__AutoSave : void(bool)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__CheckForInvoice : void(bool)
| | |___[MET] set__DateFunction : void(valuetype
Uniconta.DataModel.GLJournalDate)
| | |___[MET] set__DateMustBeZero : void(bool)
| | |___[MET] set__DefaultAccountType : void(valuetype
Uniconta.DataModel.GLJournalAccountType)
| | |___[MET] set__DefaultOffsetAccountType : void(valuetype
Uniconta.DataModel.GLJournalAccountType)
| | |___[MET] set__DeleteLines : void(bool)
| | |___[MET] set__EmptyAccountOnHold : void(bool)
| | |___[MET] set__FixedAccountType : void(bool)
| | |___[MET] set__FixedOffsetAccountType : void(bool)
| | |___[MET] set__GenOffsetAmount : void(bool)
| | |___[MET] set__GenerateVoucher : void(bool)
| | |___[MET] set__JumpOnUnbalance : void(bool)
| | |___[MET] set__ManualAllocation : void(bool)
| | |___[MET] set__OneVoucherForAll : void(bool)
| | |___[MET] set__SaveDocumentOnPayment : void(bool)
| | |___[MET] set__SettleValue : void(valuetype
Uniconta.DataModel.SettleValueType)
| | |___[MET] set__ShowUnbalance : void(bool)
| | |___[MET] set__TwoVatCodes : void(bool)
| | |___[MET] set__UseApproved : void(bool)
| | |___[MET] set__UseDCVat : void(bool)
| | |___[MET] set__VoucherMustBeZero : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _AutoSave : instance bool()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _CheckForInvoice : instance bool()
| | |___[PTY] _DateFunction : instance valuetype
Uniconta.DataModel.GLJournalDate()
| | |___[PTY] _DateMustBeZero : instance bool()
| | |___[PTY] _DefaultAccountType : instance valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[PTY] _DefaultOffsetAccountType : instance valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[PTY] _DeleteLines : instance bool()
| | |___[PTY] _EmptyAccountOnHold : instance bool()
| | |___[PTY] _FixedAccountType : instance bool()
| | |___[PTY] _FixedOffsetAccountType : instance bool()
| | |___[PTY] _GenOffsetAmount : instance bool()
| | |___[PTY] _GenerateVoucher : instance bool()
| | |___[PTY] _JumpOnUnbalance : instance bool()
| | |___[PTY] _ManualAllocation : instance bool()
| | |___[PTY] _OneVoucherForAll : instance bool()
| | |___[PTY] _SaveDocumentOnPayment : instance bool()
| | |___[PTY] _SettleValue : instance valuetype
Uniconta.DataModel.SettleValueType()
| | |___[PTY] _ShowUnbalance : instance bool()
| | |___[PTY] _TwoVatCodes : instance bool()
| | |___[PTY] _UseApproved : instance bool()
| | |___[PTY] _UseDCVat : instance bool()
| | |___[PTY] _VoucherMustBeZero : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLDailyJournalLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public uint8
| | |___[FLD] _CompanyId : assembly int32
| | |___[FLD] _Credit : public float64
| | |___[FLD] _CreditCur : public float64
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _DCPostType : public valuetype Uniconta.DataModel.DCPostType
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Debit : public float64
| | |___[FLD] _DebitCur : public float64
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DocumentDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _EnteredVatAmount : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Invoice : public int64
| | |___[FLD] _JournalId : assembly int32
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _Note : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetAccountList : private uint8[]
| | |___[FLD] _OffsetAccountType : public uint8
| | |___[FLD] _OffsetVat : public string
| | |___[FLD] _Payment : public string
| | |___[FLD] _PaymentId : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Settlements : public string
| | |___[FLD] _Split : public string
| | |___[FLD] _SplitFromDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _SplitToDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _UsedCachDiscount : public float64
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOffsetOperation : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _Withholding : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetOffsetAccount : class
Uniconta.DataModel.GLOffsetAccountLine[](class [mscorlib]System.Type)
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | | SetOffsetAccount : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.GLOffsetAccountLine>)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | | get_CurrencyEnum : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[MET] get_JournalId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__AccountTypeEnum : valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[MET] get__Allow0Amount : bool()
| | |___[MET] get__Approved : bool()
| | |___[MET] get__ForceSettlement : bool()
| | |___[MET] get__HasOffsetAccounts : bool()
| | |___[MET] get__OffsetAccountTypeEnum : valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[MET] get__OnHold : bool()
| | |___[MET] get__SettleIsVoucher : bool()
| | |___[MET] get__SettleValue : valuetype
Uniconta.DataModel.SettleValueType()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | | set_CurrencyEnum : void(valuetype
[mscorlib]System.Nullable`1<valuetype [Uniconta.Common]Uniconta.Common.Currencies>)
| | |___[MET] set__AccountTypeEnum : void(valuetype
Uniconta.DataModel.GLJournalAccountType)
| | |___[MET] set__Allow0Amount : void(bool)
| | |___[MET] set__Approved : void(bool)
| | |___[MET] set__ForceSettlement : void(bool)
| | |___[MET] set__OffsetAccountTypeEnum : void(valuetype
Uniconta.DataModel.GLJournalAccountType)
| | |___[MET] set__OnHold : void(bool)
| | |___[MET] set__SettleIsVoucher : void(bool)
| | |___[MET] set__SettleValue : void(valuetype
Uniconta.DataModel.SettleValueType)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] CurrencyEnum : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[PTY] JournalId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _AccountTypeEnum : instance valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[PTY] _Allow0Amount : instance bool()
| | |___[PTY] _Approved : instance bool()
| | |___[PTY] _ForceSettlement : instance bool()
| | |___[PTY] _HasOffsetAccounts : instance bool()
| | |___[PTY] _OffsetAccountTypeEnum : instance valuetype
Uniconta.DataModel.GLJournalAccountType()
| | |___[PTY] _OnHold : instance bool()
| | |___[PTY] _SettleIsVoucher : instance bool()
| | |___[PTY] _SettleValue : instance valuetype
Uniconta.DataModel.SettleValueType()
| |
| |___[CLS] Uniconta.DataModel.GLDailyJournalPosted
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DateMax : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DateMin : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Deleted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeletedBy : public string
| | |___[FLD] _DeletedByUser : public int32
| | |___[FLD] _ExternalNumber : public int32
| | |___[FLD] _InvoiceNumber : public int32
| | |___[FLD] _Lines : public int32
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _Posted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PostedBy : public string
| | |___[FLD] _PostedByUser : public int32
| | |___[FLD] _Reference : public uint8
| | |___[FLD] _ReferenceId : public int32
| | |___[FLD] _ReferenceName : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__ReferenceType : valuetype
Uniconta.DataModel.GLDailyJournalPostedReference()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__ReferenceType : void(valuetype
Uniconta.DataModel.GLDailyJournalPostedReference)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _ReferenceType : instance valuetype
Uniconta.DataModel.GLDailyJournalPostedReference()
| |
| |___[ENU] Uniconta.DataModel.GLDailyJournalPostedReference
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] ClosingSheet : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] CreditorInvoice : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] DailyJournal : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] DebtorInvoice : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] External : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] InventoryJournal : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] ProjectJournal : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[STF] RestateInventory : public static literal valuetype
Uniconta.DataModel.GLDailyJournalPostedReference
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.GLDimType
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[STF] MaxDimensions : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim : public string
| | |___[STF] _DimType : private static literal uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __DimType : uint8()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.GLDimType1
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.GLDimType
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DimType : uint8()
| |
| |___[CLS] Uniconta.DataModel.GLDimType2
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.GLDimType
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DimType : uint8()
| |
| |___[CLS] Uniconta.DataModel.GLDimType3
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.GLDimType
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DimType : uint8()
| |
| |___[CLS] Uniconta.DataModel.GLDimType4
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.GLDimType
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DimType : uint8()
| |
| |___[CLS] Uniconta.DataModel.GLDimType5
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.GLDimType
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DimType : uint8()
| |
| |___[ENU] Uniconta.DataModel.GLJournalAccountType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Creditor : public static literal valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[STF] Debtor : public static literal valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[STF] Finans : public static literal valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.GLJournalDate
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Fixed : public static literal valuetype
Uniconta.DataModel.GLJournalDate
| | |___[STF] Free : public static literal valuetype
Uniconta.DataModel.GLJournalDate
| | |___[STF] Today : public static literal valuetype
Uniconta.DataModel.GLJournalDate
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.GLOffsetAccountLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _Amount : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _GLOffsetAccountId : private int16
| | |___[FLD] _Pct : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[FLD] _Vat : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_GLOffsetAccountId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] GLOffsetAccountId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.GLOffsetAccountTemplate
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.GLReportLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Accounts : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _FontSize : public uint8
| | |___[FLD] _Indent : public int16
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _LineSpace : public int16
| | |___[FLD] _ReportRowId : private int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SaveTotal : public int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_ReportRowId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Bold : bool()
| | |___[MET] get__ExpressionSum : bool()
| | |___[MET] get__Hide : bool()
| | |___[MET] get__InvertSign : bool()
| | |___[MET] get__Italic : bool()
| | |___[MET] get__NewLine : bool()
| | |___[MET] get__NewPage : bool()
| | |___[MET] get__Underline : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Bold : void(bool)
| | |___[MET] set__ExpressionSum : void(bool)
| | |___[MET] set__Hide : void(bool)
| | |___[MET] set__InvertSign : void(bool)
| | |___[MET] set__Italic : void(bool)
| | |___[MET] set__NewLine : void(bool)
| | |___[MET] set__NewPage : void(bool)
| | |___[MET] set__Underline : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] ReportRowId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Bold : instance bool()
| | |___[PTY] _ExpressionSum : instance bool()
| | |___[PTY] _Hide : instance bool()
| | |___[PTY] _InvertSign : instance bool()
| | |___[PTY] _Italic : instance bool()
| | |___[PTY] _NewLine : instance bool()
| | |___[PTY] _NewPage : instance bool()
| | |___[PTY] _Underline : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLReportTemplate
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _AmountSize : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Font : public string
| | |___[FLD] _FontSize : public uint8
| | |___[FLD] _LineSpace : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TextSize : public uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.GLSplitAccount
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _AllocAccount : public string
| | |___[FLD] _AllocDim1 : public string
| | |___[FLD] _AllocDim2 : public string
| | |___[FLD] _AllocDim3 : public string
| | |___[FLD] _AllocDim4 : public string
| | |___[FLD] _AllocDim5 : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _EneryNthMonth : public uint8
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _Pct : public float64
| | |___[FLD] _Periods : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Accrual : bool()
| | |___[MET] get__FirstDayInMonth : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Accrual : void(bool)
| | |___[MET] set__FirstDayInMonth : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Accrual : instance bool()
| | |___[PTY] _FirstDayInMonth : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLSplitLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _AllocAccount : public string
| | |___[FLD] _AllocDim1 : public string
| | |___[FLD] _AllocDim2 : public string
| | |___[FLD] _AllocDim3 : public string
| | |___[FLD] _AllocDim4 : public string
| | |___[FLD] _AllocDim5 : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _EneryNthMonth : public uint8
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _Pct : public float64
| | |___[FLD] _Periods : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SplitRowId : private int32
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_SplitRowId : int32()
| | |___[MET] get__Accrual : bool()
| | |___[MET] get__FirstDayInMonth : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Accrual : void(bool)
| | |___[MET] set__FirstDayInMonth : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] SplitRowId : instance int32()
| | |___[PTY] _Accrual : instance bool()
| | |___[PTY] _FirstDayInMonth : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLSplitTemplate
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.GLStandardCharOfAccount
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Description : public string
| | |___[FLD] _DescriptionShort : public string
| | |___[FLD] _Flags : public int32
| | |___[FLD] _RefCode : public string
| | |___[FLD] _RefLookupCode : public string
| | |___[FLD] _RefNumber : public string
| | |___[FLD] _RowId : public int32
| | |___[FLD] _Sorting : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Aangep : bool()
| | |___[MET] get__Agro : bool()
| | |___[MET] get__BB : bool()
| | |___[MET] get__BV : bool()
| | |___[MET] get__Bank : bool()
| | |___[MET] get__Ctrl : bool()
| | |___[MET] get__EZVOF : bool()
| | |___[MET] get__Nivo : int32()
| | |___[MET] get__Nivo5 : bool()
| | |___[MET] get__Nwe : bool()
| | |___[MET] get__OZW : bool()
| | |___[MET] get__Ongew : bool()
| | |___[MET] get__Uitbr5 : bool()
| | |___[MET] get__WKR : bool()
| | |___[MET] get__WoCo : bool()
| | |___[MET] get__ZZP : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Aangep : void(bool)
| | |___[MET] set__Agro : void(bool)
| | |___[MET] set__BB : void(bool)
| | |___[MET] set__BV : void(bool)
| | |___[MET] set__Bank : void(bool)
| | |___[MET] set__Ctrl : void(bool)
| | |___[MET] set__EZVOF : void(bool)
| | |___[MET] set__Nivo : void(int32)
| | |___[MET] set__Nivo5 : void(bool)
| | |___[MET] set__Nwe : void(bool)
| | |___[MET] set__OZW : void(bool)
| | |___[MET] set__Ongew : void(bool)
| | |___[MET] set__Uitbr5 : void(bool)
| | |___[MET] set__WKR : void(bool)
| | |___[MET] set__WoCo : void(bool)
| | |___[MET] set__ZZP : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Aangep : instance bool()
| | |___[PTY] _Agro : instance bool()
| | |___[PTY] _BB : instance bool()
| | |___[PTY] _BV : instance bool()
| | |___[PTY] _Bank : instance bool()
| | |___[PTY] _Ctrl : instance bool()
| | |___[PTY] _EZVOF : instance bool()
| | |___[PTY] _Nivo : instance int32()
| | |___[PTY] _Nivo5 : instance bool()
| | |___[PTY] _Nwe : instance bool()
| | |___[PTY] _OZW : instance bool()
| | |___[PTY] _Ongew : instance bool()
| | |___[PTY] _Uitbr5 : instance bool()
| | |___[PTY] _WKR : instance bool()
| | |___[PTY] _WoCo : instance bool()
| | |___[PTY] _ZZP : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLTrans
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _AmountBaseCent : public int64
| | |___[FLD] _AmountCent : public int64
| | |___[FLD] _AmountCurCent : public int64
| | |___[FLD] _AmountVatCent : public int64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _DCType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dimension1 : public string
| | |___[FLD] _Dimension2 : public string
| | |___[FLD] _Dimension3 : public string
| | |___[FLD] _Dimension4 : public string
| | |___[FLD] _Dimension5 : public string
| | |___[FLD] _DocumentDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Invoice : public int32
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _VoucherLine : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Flags : int16()
| | |___[MET] get__Accrual : bool()
| | |___[MET] get__Accrued : bool()
| | |___[MET] get__Allocated : bool()
| | |___[MET] get__Allocation : bool()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__AmountBase : float64()
| | |___[MET] get__AmountCur : float64()
| | |___[MET] get__AmountVat : float64()
| | |___[MET] get__Canceled : bool()
| | |___[MET] get__Correction : bool()
| | |___[MET] get__FirstInYear : bool()
| | |___[MET] get__HasNote : bool()
| | |___[MET] get__PostCalculated : bool()
| | |___[MET] get__PrimoTrans : bool()
| | |___[MET] get__Reconciled : bool()
| | |___[MET] get__VatEntered : bool()
| | |___[MET] get__Void : bool()
| | |___[MET] get__YearTransfer : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Accrual : void(bool)
| | |___[MET] set__Accrued : void(bool)
| | |___[MET] set__Allocated : void(bool)
| | |___[MET] set__Allocation : void(bool)
| | |___[MET] set__Canceled : void(bool)
| | |___[MET] set__Correction : void(bool)
| | |___[MET] set__HasNote : void(bool)
| | |___[MET] set__PostCalculated : void(bool)
| | |___[MET] set__PrimoTrans : void(bool)
| | |___[MET] set__Reconciled : void(bool)
| | |___[MET] set__VatEntered : void(bool)
| | |___[MET] set__Void : void(bool)
| | |___[MET] set__YearTransfer : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Flags : instance int16()
| | |___[PTY] _Accrual : instance bool()
| | |___[PTY] _Accrued : instance bool()
| | |___[PTY] _Allocated : instance bool()
| | |___[PTY] _Allocation : instance bool()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _AmountBase : instance float64()
| | |___[PTY] _AmountCur : instance float64()
| | |___[PTY] _AmountVat : instance float64()
| | |___[PTY] _Canceled : instance bool()
| | |___[PTY] _Correction : instance bool()
| | |___[PTY] _FirstInYear : instance bool()
| | |___[PTY] _HasNote : instance bool()
| | |___[PTY] _PostCalculated : instance bool()
| | |___[PTY] _PrimoTrans : instance bool()
| | |___[PTY] _Reconciled : instance bool()
| | |___[PTY] _VatEntered : instance bool()
| | |___[PTY] _Void : instance bool()
| | |___[PTY] _YearTransfer : instance bool()
| |
| |___[CLS] Uniconta.DataModel.GLTransDCSum
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _AmountVat : public float64
| | |___[FLD] _CompanyId : family int32
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperation : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.GLTransNote
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _Note : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _VoucherLine : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.GLTransSum
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Credit : public int64
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Debit : public int64
| | |___[FLD] _Dimension1 : public string
| | |___[FLD] _Dimension2 : public string
| | |___[FLD] _Dimension3 : public string
| | |___[FLD] _Dimension4 : public string
| | |___[FLD] _Dimension5 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.GLTransType
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetAccountType : public valuetype
Uniconta.DataModel.GLJournalAccountType
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.GLVat
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _AccountRate2 : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _ModelBoxId : private int64
| | |___[FLD] _Name : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _OffsetAccountRate2 : public string
| | |___[FLD] _Rate : public float64
| | |___[FLD] _Rate1Vat : public string
| | |___[FLD] _Rate2 : public float64
| | |___[FLD] _Rate2AfterDate : public float64
| | |___[FLD] _Rate2Vat : public string
| | |___[FLD] _RateAfterDate : public float64
| | |___[FLD] _RowNo : private uint8
| | |___[FLD] _TypeBuy : public string
| | |___[FLD] _TypeSales : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _VatOperationCode : public uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[STM] Round : float64(float64,bool)
| | |___[STM] Round : float64(float64)
| | | VatAmount : float64(float64,valuetype
[mscorlib]System.DateTime,bool,valuetype [mscorlib]System.Nullable`1<valuetype
Uniconta.DataModel.GLVatCalculationMethod>)
| | |___[MET] VatAmount : float64(float64,valuetype
[mscorlib]System.DateTime,bool)
| | | VatAmount1 : float64(float64,valuetype
[mscorlib]System.DateTime,bool,valuetype [mscorlib]System.Nullable`1<valuetype
Uniconta.DataModel.GLVatCalculationMethod>)
| | | VatAmount2 : float64(float64,valuetype
[mscorlib]System.DateTime,bool,valuetype [mscorlib]System.Nullable`1<valuetype
Uniconta.DataModel.GLVatCalculationMethod>)
| | |___[MET] VatPct1 : float64(valuetype [mscorlib]System.DateTime)
| | |___[MET] VatPct2 : float64(valuetype [mscorlib]System.DateTime)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__FollowAccount : bool()
| | |___[MET] get__FollowAccount2 : bool()
| | |___[MET] get__Method : valuetype
Uniconta.DataModel.GLVatCalculationMethod()
| | |___[MET] get__ModelBoxId1 : uint8()
| | |___[MET] get__ModelBoxId2 : uint8()
| | |___[MET] get__ModelBoxId3 : uint8()
| | |___[MET] get__ModelBoxId4 : uint8()
| | |___[MET] get__ModelBoxId5 : uint8()
| | |___[MET] get__ModelBoxId6 : uint8()
| | |___[MET] get__ModelBoxId7 : uint8()
| | |___[MET] get__Rate2PartOfBrutto : bool()
| | |___[MET] get__VatType : valuetype Uniconta.DataModel.GLVatSaleBuy()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__FollowAccount : void(bool)
| | |___[MET] set__FollowAccount2 : void(bool)
| | |___[MET] set__Method : void(valuetype
Uniconta.DataModel.GLVatCalculationMethod)
| | |___[MET] set__ModelBoxId1 : void(uint8)
| | |___[MET] set__ModelBoxId2 : void(uint8)
| | |___[MET] set__ModelBoxId3 : void(uint8)
| | |___[MET] set__ModelBoxId4 : void(uint8)
| | |___[MET] set__ModelBoxId5 : void(uint8)
| | |___[MET] set__ModelBoxId6 : void(uint8)
| | |___[MET] set__ModelBoxId7 : void(uint8)
| | |___[MET] set__Rate2PartOfBrutto : void(bool)
| | |___[MET] set__VatType : void(valuetype Uniconta.DataModel.GLVatSaleBuy)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _FollowAccount : instance bool()
| | |___[PTY] _FollowAccount2 : instance bool()
| | |___[PTY] _Method : instance valuetype
Uniconta.DataModel.GLVatCalculationMethod()
| | |___[PTY] _ModelBoxId1 : instance uint8()
| | |___[PTY] _ModelBoxId2 : instance uint8()
| | |___[PTY] _ModelBoxId3 : instance uint8()
| | |___[PTY] _ModelBoxId4 : instance uint8()
| | |___[PTY] _ModelBoxId5 : instance uint8()
| | |___[PTY] _ModelBoxId6 : instance uint8()
| | |___[PTY] _ModelBoxId7 : instance uint8()
| | |___[PTY] _Rate2PartOfBrutto : instance bool()
| | |___[PTY] _VatType : instance valuetype
Uniconta.DataModel.GLVatSaleBuy()
| |
| |___[ENU] Uniconta.DataModel.GLVatCalculationMethod
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Automatic : public static literal valuetype
Uniconta.DataModel.GLVatCalculationMethod
| | |___[STF] Brutto : public static literal valuetype
Uniconta.DataModel.GLVatCalculationMethod
| | |___[STF] Netto : public static literal valuetype
Uniconta.DataModel.GLVatCalculationMethod
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.GLVatSaleBuy
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Buy : public static literal valuetype
Uniconta.DataModel.GLVatSaleBuy
| | |___[STF] Sales : public static literal valuetype
Uniconta.DataModel.GLVatSaleBuy
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.GLVatType
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CountryId : public uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _ModelBoxId : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _Pct1 : public float64
| | |___[FLD] _Pct2 : public float64
| | |___[FLD] _Positions : public int64
| | |___[FLD] _RowNo : public uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__NoOffsetAccount : bool()
| | |___[MET] get__Position1 : int8()
| | |___[MET] get__Position2 : int8()
| | |___[MET] get__Position3 : int8()
| | |___[MET] get__Position4 : int8()
| | |___[MET] get__Position5 : int8()
| | |___[MET] get__Position6 : int8()
| | |___[MET] get__Position7 : int8()
| | |___[MET] get__Position8 : int8()
| | |___[MET] get__Position9 : int8()
| | |___[MET] get__UseOffsetAccount : bool()
| | |___[MET] get__UseTransAccount : bool()
| | |___[MET] get__VatType : valuetype Uniconta.DataModel.GLVatSaleBuy()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__NoOffsetAccount : void(bool)
| | |___[MET] set__Position1 : void(int8)
| | |___[MET] set__Position2 : void(int8)
| | |___[MET] set__Position3 : void(int8)
| | |___[MET] set__Position4 : void(int8)
| | |___[MET] set__Position5 : void(int8)
| | |___[MET] set__Position6 : void(int8)
| | |___[MET] set__Position7 : void(int8)
| | |___[MET] set__Position8 : void(int8)
| | |___[MET] set__Position9 : void(int8)
| | |___[MET] set__UseTransAccount : void(bool)
| | |___[MET] set__VatType : void(valuetype Uniconta.DataModel.GLVatSaleBuy)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _NoOffsetAccount : instance bool()
| | |___[PTY] _Position1 : instance int8()
| | |___[PTY] _Position2 : instance int8()
| | |___[PTY] _Position3 : instance int8()
| | |___[PTY] _Position4 : instance int8()
| | |___[PTY] _Position5 : instance int8()
| | |___[PTY] _Position6 : instance int8()
| | |___[PTY] _Position7 : instance int8()
| | |___[PTY] _Position8 : instance int8()
| | |___[PTY] _Position9 : instance int8()
| | |___[PTY] _UseOffsetAccount : instance bool()
| | |___[PTY] _UseTransAccount : instance bool()
| | |___[PTY] _VatType : instance valuetype
Uniconta.DataModel.GLVatSaleBuy()
| |
| |___[CLS] Uniconta.DataModel.IOBSBankAccountSetup
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _BankAccountBankNumber : public string
| | |___[FLD] _BankAccountGLAccount : public string
| | |___[FLD] _BankAccountLedger : public string
| | |___[FLD] _BankAccountNumber : public string
| | |___[FLD] _BillPresentmentSystemParameters : public string
| | |___[FLD] _BillPresentmentSystemType : public uint8
| | |___[FLD] _CapitalGainsTaxAccount : public string
| | |___[FLD] _ClaimsURL : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CurrencyInfoCurrency : public string
| | |___[FLD] _CurrencyInfoPaymentRate : public string
| | |___[FLD] _CurrencyInfoReferenceRate : public string
| | |___[FLD] _DefaultChargeAccount : public string
| | |___[FLD] _DefaultChargeFirstAmount : public float64
| | |___[FLD] _DefaultChargeFirstDays : public int16
| | |___[FLD] _DefaultChargeSecondAmount : public float64
| | |___[FLD] _DefaultChargeSecondDays : public int16
| | |___[FLD] _DefaultInterestAccount : public string
| | |___[FLD] _DefaultInterestPercentage4 : public float64
| | |___[FLD] _DefaultInterestRule : public string
| | |___[FLD] _DefaultInterestSpecialCode : public string
| | |___[FLD] _DiscountFirstAmount : public float64
| | |___[FLD] _DiscountFirstDays : public int16
| | |___[FLD] _DiscountReferenceDate : public valuetype
[mscorlib]System.DateTime
| | |___[FLD] _DiscountSecondAmount : public float64
| | |___[FLD] _DiscountSecondDays : public int16
| | |___[FLD] _FinalDueDateTermsOfPayment : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Indentifier : public string
| | |___[FLD] _MinClaimAmount : public float64
| | |___[FLD] _Name : public string
| | |___[FLD] _NoticeAndPaymentFeePaperless : public float64
| | |___[FLD] _NoticeAndPaymentFeePrinting : public float64
| | |___[FLD] _NoticeChargeAccount : public string
| | |___[FLD] _OtherCost : public float64
| | |___[FLD] _OtherCostAccount : public string
| | |___[FLD] _OtherDefaultCosts : public float64
| | |___[FLD] _PaperlessCharge : public float64
| | |___[FLD] _Password : public string
| | |___[FLD] _PrintingCharge : public float64
| | |___[FLD] _ReferenceDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _RowId : private int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Bankprintsclaim : bool()
| | |___[MET] get__DefaultClaimBankAccount : bool()
| | |___[MET] get__DiscountIsPostRefDate : bool()
| | |___[MET] get__IsPartialPaymentAllowed : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Bankprintsclaim : void(bool)
| | |___[MET] set__DefaultClaimBankAccount : void(bool)
| | |___[MET] set__DiscountIsPostRefDate : void(bool)
| | |___[MET] set__IsPartialPaymentAllowed : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Bankprintsclaim : instance bool()
| | |___[PTY] _DefaultClaimBankAccount : instance bool()
| | |___[PTY] _DiscountIsPostRefDate : instance bool()
| | |___[PTY] _IsPartialPaymentAllowed : instance bool()
| |
| |___[CLS] Uniconta.DataModel.IOBSClaimBatch
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _BankAccount : private string
| | |___[FLD] _BatchNumber : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CreatedBy : private int32
| | |___[FLD] _DateAndTimeSentToBank : public valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Description : public string
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _FinalDueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.IOBSClaimLine
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _ClaimNumber : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Invoice : public string
| | |___[FLD] _LineNumber : private int32
| | |___[FLD] _Remaining : private float64
| | |___[FLD] _TransactionType : public string
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_LineNumber : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] LineNumber : instance int32()
| |
| |___[CLS] Uniconta.DataModel.IOBSClaimPaymentEntry
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _AmountDeposited : public float64
| | |___[FLD] _BatchNumber : public int32
| | |___[FLD] _BillNumber : public string
| | |___[FLD] _BookingDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CapitalGainsTax : public float64
| | |___[FLD] _CategoryCode : public string
| | |___[FLD] _ClaimKey : public string
| | |___[FLD] _ClaimNumber : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Currency : public uint8
| | |___[FLD] _CustmerNumber : public string
| | |___[FLD] _DefaultChargeAmount : public float64
| | |___[FLD] _DefautInterestAmount : public float64
| | |___[FLD] _DiscountAmount : public float64
| | |___[FLD] _FinalDueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Identifier : public string
| | |___[FLD] _NoticeChargeAmount : public float64
| | |___[FLD] _OtherDefaultCostAmount : public float64
| | |___[FLD] _PaymentType : public string
| | |___[FLD] _RedeemingBank : public string
| | |___[FLD] _Reference : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TotalAmount : public float64
| | |___[FLD] _TransactionDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ValueDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] HasValues : bool()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.IOBSClaimTable
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _BatchNumber : public string
| | |___[FLD] _BillNumber : public string
| | |___[FLD] _BillPresentmentSystemParameters : public string
| | |___[FLD] _BillPresentmentSystemType : public uint8
| | |___[FLD] _CancellationDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ClaimNumber : public int32
| | |___[FLD] _Claimant : public string
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _CurrencyInfoCurrency : public string
| | |___[FLD] _CurrencyInfoPaymentRate : public string
| | |___[FLD] _CurrencyInfoReferenceRate : public string
| | |___[FLD] _CustomerNumber : public string
| | |___[FLD] _DefaultChargeFirstAmount : public float64
| | |___[FLD] _DefaultChargeFirstDays : public int16
| | |___[FLD] _DefaultChargeSecondAmount : public float64
| | |___[FLD] _DefaultChargeSecondDays : public int16
| | |___[FLD] _DefaultInterestPercentage4 : public float64
| | |___[FLD] _DefaultInterestRule : public string
| | |___[FLD] _DefaultInterestSpecialCode : public string
| | |___[FLD] _DiscountFirstAmount : public float64
| | |___[FLD] _DiscountFirstDays : public int16
| | |___[FLD] _DiscountReferenceDate : public valuetype
[mscorlib]System.DateTime
| | |___[FLD] _DiscountSecondAmount : public float64
| | |___[FLD] _DiscountSecondDays : public int16
| | |___[FLD] _DueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _FinalDueDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Identifier : public string
| | |___[FLD] _NoticeAndPaymentFeePaperless : public float64
| | |___[FLD] _NoticeAndPaymentFeePrinting : public float64
| | |___[FLD] _OtherCost : public float64
| | |___[FLD] _OtherDefaultCosts : public float64
| | |___[FLD] _PayorId : public string
| | |___[FLD] _PrintingCAAddress1 : public string
| | |___[FLD] _PrintingCAAddress2 : public string
| | |___[FLD] _PrintingCACity : public string
| | |___[FLD] _PrintingCACountry : public string
| | |___[FLD] _PrintingCAName : public string
| | |___[FLD] _PrintingCAPostalCode : public string
| | |___[FLD] _PrintingCARegion : public string
| | |___[FLD] _PrintingCOMComment1 : public string
| | |___[FLD] _PrintingCOMComment2 : public string
| | |___[FLD] _PrintingCOMComment3 : public string
| | |___[FLD] _PrintingCOMComment4 : public string
| | |___[FLD] _PrintingCOMComment5 : public string
| | |___[FLD] _PrintingIRAmount1 : public float64
| | |___[FLD] _PrintingIRAmount2 : public float64
| | |___[FLD] _PrintingIRText1 : public string
| | |___[FLD] _PrintingIRText2 : public string
| | |___[FLD] _PrintingPAAddress1 : public string
| | |___[FLD] _PrintingPAAddress2 : public string
| | |___[FLD] _PrintingPACity : public string
| | |___[FLD] _PrintingPACountry : public string
| | |___[FLD] _PrintingPAName : public string
| | |___[FLD] _PrintingPAPostalCode : public string
| | |___[FLD] _PrintingPARegion : public string
| | |___[FLD] _Reference : public string
| | |___[FLD] _ReferenceDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_ClaimNumber : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__DiscountIsPostRefDate : bool()
| | |___[MET] get__IsPartialPaymentAllowed : bool()
| | |___[MET] get__PermitOutOfSequencePayment : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__DiscountIsPostRefDate : void(bool)
| | |___[MET] set__IsPartialPaymentAllowed : void(bool)
| | |___[MET] set__PermitOutOfSequencePayment : void(bool)
| | |___[PTY] ClaimNumber : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _DiscountIsPostRefDate : instance bool()
| | |___[PTY] _IsPartialPaymentAllowed : instance bool()
| | |___[PTY] _PermitOutOfSequencePayment : instance bool()
| |
| |___[CLS] Uniconta.DataModel.IOBSXMLLog
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _Direction : public string
| | |___[FLD] _SessionId : public string
| | |___[FLD] _TransactionDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[INT] Uniconta.DataModel.ITableFieldData
| | | .class interface public abstract auto ansi
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| |
| |___[CLS] Uniconta.DataModel.IdObject
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STM] get : object(object)
| |
| |___[CLS] Uniconta.DataModel.InvBOM
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPriceFactor : public float32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _ItemMaster : public string
| | |___[FLD] _ItemPart : public string
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _UnitSize : public float32
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetBOMQty : float64(float64)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__InclValueOnInvoice : bool()
| | |___[MET] get__MoveType : valuetype Uniconta.DataModel.BOMMoveType()
| | |___[MET] get__QtyType : valuetype Uniconta.DataModel.BOMQtyType()
| | |___[MET] get__ShowOnInvoice : bool()
| | |___[MET] get__ShowOnPacknote : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__InclValueOnInvoice : void(bool)
| | |___[MET] set__MoveType : void(valuetype Uniconta.DataModel.BOMMoveType)
| | |___[MET] set__QtyType : void(valuetype Uniconta.DataModel.BOMQtyType)
| | |___[MET] set__ShowOnInvoice : void(bool)
| | |___[MET] set__ShowOnPacknote : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _InclValueOnInvoice : instance bool()
| | |___[PTY] _MoveType : instance valuetype
Uniconta.DataModel.BOMMoveType()
| | |___[PTY] _QtyType : instance valuetype Uniconta.DataModel.BOMQtyType()
| | |___[PTY] _ShowOnInvoice : instance bool()
| | |___[PTY] _ShowOnPacknote : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvGroup
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _AutoNumber : public string
| | |___[FLD] _BomIncreaseValue : public string
| | |___[FLD] _BomIssue : public string
| | |___[FLD] _BomReceipt : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostAccount : public string
| | |___[FLD] _CountryOfOrigin : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _InvAccount : public string
| | |___[FLD] _InvReceipt : public string
| | |___[FLD] _JournalOffset : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _PurchaseAccount : public string
| | |___[FLD] _PurchaseAccount1 : public string
| | |___[FLD] _PurchaseAccount2 : public string
| | |___[FLD] _PurchaseAccount3 : public string
| | |___[FLD] _PurchaseAccount4 : public string
| | |___[FLD] _PurchaseVat : public string
| | |___[FLD] _PurchaseVat1 : public string
| | |___[FLD] _PurchaseVat2 : public string
| | |___[FLD] _PurchaseVat3 : public string
| | |___[FLD] _PurchaseVat4 : public string
| | |___[FLD] _RevenueAccount : public string
| | |___[FLD] _RevenueAccount1 : public string
| | |___[FLD] _RevenueAccount2 : public string
| | |___[FLD] _RevenueAccount3 : public string
| | |___[FLD] _RevenueAccount4 : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SalesVat : public string
| | |___[FLD] _SalesVat1 : public string
| | |___[FLD] _SalesVat2 : public string
| | |___[FLD] _SalesVat3 : public string
| | |___[FLD] _SalesVat4 : public string
| | |___[FLD] _TariffNumber : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] get__UseFirstIfBlank : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__UseFirstIfBlank : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _UseFirstIfBlank : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvItem
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _AlternativeItem : public string
| | |___[FLD] _Cartons : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _CostValue : public float64
| | |___[FLD] _CountryOfOrigin : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Currency1 : public uint8
| | |___[FLD] _Currency2 : public uint8
| | |___[FLD] _Currency3 : public uint8
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _Decimals : public uint8
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _EAN : public string
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Group : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _ItemType : public uint8
| | |___[FLD] _Location : public string
| | |___[FLD] _MaxStockLevel : public float64
| | |___[FLD] _MinStockLevel : public float64
| | |___[FLD] _Name : public string
| | |___[FLD] _PayrollCategory : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PurchaseAccount : public string
| | |___[FLD] _PurchaseCurrency : public uint8
| | |___[FLD] _PurchasePrice : public float64
| | |___[FLD] _PurchaseQty : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SalesPrice1 : public float64
| | |___[FLD] _SalesPrice2 : public float64
| | |___[FLD] _SalesPrice3 : public float64
| | |___[FLD] _SalesQty : public float64
| | |___[FLD] _StandardVariant : public string
| | |___[FLD] _StockPosition : public string
| | |___[FLD] _TariffNumber : public string
| | |___[FLD] _Unit : public valuetype Uniconta.DataModel.ItemUnit
| | |___[FLD] _Volume : public float64
| | |___[FLD] _Warehouse : public string
| | |___[FLD] _Weight : public float64
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__AverageCost : float64()
| | |___[MET] get__BOMCostOfLines : bool()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__CostModel : valuetype Uniconta.DataModel.CostType()
| | |___[MET] get__IncludeInDiscount : bool()
| | |___[MET] get__ItemIncludedInBOM : bool()
| | |___[MET] get__MandatorySerialBatch : bool()
| | |___[MET] get__MandatorySerialBatchMarking : bool()
| | |___[MET] get__MandatoryVariant : bool()
| | |___[MET] get__SerialOrBatch : int32()
| | |___[MET] get__UseAlternative : valuetype
Uniconta.DataModel.UseAlternativeItem()
| | |___[MET] get__UseBatch : bool()
| | |___[MET] get__UseSerial : bool()
| | |___[MET] get__UseSerialBatch : bool()
| | |___[MET] get__UseStorage : bool()
| | |___[MET] get__UseVariants : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__BOMCostOfLines : void(bool)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__CostModel : void(valuetype Uniconta.DataModel.CostType)
| | |___[MET] set__IncludeInDiscount : void(bool)
| | |___[MET] set__ItemIncludedInBOM : void(bool)
| | |___[MET] set__MandatorySerialBatch : void(bool)
| | |___[MET] set__MandatorySerialBatchMarking : void(bool)
| | |___[MET] set__MandatoryVariant : void(bool)
| | |___[MET] set__SerialOrBatch : void(int32)
| | |___[MET] set__UseAlternative : void(valuetype
Uniconta.DataModel.UseAlternativeItem)
| | |___[MET] set__UseBatch : void(bool)
| | |___[MET] set__UseSerial : void(bool)
| | |___[MET] set__UseStorage : void(bool)
| | |___[MET] set__UseVariants : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _AverageCost : instance float64()
| | |___[PTY] _BOMCostOfLines : instance bool()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _CostModel : instance valuetype Uniconta.DataModel.CostType()
| | |___[PTY] _IncludeInDiscount : instance bool()
| | |___[PTY] _ItemIncludedInBOM : instance bool()
| | |___[PTY] _MandatorySerialBatch : instance bool()
| | |___[PTY] _MandatorySerialBatchMarking : instance bool()
| | |___[PTY] _MandatoryVariant : instance bool()
| | |___[PTY] _SerialOrBatch : instance int32()
| | |___[PTY] _UseAlternative : instance valuetype
Uniconta.DataModel.UseAlternativeItem()
| | |___[PTY] _UseBatch : instance bool()
| | |___[PTY] _UseSerial : instance bool()
| | |___[PTY] _UseSerialBatch : instance bool()
| | |___[PTY] _UseStorage : instance bool()
| | |___[PTY] _UseVariants : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvItemNameGroup
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Language : public valuetype
[Uniconta.Common]Uniconta.Common.Language
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.InvItemStorage
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Item : public string
| | |___[FLD] _Location : public string
| | |___[FLD] _MaxStockLevel : public float64
| | |___[FLD] _MinStockLevel : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _QtyOrdered : public float64
| | |___[FLD] _QtyReserved : public float64
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Warehouse : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvItemText
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _EAN : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _ItemNameGroup : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _Text : public string
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvJournal
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Journal : public string
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__AutoSave : bool()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__DeleteLines : bool()
| | |___[MET] get__GenerateVoucher : bool()
| | |___[MET] get__OneVoucherForAll : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__AutoSave : void(bool)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__DeleteLines : void(bool)
| | |___[MET] set__GenerateVoucher : void(bool)
| | |___[MET] set__OneVoucherForAll : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _AutoSave : instance bool()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _DeleteLines : instance bool()
| | |___[PTY] _GenerateVoucher : instance bool()
| | |___[PTY] _OneVoucherForAll : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvJournalLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : assembly int32
| | |___[FLD] _CostPrice : public valuetype
[mscorlib]System.Nullable`1<float64>
| | |___[FLD] _CostValue : public valuetype
[mscorlib]System.Nullable`1<float64>
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _EAN : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _JournalId : private int32
| | |___[FLD] _LineNumber : public float64
| | |___[FLD] _Location : public string
| | |___[FLD] _LocationTo : public string
| | |___[FLD] _MovementType : public valuetype
Uniconta.DataModel.InvMovementType
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _Price : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SerieBatch : public string
| | |___[FLD] _Text : public string
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Warehouse : public string
| | |___[FLD] _WarehouseTo : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_JournalId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__ReportAsFinished : bool()
| | |___[MET] get__ReportAsFinishedDeep : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__ReportAsFinished : void(bool)
| | |___[MET] set__ReportAsFinishedDeep : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] JournalId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _ReportAsFinished : instance bool()
| | |___[PTY] _ReportAsFinishedDeep : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvLocation
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Location : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Warehouse : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[ENU] Uniconta.DataModel.InvMovementType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Adjustment : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Counting : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Creditor : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Debtor : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] IncludedInBOM : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Movement : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Obsolete : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] ProfitLoss : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] Project : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[STF] ReportAsFinished : public static literal valuetype
Uniconta.DataModel.InvMovementType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.InvPriceList
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[CLS] <>c__DisplayClass65_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class Uniconta.DataModel.InvPriceList
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>>
| | | |___[MET] .ctor : void()
| | | | <LoadPrices>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient[]>)
| | |
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <ItemPrices>k__BackingField : private class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Currency : public uint8
| | |___[STF] _DCType : private static literal uint8
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _LinkToPricelist : public string
| | |___[FLD] _MarginRatio : public float64
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _ValidFrom : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _ValidTo : public valuetype [mscorlib]System.DateTime
| | |___[FLD] tcs : private class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>>
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] IsLoading : bool()
| | | LoadPrices : class [mscorlib]System.Threading.Tasks.Task`1<class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>>(class
Uniconta.API.System.QueryAPI)
| | |___[MET] Version : int32(int32)
| | |___[MET] __DCType : uint8()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | | get_CurrencyEnum : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | | get_ItemPrices : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Active : bool()
| | |___[MET] get__FirstMatch : bool()
| | |___[MET] get__InclVat : bool()
| | |___[MET] get__RoundMargin : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | | set_CurrencyEnum : void(valuetype
[mscorlib]System.Nullable`1<valuetype [Uniconta.Common]Uniconta.Common.Currencies>)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | | set_ItemPrices : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Active : void(bool)
| | |___[MET] set__FirstMatch : void(bool)
| | |___[MET] set__InclVat : void(bool)
| | |___[MET] set__RoundMargin : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] CurrencyEnum : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] ItemPrices : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.ClientTools.DataModel.InvPriceListLineClient>()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Active : instance bool()
| | |___[PTY] _FirstMatch : instance bool()
| | |___[PTY] _InclVat : instance bool()
| | |___[PTY] _RoundMargin : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvPriceListLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContributionRate : public float64
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _FirstMatch : public bool
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _ItemGroup : public string
| | |___[FLD] _Pct : public float64
| | |___[FLD] _Price : public float64
| | |___[FLD] _PriceList : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _prioritet : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__FixedContributionRate : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__FixedContributionRate : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _FixedContributionRate : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvSerieBatch
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Expire : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _QtyMarked : public float64
| | |___[FLD] _QtySold : public float64
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvSerieBatchOpen
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _InvSerieBatchRowId : public int32
| | |___[FLD] _Item : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvStandardVariant
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.InvStandardVariantCombi
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _LineNumber1 : public float32
| | |___[FLD] _LineNumber2 : public float32
| | |___[FLD] _StandardVariant : public string
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvSum
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Cost : public float64
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Employee : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _ItemType : public uint8
| | |___[FLD] _Location : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _Sales : public float64
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Warehouse : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_SumVersion : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] SumVersion : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvTrans
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _AmountEntered : public float64
| | |___[FLD] _AmountEnteredCur : public float64
| | |___[FLD] _CompanyId : family int32
| | |___[FLD] _CostValue : public float64
| | |___[FLD] _Currency : family uint8
| | |___[FLD] _CustomFields : family uint8[]
| | |___[FLD] _CustomerItem : public string
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DateOnOrder : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Employee : public string
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _ExpectedDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : public int16
| | |___[FLD] _InvoiceNumber : public int32
| | |___[FLD] _InvoiceRowId : public int32
| | |___[FLD] _Item : public string
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LineNumber : public int32
| | |___[FLD] _Location : public string
| | |___[FLD] _MovementType : public uint8
| | |___[FLD] _Note : public string
| | |___[FLD] _OrderNumber : public int32
| | |___[FLD] _OrderedQty : public float64
| | |___[FLD] _Price : public float64
| | |___[FLD] _PriceCur : public float64
| | |___[FLD] _PriceVatPart : public float64
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _Remaining : public float64
| | |___[FLD] _SerieBatchNumbers : public class
[mscorlib]System.Collections.Generic.List`1<string>
| | |___[FLD] _Text : public string
| | |___[FLD] _Unit : public valuetype Uniconta.DataModel.ItemUnit
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Vat : public string
| | |___[FLD] _Warehouse : public string
| | |___[FLD] _Week : public uint8
| | |___[FLD] userFields : family class Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] _InvoiceAmount : float64()
| | |___[MET] _InvoiceAmountCur : float64()
| | |___[MET] _NetAmount : float64()
| | |___[MET] __DCType : uint8()
| | |___[MET] get_CompanyId : int32()
| | | get_CurrencyEnum : valuetype [mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[MET] get_MovementTypeEnum : valuetype
Uniconta.DataModel.InvMovementType()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__AmountCur : float64()
| | |___[MET] get__AmountCurNet : float64()
| | |___[MET] get__AmountNet : float64()
| | |___[MET] get__CostPosted : bool()
| | |___[MET] get__CostRestated : bool()
| | |___[MET] get__HasParts : bool()
| | |___[MET] get__HasSeriaBatch : bool()
| | |___[MET] get__Imported : bool()
| | |___[MET] get__NoItemUpdate : bool()
| | |___[MET] get__PartOfBOM : bool()
| | |___[MET] get__RoundTo100 : bool()
| | |___[MET] get__Subtotal : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_MovementTypeEnum : void(valuetype
Uniconta.DataModel.InvMovementType)
| | |___[MET] set__CostPosted : void(bool)
| | |___[MET] set__HasParts : void(bool)
| | |___[MET] set__HasSeriaBatch : void(bool)
| | |___[MET] set__PartOfBOM : void(bool)
| | |___[MET] set__RoundTo100 : void(bool)
| | |___[MET] set__Subtotal : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] CurrencyEnum : instance valuetype
[mscorlib]System.Nullable`1<valuetype
[Uniconta.Common]Uniconta.Common.Currencies>()
| | |___[PTY] MovementTypeEnum : instance valuetype
Uniconta.DataModel.InvMovementType()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _AmountCur : instance float64()
| | |___[PTY] _AmountCurNet : instance float64()
| | |___[PTY] _AmountNet : instance float64()
| | |___[PTY] _CostPosted : instance bool()
| | |___[PTY] _CostRestated : instance bool()
| | |___[PTY] _HasParts : instance bool()
| | |___[PTY] _HasSeriaBatch : instance bool()
| | |___[PTY] _Imported : instance bool()
| | |___[PTY] _NoItemUpdate : instance bool()
| | |___[PTY] _PartOfBOM : instance bool()
| | |___[PTY] _RoundTo100 : instance bool()
| | |___[PTY] _Subtotal : instance bool()
| |
| |___[CLS] Uniconta.DataModel.InvVariant
| | | .class public auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[STF] MaxVariantensions : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Variant : public string
| | |___[STF] _VariantType : private static literal uint8
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get___VariantType : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] __VariantType : instance uint8()
| |
| |___[CLS] Uniconta.DataModel.InvVariant1
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvVariant
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] get___VariantType : uint8()
| | |___[PTY] __VariantType : instance uint8()
| |
| |___[CLS] Uniconta.DataModel.InvVariant2
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.InvVariant
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] get___VariantType : uint8()
| | |___[PTY] __VariantType : instance uint8()
| |
| |___[CLS] Uniconta.DataModel.InvVariantCombi
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _LineNumber1 : public float32
| | |___[FLD] _LineNumber2 : public float32
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.InvVariantDetail
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _EAN : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| |
| |___[CLS] Uniconta.DataModel.InvWarehouse
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Warehouse : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[ENU] Uniconta.DataModel.ItemPriceCalcMethods
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BrottoCostPlusExtra : public static literal valuetype
Uniconta.DataModel.ItemPriceCalcMethods
| | |___[STF] GeneralPriceSetup : public static literal valuetype
Uniconta.DataModel.ItemPriceCalcMethods
| | |___[STF] ItemSalesPrice : public static literal valuetype
Uniconta.DataModel.ItemPriceCalcMethods
| | |___[STF] NettoCostPlusExtra : public static literal valuetype
Uniconta.DataModel.ItemPriceCalcMethods
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.ItemType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] BOM : public static literal valuetype
Uniconta.DataModel.ItemType
| | |___[STF] Item : public static literal valuetype
Uniconta.DataModel.ItemType
| | |___[STF] ProductionBOM : public static literal valuetype
Uniconta.DataModel.ItemType
| | |___[STF] Service : public static literal valuetype
Uniconta.DataModel.ItemType
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.ItemUnit
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Bag : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Bottle : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Box : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Cartons : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Centiliter : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Cone : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] CubicFeet : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Days : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Deciliter : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Gram : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Hectolitre : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Hours : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Kg : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Litre : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Meter : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Milligram : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Milliliter : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Minutes : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Months : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Pack : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Packages : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Pair : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Pallet : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Pcs : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Person : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Pound : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Qty : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Roll : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Seat : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Set : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Tin : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Ton : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Tube : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Weeks : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Yard : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] Years : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] cm : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] cm2 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] cm3 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] km : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] m2 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] m3 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] mm : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] mm2 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[STF] mm3 : public static literal valuetype
Uniconta.DataModel.ItemUnit
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.ItemUnitUNCode
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] ANN : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] BG : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] BO : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] BX : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CJ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CLT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CMK : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CMQ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CMT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] CT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] DAY : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] DLT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] EA : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] EA3 : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] EA_ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] FTQ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] GRM : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] HL : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] HUR : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] IE : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] KGM : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] KTM : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] LBR : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] LTR : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MGM : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MIN : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MLT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MMK : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MMQ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MMT : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MON : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MTK : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MTQ : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] MTR : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] PF : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] PK : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] PR : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] RO : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] SET : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] TN : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] TNE : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] TU : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] WEE : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] XX : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] YRD : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[STF] na : public static literal valuetype
Uniconta.DataModel.ItemUnitUNCode
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.Layouts
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Docking : public static literal valuetype
Uniconta.DataModel.Layouts
| | |___[STF] Form : public static literal valuetype
Uniconta.DataModel.Layouts
| | |___[STF] Grid : public static literal valuetype
Uniconta.DataModel.Layouts
| | |___[STF] Report : public static literal valuetype
Uniconta.DataModel.Layouts
| | |___[STF] Unknown : public static literal valuetype
Uniconta.DataModel.Layouts
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.MapTypeEnum
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Account : public static literal valuetype
Uniconta.DataModel.MapTypeEnum
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.MapTypeEnum
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.Note
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _TableId : public int32
| | |___[FLD] _TableRowId : public int32
| | |___[FLD] _Text : public string
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.NoteGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.NumberSerie
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _FirstValue : public int32
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _LastValue : public int32
| | |___[FLD] _Length : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _Next : public int32
| | |___[FLD] _Prefix : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Serie : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__Continuous : bool()
| | |___[MET] get__GenerateKey : bool()
| | |___[MET] get__InUse : bool()
| | |___[MET] get__KeepAbortedNumbers : bool()
| | |___[MET] get__Manual : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__Continuous : void(bool)
| | |___[MET] set__GenerateKey : void(bool)
| | |___[MET] set__InUse : void(bool)
| | |___[MET] set__KeepAbortedNumbers : void(bool)
| | |___[MET] set__Manual : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _Continuous : instance bool()
| | |___[PTY] _GenerateKey : instance bool()
| | |___[PTY] _InUse : instance bool()
| | |___[PTY] _KeepAbortedNumbers : instance bool()
| | |___[PTY] _Manual : instance bool()
| |
| |___[CLS] Uniconta.DataModel.NumberSerieSQLCacheFilter
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | |___[FLD] GenerateKey : private initonly bool
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,bool)
| | |___[MET] IsValid : bool(object)
| |
| |___[ENU] Uniconta.DataModel.OrderType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Movement : public static literal valuetype
Uniconta.DataModel.OrderType
| | |___[STF] Offer : public static literal valuetype
Uniconta.DataModel.OrderType
| | |___[STF] Production : public static literal valuetype
Uniconta.DataModel.OrderType
| | |___[STF] PurchaseOrder : public static literal valuetype
Uniconta.DataModel.OrderType
| | |___[STF] SalesOrder : public static literal valuetype
Uniconta.DataModel.OrderType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.ParseException
| | | .class public auto ansi sealed beforefieldinit
| | | extends [mscorlib]System.Exception
| | |___[FLD] position : private int32
| | |___[MET] .ctor : void(string,int32)
| | |___[MET] ToString : string()
| | |___[MET] get_Position : int32()
| | |___[PTY] Position : instance int32()
| |
| |___[CLS] Uniconta.DataModel.Partner
| | | .class public abstract auto ansi beforefieldinit
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Belongs2Pid : public int32
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _ContactPerson : public string
| | |___[FLD] _CountryId : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _DebitorAccountIfBlank : public string
| | |___[FLD] _Description : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _InvoiceCompanyId : public int32
| | |___[FLD] _InvoiceMessage : public string
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _NOSAccount : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _NextInvoice : public int32
| | |___[FLD] _OwnerUid : public int32
| | |___[STF] _PType : private static literal uint8
| | |___[FLD] _Phone : public string
| | |___[FLD] _Pid : private int32
| | |___[FLD] _Region : public uint8
| | |___[FLD] _Website : public string
| | |___[FLD] _ZipCode : public string
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] __PType : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_Pid : int32()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__ShowOnWeb : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__ShowOnWeb : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] Pid : instance int32()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _ShowOnWeb : instance bool()
| |
| |___[CLS] Uniconta.DataModel.PartnerDLL
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DLLType : public uint8
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _ForCompanyId : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _Pid : private int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Updated : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Pid : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Disable : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Disable : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Pid : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Disable : instance bool()
| |
| |___[CLS] Uniconta.DataModel.PartnerInvoice
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _AmountPaid : public float64
| | |___[FLD] _Clients : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Invoice : public int32
| | |___[FLD] _LineAmount : public float64
| | |___[FLD] _Pid : public int32
| | |___[FLD] _Send : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _VatPct : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__Discount : float64()
| | |___[MET] get__VatAmount : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _Discount : instance float64()
| | |___[PTY] _VatAmount : instance float64()
| |
| |___[ENU] Uniconta.DataModel.PaymentGroupingType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] All : public static literal valuetype
Uniconta.DataModel.PaymentGroupingType
| | |___[STF] Date : public static literal valuetype
Uniconta.DataModel.PaymentGroupingType
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.PaymentGroupingType
| | |___[STF] Week : public static literal valuetype
Uniconta.DataModel.PaymentGroupingType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.PaymentMethodTypes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Creditcard : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] EndMonth : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] EndWeek : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] Factoring : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] NetCash : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] NetDays : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[STF] PrePayment : public static literal valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.PaymentTerm
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _CashDiscountDays : public uint8
| | |___[FLD] _CashDiscountPct : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Days : public int32
| | |___[FLD] _DaysInterval : public int32
| | |___[FLD] _DebtorAccount : public string
| | |___[FLD] _FirstPartPct : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _OffsetAccount : public string
| | |___[FLD] _Payment : public string
| | |___[FLD] _PaymentMethod : public valuetype
Uniconta.DataModel.PaymentMethodTypes
| | |___[FLD] _Pct1 : public float64
| | |___[FLD] _Pct2 : public float64
| | |___[FLD] _RemainingPartPct : public float64
| | |___[FLD] _RowNo : private uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetDueDate : valuetype [mscorlib]System.DateTime(valuetype
[mscorlib]System.DateTime)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__CashdiscountOfNet : bool()
| | |___[MET] get__Default : bool()
| | |___[MET] get__EndOfMonth : bool()
| | |___[MET] get__PartialPayment : bool()
| | |___[MET] get__PostOnDC : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__CashdiscountOfNet : void(bool)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__EndOfMonth : void(bool)
| | |___[MET] set__PartialPayment : void(bool)
| | |___[MET] set__PostOnDC : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _CashdiscountOfNet : instance bool()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _EndOfMonth : instance bool()
| | |___[PTY] _PartialPayment : instance bool()
| | |___[PTY] _PostOnDC : instance bool()
| |
| |___[ENU] Uniconta.DataModel.PaymentTypes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] IBAN : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[STF] PaymentMethod3 : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[STF] PaymentMethod4 : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[STF] PaymentMethod5 : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[STF] PaymentMethod6 : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[STF] VendorBankAccount : public static literal valuetype
Uniconta.DataModel.PaymentTypes
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[ENU] Uniconta.DataModel.PayrollType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AdvancePayment : public static literal valuetype
Uniconta.DataModel.PayrollType
| | |___[STF] MiscCharges : public static literal valuetype
Uniconta.DataModel.PayrollType
| | |___[STF] Piecework : public static literal valuetype
Uniconta.DataModel.PayrollType
| | |___[STF] Salery : public static literal valuetype
Uniconta.DataModel.PayrollType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.PrCategory
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CatType : public valuetype Uniconta.DataModel.CategoryType
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ExpenseAccount : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _Sum : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__CanAggregate : bool()
| | |___[MET] get__CostRecognition : valuetype
Uniconta.DataModel.CostRecognitionType()
| | |___[MET] get__RevenueRecognition : valuetype
Uniconta.DataModel.RevenueRecognitionType()
| | |___[MET] get__WIP : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__CanAggregate : void(bool)
| | |___[MET] set__CostRecognition : void(valuetype
Uniconta.DataModel.CostRecognitionType)
| | |___[MET] set__RevenueRecognition : void(valuetype
Uniconta.DataModel.RevenueRecognitionType)
| | |___[MET] set__WIP : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _CanAggregate : instance bool()
| | |___[PTY] _CostRecognition : instance valuetype
Uniconta.DataModel.CostRecognitionType()
| | |___[PTY] _RevenueRecognition : instance valuetype
Uniconta.DataModel.RevenueRecognitionType()
| | |___[PTY] _WIP : instance bool()
| |
| |___[CLS] Uniconta.DataModel.PrCategoryCacheFilter
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | |___[FLD] FilterValue : private initonly valuetype
Uniconta.DataModel.CategoryType
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,valuetype
Uniconta.DataModel.CategoryType)
| | |___[MET] IsValid : bool(object)
| |
| |___[ENU] Uniconta.DataModel.PrCategoryChargeType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AmountOnCost : public static literal valuetype
Uniconta.DataModel.PrCategoryChargeType
| | |___[STF] AmountOnSales : public static literal valuetype
Uniconta.DataModel.PrCategoryChargeType
| | |___[STF] PctOnCost : public static literal valuetype
Uniconta.DataModel.PrCategoryChargeType
| | |___[STF] PctOnSales : public static literal valuetype
Uniconta.DataModel.PrCategoryChargeType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.PrJournal
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Journal : public string
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TransType : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__DateFunction : valuetype
Uniconta.DataModel.GLJournalDate()
| | |___[MET] get__DeleteLines : bool()
| | |___[MET] get__GenerateVoucher : bool()
| | |___[MET] get__OneVoucherForAll : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__DateFunction : void(valuetype
Uniconta.DataModel.GLJournalDate)
| | |___[MET] set__DeleteLines : void(bool)
| | |___[MET] set__GenerateVoucher : void(bool)
| | |___[MET] set__OneVoucherForAll : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _DateFunction : instance valuetype
Uniconta.DataModel.GLJournalDate()
| | |___[PTY] _DeleteLines : instance bool()
| | |___[PTY] _GenerateVoucher : instance bool()
| | |___[PTY] _OneVoucherForAll : instance bool()
| |
| |___[CLS] Uniconta.DataModel.PrJournalLine
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _CreditorAccount : public string
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Item : public string
| | |___[FLD] _JournalId : private int32
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _Location : public string
| | |___[FLD] _Origin : public uint8
| | |___[FLD] _PayrollCategory : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _PurchasePrice : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SalesPrice : public float64
| | |___[FLD] _Task : public int32
| | |___[FLD] _Text : public string
| | |___[FLD] _TimeFrom : public int16
| | |___[FLD] _TimeTo : public int16
| | |___[FLD] _TransType : public string
| | |___[FLD] _Unit : public valuetype Uniconta.DataModel.ItemUnit
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _Warehouse : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_JournalId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__CostAmount : float64()
| | |___[MET] get__SalesAmount : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] JournalId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _CostAmount : instance float64()
| | |___[PTY] _SalesAmount : instance float64()
| |
| |___[CLS] Uniconta.DataModel.PrJournalPosted
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _DateMax : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DateMin : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Deleted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DeletedBy : public string
| | |___[FLD] _DeletedByUser : public int32
| | |___[FLD] _GLJournalPostedId : public int32
| | |___[FLD] _Journal : public string
| | |___[FLD] _Lines : public int16
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _Posted : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _PostedBy : public string
| | |___[FLD] _PostedByUser : public int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.PrStandard
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _ItemPriceCalculation : public valuetype
Uniconta.DataModel.ItemPriceCalcMethods
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.PrStandardCategory
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostAmountCharge : public float64
| | |___[FLD] _CostPctCharge : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PrStandard : public string
| | |___[FLD] _SalesAmountCharge : public float64
| | |___[FLD] _SalesPctCharge : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__UseBaseCharge : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__UseBaseCharge : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _UseBaseCharge : instance bool()
| |
| |___[CLS] Uniconta.DataModel.PrStandardCategoryCharge
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PrStandard : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Value : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__ChargeType : valuetype
Uniconta.DataModel.PrCategoryChargeType()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__ChargeType : void(valuetype
Uniconta.DataModel.PrCategoryChargeType)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _ChargeType : instance valuetype
Uniconta.DataModel.PrCategoryChargeType()
| |
| |___[CLS] Uniconta.DataModel.PrType
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : private int16
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.ProductionOrder
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrder
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| | |___[MET] get_KeyName : string()
| | |___[PTY] KeyName : instance string()
| |
| |___[CLS] Uniconta.DataModel.ProductionOrderGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.ProductionOrderLine
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderLine
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.Project
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _City : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Completion : public float64
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _Description : public string
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _Email : public string
| | |___[FLD] _EndDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _EndDiscountPct : public float64
| | |___[FLD] _FixedPrice : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Installation : public string
| | |___[FLD] _MasterProject : public string
| | |___[FLD] _Mobil : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Number : public string
| | |___[FLD] _Payment : public string
| | |___[FLD] _PersonInCharge : public string
| | |___[FLD] _Phase : public valuetype Uniconta.DataModel.ProjectPhase
| | |___[FLD] _PrStandard : public string
| | |___[FLD] _PrType : public string
| | |___[FLD] _Purchaser : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _StartDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _TotalCostActual : public float64
| | |___[FLD] _TotalCostBudget : public float64
| | |___[FLD] _TotalSalesActual : public float64
| | |___[FLD] _TotalSalesBudget : public float64
| | |___[FLD] _Vat : public string
| | |___[FLD] _WorkAddress1 : public string
| | |___[FLD] _WorkAddress2 : public string
| | |___[FLD] _WorkAddress3 : public string
| | |___[FLD] _WorkCountry : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _YourRef : public string
| | |___[FLD] _ZipCode : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__DeleteOrder : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__DeleteOrder : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _DeleteOrder : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectBudget
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _Revision : public uint8
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Current : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Current : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Current : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectBudgetCategorySum
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.ProjectBudgetSum
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| |
| |___[CLS] Uniconta.DataModel.ProjectBudgetCategoryTypeSum
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.ProjectBudgetSum
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| |
| |___[CLS] Uniconta.DataModel.ProjectBudgetLine
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _BudgetId : private int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Completed : public float64
| | |___[FLD] _Cost : public float64
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _Revision : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Sales : public float64
| | |___[FLD] _Task : public int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_BudgetId : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] BudgetId : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ProjectBudgetSum
| | | .class public abstract auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CatType : public valuetype Uniconta.DataModel.CategoryType
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Cost : public float64
| | |___[FLD] _CostCompleted : public float64
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _QtyCompleted : public float64
| | |___[FLD] _Sales : public float64
| | |___[FLD] _SalesCompleted : public float64
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ProjectCategory
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostAmountCharge : public float64
| | |___[FLD] _CostPctCharge : public float64
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _SalesAmountCharge : public float64
| | |___[FLD] _SalesPctCharge : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__UseBaseCharge : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__UseBaseCharge : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _UseBaseCharge : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectCategoryCharge
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Value : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__ChargeType : valuetype
Uniconta.DataModel.PrCategoryChargeType()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__ChargeType : void(valuetype
Uniconta.DataModel.PrCategoryChargeType)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _ChargeType : instance valuetype
Uniconta.DataModel.PrCategoryChargeType()
| |
| |___[CLS] Uniconta.DataModel.ProjectCostCategoryGroup
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostAccount : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _OffsetCostAccount : public string
| | |___[FLD] _RevenueAccount : public string
| | |___[FLD] _RevenueAccount1 : public string
| | |___[FLD] _RevenueAccount2 : public string
| | |___[FLD] _RevenueAccount3 : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SalesVat : public string
| | |___[FLD] _SalesVat1 : public string
| | |___[FLD] _SalesVat2 : public string
| | |___[FLD] _SalesVat3 : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectGroup
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _AutoNumber : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _Materials : public string
| | |___[FLD] _MaterialsOffset : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Outlay : public string
| | |___[FLD] _OutlayOffset : public string
| | |___[FLD] _RevenueAccount : public string
| | |___[FLD] _RevenueAccount1 : public string
| | |___[FLD] _RevenueAccount2 : public string
| | |___[FLD] _RevenueAccount3 : public string
| | |___[FLD] _RowNo : private int16
| | |___[FLD] _SalesVat : public string
| | |___[FLD] _SalesVat1 : public string
| | |___[FLD] _SalesVat2 : public string
| | |___[FLD] _SalesVat3 : public string
| | |___[FLD] _WorkInProgress : public string
| | |___[FLD] _WorkInProgressOffset : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Default : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Default : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Default : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectInvoiceLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _Category : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Completed : public float64
| | |___[FLD] _InvoiceRowId : private int32
| | |___[FLD] _LineNumber : public int16
| | |___[FLD] _Project : public string
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_InvoiceRowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] InvoiceRowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ProjectInvoiceLineCat
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _Amount : public float64
| | |___[FLD] _Category : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Duty : public float64
| | |___[FLD] _Employee : public string
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _InvoiceCategory : public string
| | |___[FLD] _InvoiceRowId : private int32
| | |___[FLD] _Item : public string
| | |___[FLD] _JournalId : private int32
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LineNumber : public int16
| | |___[FLD] _Origin : public uint8
| | |___[FLD] _Price : public float64
| | |___[FLD] _Project : public string
| | |___[FLD] _Qty : public float64
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[FLD] _TransType : public string
| | |___[FLD] _Unit : public uint8
| | |___[FLD] _Voucher : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_JournalId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__SalesAmount : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] JournalId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _SalesAmount : instance float64()
| |
| |___[CLS] Uniconta.DataModel.ProjectOnAccountInvoiceLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public string
| | |___[FLD] _Amount : public float64
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Completed : public float64
| | |___[FLD] _CompletedNew : public float64
| | |___[FLD] _Employee : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _LineNumber : public float32
| | |___[FLD] _Note : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__LineAmount : float64()
| | |___[MET] get__LineAmountNew : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _LineAmount : instance float64()
| | |___[PTY] _LineAmountNew : instance float64()
| |
| |___[ENU] Uniconta.DataModel.ProjectPhase
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Accepted : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[STF] Completed : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[STF] Created : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[STF] InProgress : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[STF] Offer : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[STF] ReportedAsFinished : public static literal valuetype
Uniconta.DataModel.ProjectPhase
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.ProjectTask
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _EndDate : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Follows : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _StartDate : public valuetype [mscorlib]System.DateTime
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.ProjectTrans
| | | .class public auto ansi serializable beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _CostPrice : public float64
| | |___[FLD] _CreditorAccount : public string
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Dim1 : public string
| | |___[FLD] _Dim2 : public string
| | |___[FLD] _Dim3 : public string
| | |___[FLD] _Dim4 : public string
| | |___[FLD] _Dim5 : public string
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _DocumentRef : public int32
| | |___[FLD] _Employee : public string
| | |___[FLD] _ExpensedAmount : public float64
| | |___[FLD] _ExpensedQty : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _InvLineNumber : public int32
| | |___[FLD] _Invoice : public int64
| | |___[FLD] _InvoicedAmount : public float64
| | |___[FLD] _InvoicedQty : public float64
| | |___[FLD] _Item : public string
| | |___[FLD] _JournalPostedId : public int32
| | |___[FLD] _LineNumber : public int32
| | |___[FLD] _NumberSerie : public string
| | |___[FLD] _Origin : public uint8
| | |___[FLD] _PayrollCategory : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _PrJournalPostedId : public int32
| | |___[FLD] _Project : public string
| | |___[FLD] _PurchasePrice : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _SalesPrice : public float64
| | |___[FLD] _Task : public int32
| | |___[FLD] _Text : public string
| | |___[FLD] _TimeFrom : public int16
| | |___[FLD] _TimeTo : public int16
| | |___[FLD] _TransType : public string
| | |___[FLD] _Unit : public uint8
| | |___[FLD] _Variant1 : public string
| | |___[FLD] _Variant2 : public string
| | |___[FLD] _Voucher : public int32
| | |___[FLD] _WIPAmount : public float64
| | |___[FLD] _WIPQty : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__CostAmount : float64()
| | |___[MET] get__Invoiceable : bool()
| | |___[MET] get__Invoiced : bool()
| | |___[MET] get__PurchaseAmount : float64()
| | |___[MET] get__SalesAmount : float64()
| | |___[MET] get__canInvoice : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Invoiceable : void(bool)
| | |___[MET] set__Invoiced : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _CostAmount : instance float64()
| | |___[PTY] _Invoiceable : instance bool()
| | |___[PTY] _Invoiced : instance bool()
| | |___[PTY] _PurchaseAmount : instance float64()
| | |___[PTY] _SalesAmount : instance float64()
| | |___[PTY] _canInvoice : instance bool()
| |
| |___[CLS] Uniconta.DataModel.ProjectTransSum
| | | .class public abstract auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CatType : public valuetype Uniconta.DataModel.CategoryType
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Cost : public float64
| | |___[FLD] _Employee : public string
| | |___[FLD] _Item : public string
| | |___[FLD] _PrCategory : public string
| | |___[FLD] _Project : public string
| | |___[FLD] _Purchase : public float64
| | |___[FLD] _Qty : public float64
| | |___[FLD] _Sales : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_SumVersion : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] SumVersion : instance int32()
| |
| |___[ENU] Uniconta.DataModel.RecurringMethod
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Month1 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Month12 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Month2 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Month3 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Month4 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Month6 : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[STF] Never : public static literal valuetype
Uniconta.DataModel.RecurringMethod
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.Res
| | | .class private abstract auto ansi sealed beforefieldinit
| | |___[STF] AmbiguousConstructorInvocation : public static literal string
| | |___[STF] AmbiguousIndexerInvocation : public static literal string
| | |___[STF] AmbiguousMethodInvocation : public static literal string
| | |___[STF] ArgsIncompatibleWithLambda : public static literal string
| | |___[STF] BothTypesConvertToOther : public static literal string
| | |___[STF] CannotConvertValue : public static literal string
| | |___[STF] CannotIndexMultiDimArray : public static literal string
| | |___[STF] CloseBracketOrCommaExpected : public static literal string
| | |___[STF] CloseParenOrCommaExpected : public static literal string
| | |___[STF] CloseParenOrOperatorExpected : public static literal string
| | |___[STF] ColonExpected : public static literal string
| | |___[STF] DigitExpected : public static literal string
| | |___[STF] DotOrOpenParenExpected : public static literal string
| | |___[STF] DuplicateIdentifier : public static literal string
| | |___[STF] ExpressionExpected : public static literal string
| | |___[STF] ExpressionTypeMismatch : public static literal string
| | |___[STF] FirstExprMustBeBool : public static literal string
| | |___[STF] IdentifierExpected : public static literal string
| | |___[STF] IifRequiresThreeArgs : public static literal string
| | |___[STF] IncompatibleOperand : public static literal string
| | |___[STF] IncompatibleOperands : public static literal string
| | |___[STF] InvalidCharacter : public static literal string
| | |___[STF] InvalidCharacterLiteral : public static literal string
| | |___[STF] InvalidIndex : public static literal string
| | |___[STF] InvalidIntegerLiteral : public static literal string
| | |___[STF] InvalidRealLiteral : public static literal string
| | |___[STF] MethodIsVoid : public static literal string
| | |___[STF] MethodsAreInaccessible : public static literal string
| | |___[STF] MissingAsClause : public static literal string
| | |___[STF] NeitherTypeConvertsToOther : public static literal string
| | |___[STF] NoApplicableAggregate : public static literal string
| | |___[STF] NoApplicableIndexer : public static literal string
| | |___[STF] NoApplicableMethod : public static literal string
| | |___[STF] NoItInScope : public static literal string
| | |___[STF] NoMatchingConstructor : public static literal string
| | |___[STF] OpenBracketExpected : public static literal string
| | |___[STF] OpenParenExpected : public static literal string
| | |___[STF] ParseExceptionFormat : public static literal string
| | |___[STF] SyntaxError : public static literal string
| | |___[STF] TokenExpected : public static literal string
| | |___[STF] TypeHasNoNullableForm : public static literal string
| | |___[STF] UnknownIdentifier : public static literal string
| | |___[STF] UnknownPropertyOrField : public static literal string
| | |___[STF] UnterminatedStringLiteral : public static literal string
| |
| |___[CLS] Uniconta.DataModel.Reseller
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.Partner
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __PType : uint8()
| |
| |___[ENU] Uniconta.DataModel.RevenueRecognitionType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Billable : public static literal valuetype
Uniconta.DataModel.RevenueRecognitionType
| | |___[STF] BillableSubtotals : public static literal valuetype
Uniconta.DataModel.RevenueRecognitionType
| | |___[STF] NonBillable : public static literal valuetype
Uniconta.DataModel.RevenueRecognitionType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.Serverlog
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Account : public int32
| | |___[FLD] _Cnt : public int32
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _OpenExtra : public bool
| | |___[FLD] _Text : public string
| | |___[FLD] _Time : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Value : public int64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.SettleValueType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Invoice : public static literal valuetype
Uniconta.DataModel.SettleValueType
| | |___[STF] Voucher : public static literal valuetype
Uniconta.DataModel.SettleValueType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.ShipmentType
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
| |___[CLS] Uniconta.DataModel.Signature
| | | .class private auto ansi beforefieldinit
| | | implements class [mscorlib]System.IEquatable`1<class
Uniconta.DataModel.Signature>
| | |___[FLD] hashCode : public int32
| | |___[FLD] properties : public class Uniconta.DataModel.DynamicProperty[]
| | | .ctor : void(class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
Uniconta.DataModel.DynamicProperty>)
| | |___[MET] Equals : bool(object)
| | |___[MET] Equals : bool(class Uniconta.DataModel.Signature)
| | |___[MET] GetHashCode : int32()
| |
| |___[ENU] Uniconta.DataModel.StorageRegister
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Move : public static literal valuetype
Uniconta.DataModel.StorageRegister
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.StorageRegister
| | |___[STF] Register : public static literal valuetype
Uniconta.DataModel.StorageRegister
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.Subscription
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Account : public string
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _City : public string
| | |___[FLD] _Comment : public string
| | |___[FLD] _Companies : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _ContactPerson : public string
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CreatedBy : public int32
| | |___[FLD] _Currency : public valuetype
[Uniconta.Common]Uniconta.Common.Currencies
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Ended : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _InvoiceCompany : public int32
| | |___[FLD] _InvoiceEmail : public string
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _Modules : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _OwnerUid : public int32
| | |___[FLD] _Package : public uint8
| | |___[FLD] _Phone : public string
| | |___[FLD] _Pid : private int32
| | |___[FLD] _Sid : private int32
| | |___[FLD] _Start : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _State : public string
| | |___[FLD] _UnivisorOwner : public int32
| | |___[FLD] _UserName : public string
| | |___[FLD] _Users : public int32
| | |___[FLD] _ZipCode : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_Pid : int32()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Sid : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get__Blocked : bool()
| | |___[MET] get__Cancel : bool()
| | |___[MET] get__IsUnivisor : bool()
| | |___[MET] get__ModuleCrm : bool()
| | |___[MET] get__ModuleLogistic : bool()
| | |___[MET] get__ModuleProject : bool()
| | |___[MET] get__NoFee : bool()
| | |___[MET] get__Yearly : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set__Blocked : void(bool)
| | |___[MET] set__Cancel : void(bool)
| | |___[MET] set__IsUnivisor : void(bool)
| | |___[MET] set__ModuleCrm : void(bool)
| | |___[MET] set__ModuleLogistic : void(bool)
| | |___[MET] set__ModuleProject : void(bool)
| | |___[MET] set__NoFee : void(bool)
| | |___[MET] set__Yearly : void(bool)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] Pid : instance int32()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Sid : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] _Blocked : instance bool()
| | |___[PTY] _Cancel : instance bool()
| | |___[PTY] _IsUnivisor : instance bool()
| | |___[PTY] _ModuleCrm : instance bool()
| | |___[PTY] _ModuleLogistic : instance bool()
| | |___[PTY] _ModuleProject : instance bool()
| | |___[PTY] _NoFee : instance bool()
| | |___[PTY] _Yearly : instance bool()
| |
| |___[CLS] Uniconta.DataModel.SubscriptionInvoice
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _AmountPaid : public float64
| | |___[FLD] _Companies : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _DiscountPct : public float64
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _Invoice : public int32
| | |___[FLD] _InvoiceCompanyId : public int32
| | |___[FLD] _LineAmount : public float64
| | |___[FLD] _Modules : public int32
| | |___[FLD] _Package : public uint8
| | |___[FLD] _Pid : public int32
| | |___[FLD] _Send : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Sid : public int32
| | |___[FLD] _Users : public int32
| | |___[FLD] _VatPct : public float64
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__Amount : float64()
| | |___[MET] get__NoVAT : bool()
| | |___[MET] get__VatAmount : float64()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__NoVAT : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _Amount : instance float64()
| | |___[PTY] _NoVAT : instance bool()
| | |___[PTY] _VatAmount : instance float64()
| |
| |___[CLS] Uniconta.DataModel.SubscriptionInvoiceLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Amount : public float64
| | |___[FLD] _Comp : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CompanyName : public string
| | |___[FLD] _Date : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _LineNumber : public int16
| | |___[FLD] _Product : public valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[FLD] _Sid : private int32
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Sid : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Sid : instance int32()
| |
| |___[ENU] Uniconta.DataModel.SubscriptionProduct
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] AccessUser : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] BasePackage : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] BusinessPackage : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] BusinessPackagePlus : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] CRM : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] DeactivatedCompany : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] LogisticModule : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] NormalCompany : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] NormalUser : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] ProjectModule : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] ServerUser : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] UnivisorCompany : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[STF] UnivisorUser : public static literal valuetype
Uniconta.DataModel.SubscriptionProduct
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.SumMethod
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Script.UserMethod
| | |___[FLD] AccExp : private initonly class
[Uniconta.Common]Uniconta.Script.ExpessionContext
| | |___[FLD] SumSize : private initonly int32
| | |___[FLD] sums : private initonly class
[mscorlib]System.Collections.Generic.Dictionary`2<int32,int64[]>
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Script.ExpessionContext,int32)
| | |___[MET] AddSum : void(int32,int64[])
| | |___[MET] ClearSum : void()
| | |___[MET] FindToken : int64(string)
| | |___[MET] Index : int64(int64)
| | |___[MET] IntValue : int64(int64)
| | |___[MET] get_Name : string()
| | |___[PTY] Name : instance string()
| |
| |___[CLS] Uniconta.DataModel.SupportLine
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <CompanyId>k__BackingField : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _SupportRowId : private int32
| | |___[FLD] _Text : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_SupportRowId : int32()
| | |___[MET] get__Answer : bool()
| | |___[MET] get__HasAttachment : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_CompanyId : void(int32)
| | |___[MET] set__Answer : void(bool)
| | |___[MET] set__HasAttachment : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] SupportRowId : instance int32()
| | |___[PTY] _Answer : instance bool()
| | |___[PTY] _HasAttachment : instance bool()
| |
| |___[CLS] Uniconta.DataModel.SupportTicket
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Flags : public uint8
| | |___[FLD] _InCompanyId : public int32
| | |___[FLD] _Language : public uint8
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TicketType : public valuetype Uniconta.DataModel.SupportType
| | |___[FLD] _Title : public string
| | |___[FLD] _Uid : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] get__Closed : bool()
| | |___[MET] get__Viewed : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Closed : void(bool)
| | |___[MET] set__Viewed : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Uid : instance int32()
| | |___[PTY] _Closed : instance bool()
| | |___[PTY] _Viewed : instance bool()
| |
| |___[ENU] Uniconta.DataModel.SupportType
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Error : public static literal valuetype
Uniconta.DataModel.SupportType
| | |___[STF] Help : public static literal valuetype
Uniconta.DataModel.SupportType
| | |___[STF] Question : public static literal valuetype
Uniconta.DataModel.SupportType
| | |___[STF] Remark : public static literal valuetype
Uniconta.DataModel.SupportType
| | |___[STF] Suggestion : public static literal valuetype
Uniconta.DataModel.SupportType
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[ENU] Uniconta.DataModel.SystemAccountTypes
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Blank : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] EndYearResultTransfer : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] ErrorAccount : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] ExchangeDif : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] ExpenseFixedAssets : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] InvLossProfit : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] InvRevaluation : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] None : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] OtherTax : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] PennyDif : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] SalesTaxOffset : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] SalesTaxPayable : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] SalesTaxReceiveable : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] VatRounding : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] WithholdingBuy : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[STF] WithholdingSales : public static literal valuetype
Uniconta.DataModel.SystemAccountTypes
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.TableAddOnData
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] MaxDocSize : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _DocumentType : public valuetype
[Uniconta.Common]Uniconta.Common.FileextensionsTypes
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Group : public string
| | |___[FLD] _TableId : public int32
| | |___[FLD] _TableRowId : public int32
| | |___[FLD] _Text : public string
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get__Confirmation : bool()
| | |___[MET] get__Invoice : bool()
| | |___[MET] get__Offer : bool()
| | |___[MET] get__PackNote : bool()
| | |___[MET] get__Requisition : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Confirmation : void(bool)
| | |___[MET] set__Invoice : void(bool)
| | |___[MET] set__Offer : void(bool)
| | |___[MET] set__PackNote : void(bool)
| | |___[MET] set__Requisition : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] _Confirmation : instance bool()
| | |___[PTY] _Invoice : instance bool()
| | |___[PTY] _Offer : instance bool()
| | |___[PTY] _PackNote : instance bool()
| | |___[PTY] _Requisition : instance bool()
| |
| |___[CLS] Uniconta.DataModel.TableChangeEvent
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Arg : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TableId : public int32
| | |___[FLD] _Url : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.TableChangeLog
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Action : public uint8
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _TableId : public int32
| | |___[FLD] _TableRowId : public int32
| | |___[FLD] _Time : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetLineNumber : void(float32)
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.TableData
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[CLS] <>c
| | | | .class nested private auto ansi serializable sealed
beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[STF] <>9 : public static initonly class
Uniconta.DataModel.TableData/'<>c'
| | | |___[STF] <>9__13_1 : public static class
[mscorlib]System.Func`2<class Uniconta.DataModel.TableHeader,int32>
| | | |___[STM] .cctor : void()
| | | |___[MET] .ctor : void()
| | | | <saveFields>b__13_1 : int32(class
Uniconta.DataModel.TableHeader)
| | |
| | |___[CLS] <>c__DisplayClass13_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] id : public int32
| | | |___[MET] .ctor : void()
| | | | <saveFields>b__0 : bool(class Uniconta.DataModel.TableHeader)
| | |
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _KeyName : public string
| | |___[FLD] _KeyStr : public string
| | |___[FLD] _MasterRow : private int32
| | |___[FLD] _RowId : private int32
| | |___[FLD] _TableNo : private int32
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void(int32)
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[STM] GetClassIdSpecial : int32(int32)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetPrimaryKey : string(int32)
| | |___[MET] GetPrimaryName : string(int32)
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetPrimaryKey : void(int32,string)
| | |___[MET] SetPrimaryName : void(int32,string)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_MasterRow : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_TableNo : int32()
| | |___[MET] get_UserDefinedId : int32()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | |___[MET] get_UserTableId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] MasterRow : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] TableNo : instance int32()
| | |___[PTY] UserDefinedId : instance int32()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserTableId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.TableDataWithKey
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.TableData
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[MET] .ctor : void(int32)
| | |___[MET] .ctor : void()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyName : void(string)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.TableField
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _FieldNo : private int16
| | |___[FLD] _FieldType : public valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Format : public string
| | |___[FLD] _GroupName : public string
| | |___[FLD] _Length : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _Prompt : public string
| | |___[FLD] _RefTable : public string
| | |___[FLD] _TableId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] FieldTypeInternal : uint8()
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[STM] GetUserField : object(int32,int32,class
Uniconta.DataModel.TableFieldDataRow,string)
| | |___[STM] GetUserFieldIndex : int32(int32,int32,string)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[STM] SetUserField : bool(int32,int32,class
Uniconta.DataModel.TableFieldDataRow,string,object)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_FieldNo : int32()
| | |___[MET] get_Index : int32()
| | |___[MET] get_PropName : string()
| | |___[MET] get_PropertyType : class [mscorlib]System.Type()
| | |___[MET] get_TableId : int32()
| | |___[MET] get__DateType : int32()
| | |___[MET] get__Delete : bool()
| | |___[MET] get__Hide : bool()
| | |___[MET] get__IntSize : int32()
| | |___[MET] get__Mandatory : bool()
| | |___[MET] get__MultiLine : bool()
| | |___[MET] get__NullValues : bool()
| | |___[MET] get__PrimaryKey : bool()
| | |___[MET] get__ReadOnly : bool()
| | |___[MET] get__Unicode : bool()
| | |___[MET] get_fieldtype : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__DateType : void(int32)
| | |___[MET] set__Delete : void(bool)
| | |___[MET] set__Hide : void(bool)
| | |___[MET] set__IntSize : void(int32)
| | |___[MET] set__Mandatory : void(bool)
| | |___[MET] set__MultiLine : void(bool)
| | |___[MET] set__NullValues : void(bool)
| | |___[MET] set__PrimaryKey : void(bool)
| | |___[MET] set__ReadOnly : void(bool)
| | |___[MET] set__Unicode : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] FieldNo : instance int32()
| | |___[PTY] Index : instance int32()
| | |___[PTY] PropName : instance string()
| | |___[PTY] PropertyType : instance class [mscorlib]System.Type()
| | |___[PTY] TableId : instance int32()
| | |___[PTY] _DateType : instance int32()
| | |___[PTY] _Delete : instance bool()
| | |___[PTY] _Hide : instance bool()
| | |___[PTY] _IntSize : instance int32()
| | |___[PTY] _Mandatory : instance bool()
| | |___[PTY] _MultiLine : instance bool()
| | |___[PTY] _NullValues : instance bool()
| | |___[PTY] _PrimaryKey : instance bool()
| | |___[PTY] _ReadOnly : instance bool()
| | |___[PTY] _Unicode : instance bool()
| | |___[PTY] fieldtype : instance uint8()
| |
| |___[CLS] Uniconta.DataModel.TableFieldDataRow
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.TableFieldDataRowBase
| | |___[STF] boolTrue : private static object
| | |___[MET] .ctor : void(uint8[],int32,int32)
| | |___[MET] .ctor : void(object[])
| | |___[STM] GetFieldDef : class Uniconta.DataModel.TableField[]
(int32,int32)
| | |___[MET] PackFields : uint8[](class Uniconta.DataModel.TableField[])
| | |___[MET] PackFields : uint8[]()
| | |___[MET] PackFieldsInStreamingManager : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse()
| | |___[MET] PackFieldsInStreamingManager : class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse(class
Uniconta.DataModel.TableField[])
| | |___[MET] UnpackFields : void(class
Uniconta.DataModel.TableField[],uint8[])
| | |___[STM] UnpackFieldsObject : object[](class
Uniconta.DataModel.TableField[],uint8[])
| |
| |___[CLS] Uniconta.DataModel.TableHeader
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[STF] CLASS_ID : public static literal int32
| | |___[FLD] _AccessGroup : public uint8
| | |___[FLD] _AutoNumber : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private int16
| | |___[FLD] _Master : public int32
| | |___[FLD] _MenuPosition : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _PKprompt : public string
| | |___[FLD] _Prompt : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _UserDefinedId : public int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] ClassIdForTableData : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Attachment : bool()
| | |___[MET] get__AutoKey : bool()
| | |___[MET] get__Delete : bool()
| | |___[MET] get__Detail : bool()
| | |___[MET] get__EditLines : bool()
| | |___[MET] get__HasPrimaryKey : bool()
| | |___[MET] get__Hide : bool()
| | |___[MET] get__ReadOnly : bool()
| | |___[MET] get__SQLIdent : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Attachment : void(bool)
| | |___[MET] set__AutoKey : void(bool)
| | |___[MET] set__Delete : void(bool)
| | |___[MET] set__Detail : void(bool)
| | |___[MET] set__EditLines : void(bool)
| | |___[MET] set__HasPrimaryKey : void(bool)
| | |___[MET] set__Hide : void(bool)
| | |___[MET] set__ReadOnly : void(bool)
| | |___[MET] set__SQLIdent : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Attachment : instance bool()
| | |___[PTY] _AutoKey : instance bool()
| | |___[PTY] _Delete : instance bool()
| | |___[PTY] _Detail : instance bool()
| | |___[PTY] _EditLines : instance bool()
| | |___[PTY] _HasPrimaryKey : instance bool()
| | |___[PTY] _Hide : instance bool()
| | |___[PTY] _ReadOnly : instance bool()
| | |___[PTY] _SQLIdent : instance bool()
| |
| |___[CLS] Uniconta.DataModel.TableProperty
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Format : public string
| | |___[FLD] _GroupName : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _OnPropertyChange : public string
| | |___[FLD] _Prompt : public string
| | |___[FLD] _PropertyType : public valuetype
Uniconta.DataModel.CustomTypeCode
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Script : public string
| | |___[FLD] _TableId : private int32
| | |___[FLD] expr : public class
[Uniconta.Common]Uniconta.Script.expressionStart
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_ScriptType : valuetype
[Uniconta.Common]Uniconta.Script.ValueType()
| | |___[MET] get_TableId : int32()
| | |___[MET] get__Hide : bool()
| | |___[MET] get__OnlyRunOnPropertyChange : bool()
| | |___[MET] get_fieldtype : uint8()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Hide : void(bool)
| | |___[MET] set__OnlyRunOnPropertyChange : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] ScriptType : instance valuetype
[Uniconta.Common]Uniconta.Script.ValueType()
| | |___[PTY] TableId : instance int32()
| | |___[PTY] _Hide : instance bool()
| | |___[PTY] _OnlyRunOnPropertyChange : instance bool()
| | |___[PTY] fieldtype : instance uint8()
| |
| |___[CLS] Uniconta.DataModel.TableTemplate
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Name : public string
| | |___[FLD] _TableId : public int32
| | |___[FLD] _Template : public uint8[]
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[ENU] Uniconta.DataModel.UseAlternativeItem
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Always : public static literal valuetype
Uniconta.DataModel.UseAlternativeItem
| | |___[STF] Never : public static literal valuetype
Uniconta.DataModel.UseAlternativeItem
| | |___[STF] ZeroOnStock : public static literal valuetype
Uniconta.DataModel.UseAlternativeItem
| | |___[FLD] value__ : public specialname rtspecialname int32
| |
| |___[CLS] Uniconta.DataModel.User
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASS_ID : public static literal int32
| | |___[STF] MaxLengthLogin : public static literal int32
| | |___[FLD] _Belongs2Pid : public int32
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CompanyName : public string
| | |___[FLD] _CountryCode : public int16
| | |___[FLD] _Created : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _CreatedBy : public int32
| | |___[FLD] _DefaultCompany : public int32
| | |___[FLD] _Email : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Language : public uint8
| | |___[FLD] _LoginId : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Nationality : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _Phone : public int64
| | |___[FLD] _Pid : private int32
| | |___[FLD] _Role : public uint8
| | |___[FLD] _Status : public uint8
| | |___[FLD] _Theme : public uint8
| | |___[FLD] _Uid : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_Pid : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] get__AllowMathExpression : bool()
| | |___[MET] get__AutoDropDown : bool()
| | |___[MET] get__ClosePageOnEsc : bool()
| | |___[MET] get__Delay : bool()
| | |___[MET] get__MultiplyLogin : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_Uid : void(int32)
| | |___[MET] set__AllowMathExpression : void(bool)
| | |___[MET] set__AutoDropDown : void(bool)
| | |___[MET] set__ClosePageOnEsc : void(bool)
| | |___[MET] set__Delay : void(bool)
| | |___[MET] set__MultiplyLogin : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] Pid : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Uid : instance int32()
| | |___[PTY] _AllowMathExpression : instance bool()
| | |___[PTY] _AutoDropDown : instance bool()
| | |___[PTY] _ClosePageOnEsc : instance bool()
| | |___[PTY] _Delay : instance bool()
| | |___[PTY] _MultiplyLogin : instance bool()
| |
| |___[CLS] Uniconta.DataModel.UserAppAccess
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _AppId : private int32
| | |___[FLD] _LoginId : public string
| | |___[FLD] _Uid : private int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_AppId : int32()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] AppId : instance int32()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Uid : instance int32()
| |
| |___[CLS] Uniconta.DataModel.UserLayout
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] <CompanyId>k__BackingField : private int32
| | |___[FLD] _Data : public uint8[]
| | |___[FLD] _ExtraLayout : private uint8
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _Layout : public uint8[]
| | |___[FLD] _LayoutType : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _SubId : public int32
| | |___[FLD] _SubName : public string
| | |___[FLD] _Uid : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] CopyFields : void(class Uniconta.DataModel.UserLayout)
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] SetMaster : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_ExtraLayout : uint8()
| | |___[MET] get_LayoutTypeEnum : valuetype Uniconta.DataModel.Layouts()
| | |___[MET] get_Uid : int32()
| | |___[MET] get__Compressed : bool()
| | |___[MET] get__Default : bool()
| | |___[MET] get__Global : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_CompanyId : void(int32)
| | |___[MET] set_LayoutTypeEnum : void(valuetype
Uniconta.DataModel.Layouts)
| | |___[MET] set__Compressed : void(bool)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__Global : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] ExtraLayout : instance uint8()
| | |___[PTY] LayoutTypeEnum : instance valuetype
Uniconta.DataModel.Layouts()
| | |___[PTY] Uid : instance int32()
| | |___[PTY] _Compressed : instance bool()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _Global : instance bool()
| |
| |___[CLS] Uniconta.DataModel.UserLogin
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _ClientAPIVersion : public int16
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Login : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Mode : public valuetype
[Uniconta.Common]Uniconta.Common.User.LoginType
| | |___[FLD] _Origin : public int16
| | |___[FLD] _PcUser : public string
| | |___[FLD] _Uid : private int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] Uid : instance int32()
| |
| |___[CLS] Uniconta.DataModel.UserMenu
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Args : public string
| | |___[FLD] _ChildNode : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Control : public string
| | |___[FLD] _ControlType : public uint8
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _LineNumber : public int32
| | |___[FLD] _MenuId : public uint8
| | |___[FLD] _ModuleNode : public uint8
| | |___[FLD] _Prompt : public string
| | |___[FLD] _RibbonMenu : public string
| | |___[FLD] _RowId : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get__Disable : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Disable : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] _Disable : instance bool()
| |
| |___[CLS] Uniconta.DataModel.UserOperationLog
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _CompanyId : public int32
| | |___[FLD] _Duration : public int16
| | |___[FLD] _LogArg : public int32
| | |___[FLD] _Operation : public uint8
| | |___[FLD] _Origin : public int16
| | |___[FLD] _RetVal : public int16
| | |___[FLD] _Time : public valuetype [mscorlib]System.DateTime
| | |___[FLD] _Uid : public int32
| | |___[FLD] _UserName : public string
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[PTY] CompanyId : instance int32()
| |
| |___[CLS] Uniconta.DataModel.UserPlugin
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Args : public string
| | |___[FLD] _ClassName : public string
| | |___[FLD] _Command : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Control : public string
| | |___[FLD] _DLL : public string
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _ForCompanyId : public int32
| | |___[FLD] _Name : public string
| | |___[FLD] _PartnerDLLRowId : private int32
| | |___[FLD] _Prompt : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Uid : private int32
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_PartnerDLLRowId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] get__Disable : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__Disable : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] PartnerDLLRowId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Uid : instance int32()
| | |___[PTY] _Disable : instance bool()
| |
| |___[CLS] Uniconta.DataModel.UserReport
| | | .class public abstract auto ansi beforefieldinit
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[FLD] _Comment : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _ForCompanyId : public int32
| | |___[FLD] _ForSubId : public int32
| | |___[FLD] _Layout : public uint8[]
| | |___[FLD] _Name : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _Uid : private int32
| | |___[MET] .ctor : void()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] Version : int32(int32)
| | |___[MET] __ReportVersion : uint8()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_Uid : int32()
| | |___[MET] get__AllCompanies : bool()
| | |___[MET] get__AllUsers : bool()
| | |___[MET] get__Compressed : bool()
| | |___[MET] get__Default : bool()
| | |___[MET] get__OpenForEdit : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set__AllCompanies : void(bool)
| | |___[MET] set__AllUsers : void(bool)
| | |___[MET] set__Compressed : void(bool)
| | |___[MET] set__Default : void(bool)
| | |___[MET] set__OpenForEdit : void(bool)
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] Uid : instance int32()
| | |___[PTY] _AllCompanies : instance bool()
| | |___[PTY] _AllUsers : instance bool()
| | |___[PTY] _Compressed : instance bool()
| | |___[PTY] _Default : instance bool()
| | |___[PTY] _OpenForEdit : instance bool()
| |
| |___[CLS] Uniconta.DataModel.UserReportCombit
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.UserReport
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __ReportVersion : uint8()
| |
| |___[CLS] Uniconta.DataModel.UserReportDevExpress
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.UserReport
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __ReportVersion : uint8()
| |
| |___[CLS] Uniconta.DataModel.VatCacheFilter
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | |___[FLD] FilterValue : private initonly valuetype
Uniconta.DataModel.GLVatSaleBuy
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,valuetype
Uniconta.DataModel.GLVatSaleBuy)
| | |___[MET] IsValid : bool(object)
| |
| |___[ENU] Uniconta.DataModel.VatOptions
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Fixed : public static literal valuetype
Uniconta.DataModel.VatOptions
| | |___[STF] Mandatory : public static literal valuetype
Uniconta.DataModel.VatOptions
| | |___[STF] NoVat : public static literal valuetype
Uniconta.DataModel.VatOptions
| | |___[STF] Optional : public static literal valuetype
Uniconta.DataModel.VatOptions
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.VatTypeSQLCacheFilter
| | | .class public auto ansi beforefieldinit
| | | extends [Uniconta.Common]Uniconta.Common.SQLCacheFilter
| | |___[FLD] VatType : private initonly valuetype
Uniconta.DataModel.GLVatSaleBuy
| | |___[MET] .ctor : void(class
[Uniconta.Common]Uniconta.Common.SQLCache,valuetype
Uniconta.DataModel.GLVatSaleBuy)
| | |___[MET] IsValid : bool(object)
| |
| |___[ENU] Uniconta.DataModel.VatZones
| | | .class enum public auto ansi sealed
| | | extends [mscorlib]System.Enum
| | |___[STF] Domestic : public static literal valuetype
Uniconta.DataModel.VatZones
| | |___[STF] EU : public static literal valuetype
Uniconta.DataModel.VatZones
| | |___[STF] Foreign : public static literal valuetype
Uniconta.DataModel.VatZones
| | |___[STF] NoVatReg : public static literal valuetype
Uniconta.DataModel.VatZones
| | |___[STF] VatFree : public static literal valuetype
Uniconta.DataModel.VatZones
| | |___[FLD] value__ : public specialname rtspecialname uint8
| |
| |___[CLS] Uniconta.DataModel.Withholding
| | | .class public auto ansi beforefieldinit
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _CountryId : public uint8
| | |___[FLD] _Name : public string
| | |___[FLD] _RowNo : public uint8
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| |
| |___[CLS] Uniconta.DataModel.WorkInstallation
| | | .class public auto ansi serializable beforefieldinit
| | | implements Uniconta.DataModel.ITableFieldData
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaChildEntity
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements
[Uniconta.Common]Uniconta.Script.parser/ObjectWithUserDefinedFields
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[FLD] <Attachment>k__BackingField : private object
| | |___[FLD] <UpdatedAt>k__BackingField : private valuetype
[mscorlib]System.DateTime
| | |___[FLD] AttachmentFlags : private uint8
| | |___[STF] CLASSID : public static literal int32
| | |___[FLD] _Address1 : public string
| | |___[FLD] _Address2 : public string
| | |___[FLD] _Address3 : public string
| | |___[FLD] _City : public string
| | |___[FLD] _Code : public string
| | |___[FLD] _CompanyId : private int32
| | |___[FLD] _ContactEmail : public string
| | |___[FLD] _ContactPerson : public string
| | |___[FLD] _Country : public valuetype
[Uniconta.Common]Uniconta.Common.CountryCode
| | |___[FLD] _CustomFields : private uint8[]
| | |___[FLD] _DCAccount : public string
| | |___[FLD] _DCType : public uint8
| | |___[FLD] _Flags : private uint8
| | |___[FLD] _GLN : public string
| | |___[FLD] _Group : public string
| | |___[FLD] _LegalIdent : public string
| | |___[FLD] _Name : public string
| | |___[FLD] _Phone : public string
| | |___[FLD] _RowId : private int32
| | |___[FLD] _ZipCode : public string
| | |___[FLD] userFields : private class
Uniconta.DataModel.TableFieldDataRow
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] ClassId : int32()
| | |___[MET] Equals : bool(object)
| | |___[MET] GetHashCode : int32()
| | |___[MET] GetMaster : class [mscorlib]System.Type()
| | |___[MET] GetUserField : object(string)
| | |___[MET] GetUserFieldBoolean : bool(int32)
| | |___[MET] GetUserFieldDateTime : valuetype
[mscorlib]System.DateTime(int32)
| | | GetUserFieldDateTimeNull : valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>(int32)
| | |___[MET] GetUserFieldDouble : float64(int32)
| | |___[MET] GetUserFieldIdx : object(int32)
| | |___[MET] GetUserFieldIndex : int32(string)
| | |___[MET] GetUserFieldInt64 : int64(int32)
| | |___[MET] GetUserFieldSingle : float32(int32)
| | |___[MET] GetUserFieldString : string(int32)
| | |___[MET] MasterIsSet : bool()
| | |___[MET] SetMaster : void(class
[Uniconta.Common]Uniconta.Common.UnicontaBaseEntity)
| | |___[MET] SetUserField : bool(string,object)
| | |___[MET] SetUserFieldBoolean : void(int32,bool)
| | |___[MET] SetUserFieldDateTime : void(int32,valuetype
[mscorlib]System.DateTime)
| | | SetUserFieldDateTimeNull : void(int32,valuetype
[mscorlib]System.Nullable`1<valuetype [mscorlib]System.DateTime>)
| | |___[MET] SetUserFieldDouble : void(int32,float64)
| | |___[MET] SetUserFieldIdx : void(int32,object)
| | |___[MET] SetUserFieldInt64 : void(int32,int64)
| | |___[MET] SetUserFieldSingle : void(int32,float32)
| | |___[MET] SetUserFieldString : void(int32,string)
| | |___[MET] SetUserFields : void(object[])
| | |___[MET] UserFieldDef : class Uniconta.DataModel.TableField[]()
| | |___[MET] UserFieldTableId : int32()
| | |___[MET] Version : int32(int32)
| | |___[MET] get_Address : string()
| | |___[MET] get_Attachment : object()
| | |___[MET] get_CompanyId : int32()
| | |___[MET] get_HasDocs : bool()
| | |___[MET] get_HasNotes : bool()
| | |___[MET] get_KeyName : string()
| | |___[MET] get_KeyStr : string()
| | |___[MET] get_PropertyOfKeyStr : string()
| | |___[MET] get_RowId : int32()
| | |___[MET] get_UpdatedAt : valuetype [mscorlib]System.DateTime()
| | |___[MET] get_UserField : class Uniconta.DataModel.TableFieldDataRow()
| | | get_UserFields : class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[MET] get__Blocked : bool()
| | |___[MET] loadFields : void(class
[Uniconta.Common]Uniconta.Common.CustomReader,int32)
| | |___[MET] saveFields : void(class
[Uniconta.Common]Uniconta.Common.CustomWriter,int32)
| | |___[MET] set_Attachment : void(object)
| | |___[MET] set_HasDocs : void(bool)
| | |___[MET] set_HasNotes : void(bool)
| | |___[MET] set_KeyStr : void(string)
| | |___[MET] set_UpdatedAt : void(valuetype [mscorlib]System.DateTime)
| | |___[MET] set_UserField : void(class
Uniconta.DataModel.TableFieldDataRow)
| | |___[MET] set__Blocked : void(bool)
| | |___[PTY] Address : instance string()
| | |___[PTY] Attachment : instance object()
| | |___[PTY] CompanyId : instance int32()
| | |___[PTY] HasDocs : instance bool()
| | |___[PTY] HasNotes : instance bool()
| | |___[PTY] KeyName : instance string()
| | |___[PTY] KeyStr : instance string()
| | |___[PTY] PropertyOfKeyStr : instance string()
| | |___[PTY] RowId : instance int32()
| | |___[PTY] UpdatedAt : instance valuetype [mscorlib]System.DateTime()
| | |___[PTY] UserField : instance class
Uniconta.DataModel.TableFieldDataRow()
| | |___[PTY] UserFields : instance class
[mscorlib]System.Collections.Generic.IEnumerable`1<class
[Uniconta.Common]Uniconta.Script.parser/UserDefinedField>()
| | |___[PTY] _Blocked : instance bool()
| |
| |___[CLS] Uniconta.DataModel.WorkInstallationGroup
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.DataModel.DCOrderGroup
| | | implements [Uniconta.Common]Uniconta.Common.UnicontaBaseEntity
| | | implements
[Uniconta.Common]Uniconta.Common.UnicontaStreamableEntity
| | | implements [Uniconta.Common]Uniconta.Common.IdKey
| | | implements [Uniconta.Common]Uniconta.Common.IRowId
| | | implements [Uniconta.Common]Uniconta.Common.IdKeyName
| | |___[MET] .ctor : void()
| | |___[MET] BaseEntityType : class [mscorlib]System.Type()
| | |___[MET] __DCType : uint8()
| |
|
|___[NSP] Uniconta.Service
| |___[CLS] Uniconta.Service.CorasauRemote
| | | .class private auto ansi beforefieldinit
| | | implements Uniconta.Service.IUnicontaService
| | |___[CLS] <>c__DisplayClass7_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] ses : public class Uniconta.API.Service.Session
| | | |___[MET] .ctor : void()
| | | | <CallErrorCode>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>)
| | |
| | |___[STF] MaxCryptSize : private static literal int32
| | |___[STF] enkey : private static literal int32
| | |___[FLD] serv : private initonly class
Uniconta.Service.UnicontaRemoteService
| | |___[MET] .ctor : void(class Uniconta.Service.UnicontaRemoteService)
| | | Call : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | CallErrorCode : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | CallLong : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSync : uint8[](class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSyncErrorCode : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSyncLong : int64(class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallVoid : void(class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] Encrypt : uint8[](uint8[])
| | |___[STM] GetBuf : uint8[](class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,uint8[])
| |
| |___[INT] Uniconta.Service.IUnicontaService
| | | .class interface public abstract auto ansi
| | | Call : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | CallErrorCode : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | | CallLong : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSync : uint8[](class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSyncErrorCode : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(class
Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallSyncLong : int64(class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| | |___[MET] CallVoid : void(class Uniconta.API.Service.Session,class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse)
| |
| |___[CLS] Uniconta.Service.UnicontaRemoteService
| | | .class private auto ansi beforefieldinit
| | | extends
Uniconta.WindowsAPI.UnicontaService.CorasauWCFServiceClient
| | |___[FLD] certTask : private class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>
| | |___[FLD] rsaCryptoService : assembly initonly class
[mscorlib]System.Security.Cryptography.RSACryptoServiceProvider
| | |___[STF] serviceBinding : private static class
[System.ServiceModel]System.ServiceModel.Channels.Binding
| | |___[FLD] srv : assembly initonly class
Uniconta.Service.IUnicontaService
| | |___[MET] .ctor : void(string,bool,bool)
| | |___[STM] GetBinding : class
[System.ServiceModel]System.ServiceModel.Channels.Binding(bool)
| | | get_CertificateLoadTask : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| | |___[PTY] CertificateLoadTask : instance class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| |
|
|___[NSP] Uniconta.Version
| |___[CLS] Uniconta.Version.APIVersion
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STF] CurrentVersion : public static literal int32
| | |___[STM] VersionSupported : bool(int32)
| |
|
|___[NSP] Uniconta.WindowsAPI
| |___[NSP] Uniconta.WindowsAPI.ClientTools.DataModel.System
| | |___[CLS]
Uniconta.WindowsAPI.ClientTools.DataModel.System.TableChangeEventClient
| | | | .class public auto ansi beforefieldinit
| | | | extends Uniconta.DataModel.TableChangeEvent
| | | | implements
[System]System.ComponentModel.INotifyPropertyChanged
| | | |___[FLD] PropertyChanged : private class
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[MET] .ctor : void()
| | | |___[MET] NotifyPropertyChanged : void(string)
| | | |___[MET] add_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] get_Argument : string()
| | | |___[MET] get_TableId : int32()
| | | |___[MET] get_Url : string()
| | | |___[MET] remove_PropertyChanged : void(class
[System]System.ComponentModel.PropertyChangedEventHandler)
| | | |___[MET] set_Argument : void(string)
| | | |___[MET] set_TableId : void(int32)
| | | |___[MET] set_Url : void(string)
| | | |___[EVT] PropertyChanged :
[System]System.ComponentModel.PropertyChangedEventHandler
| | | |___[PTY] Argument : instance string()
| | | |___[PTY] TableId : instance int32()
| | | |___[PTY] Url : instance string()
| | |
| | |___[CLS]
Uniconta.WindowsAPI.ClientTools.DataModel.System.TableChangeEventClientText
| | | | .class public auto ansi beforefieldinit
| | | |___[MET] .ctor : void()
| | | |___[STM] get_Argument : string()
| | | |___[STM] get_Table : string()
| | | |___[STM] get_Url : string()
| | | |___[PTY] Argument : string()
| | | |___[PTY] Table : string()
| | | |___[PTY] Url : string()
| | |
| |
| |___[NSP] Uniconta.WindowsAPI.UnicontaService
| | |___[CLS] Uniconta.WindowsAPI.UnicontaService.CorasauWCFServiceClient
| | | | .class private auto ansi beforefieldinit
| | | | extends class
[System.ServiceModel]System.ServiceModel.ClientBase`1<class
Uniconta.WindowsAPI.UnicontaService.ICorasauWCFService>
| | | | implements
Uniconta.WindowsAPI.UnicontaService.ICorasauWCFService
| | | | .custom instance void
[mscorlib]System.Diagnostics.DebuggerStepThroughAttribute::.ctor() = ( 01 00 00
00 ) ...
| | | | .custom instance void
[System]System.CodeDom.Compiler.GeneratedCodeAttribute::.ctor(string, ...
| | | |___[MET] .ctor : void(string)
| | | |___[MET] .ctor : void(string,string)
| | | |___[MET] .ctor : void(string,class
[System.ServiceModel]System.ServiceModel.EndpointAddress)
| | | |___[MET] .ctor : void(class
[System.ServiceModel]System.ServiceModel.Channels.Binding,class
[System.ServiceModel]System.ServiceModel.EndpointAddress)
| | | |___[MET] .ctor : void()
| | | |___[MET] C1 : uint8[](uint8[])
| | | | C1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[])
| | | |___[MET] C2 : int64(uint8[])
| | | | C2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[])
| | | |___[MET] C3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[])
| | | | C3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[])
| | | |___[MET] C4 : void(uint8[])
| | | |___[MET] C4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[])
| | | |___[MET] GetCertificate : uint8[]()
| | | | GetCertificateAsync : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| | | |___[MET] W1 : uint8[](uint8[],uint8[])
| | | | W1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[],uint8[])
| | | |___[MET] W2 : int64(uint8[],uint8[])
| | | | W2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[],uint8[])
| | | |___[MET] W3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[],uint8[])
| | | | W3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[],uint8[])
| | | |___[MET] W4 : void(uint8[],uint8[])
| | | |___[MET] W4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[],uint8[])
| | | |___[MET] X1 : uint8[](uint8[])
| | | | X1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[])
| | | |___[MET] X2 : int64(uint8[])
| | | | X2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[])
| | | |___[MET] X3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[])
| | | | X3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[])
| | | |___[MET] X4 : void(uint8[])
| | | |___[MET] X4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[])
| | |
| | |___[INT] Uniconta.WindowsAPI.UnicontaService.ICorasauWCFService
| | | | .class interface private abstract auto ansi
| | | | .custom instance void
[System]System.CodeDom.Compiler.GeneratedCodeAttribute::.ctor(string, ...
| | | | .custom instance void
[System.ServiceModel]System.ServiceModel.ServiceContractAttribute::.ctor() = ( 01
00 01 00 54 0E 11 43 6F 6E 66 69 67 75 72 61 // ....T..Configura ...
| | | |___[MET] C1 : uint8[](uint8[])
| | | | C1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[])
| | | |___[MET] C2 : int64(uint8[])
| | | | C2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[])
| | | |___[MET] C3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[])
| | | | C3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[])
| | | |___[MET] C4 : void(uint8[])
| | | |___[MET] C4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[])
| | | |___[MET] GetCertificate : uint8[]()
| | | | GetCertificateAsync : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>()
| | | |___[MET] W1 : uint8[](uint8[],uint8[])
| | | | W1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[],uint8[])
| | | |___[MET] W2 : int64(uint8[],uint8[])
| | | | W2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[],uint8[])
| | | |___[MET] W3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[],uint8[])
| | | | W3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[],uint8[])
| | | |___[MET] W4 : void(uint8[],uint8[])
| | | |___[MET] W4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[],uint8[])
| | | |___[MET] X1 : uint8[](uint8[])
| | | | X1Async : class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>(uint8[])
| | | |___[MET] X2 : int64(uint8[])
| | | | X2Async : class
[mscorlib]System.Threading.Tasks.Task`1<int64>(uint8[])
| | | |___[MET] X3 : valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes(uint8[])
| | | | X3Async : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(uint8[])
| | | |___[MET] X4 : void(uint8[])
| | | |___[MET] X4Async : class
[mscorlib]System.Threading.Tasks.Task(uint8[])
| | |
| | |___[INT] Uniconta.WindowsAPI.UnicontaService.ICorasauWCFServiceChannel
| | | | .class interface private abstract auto ansi
| | | | implements
Uniconta.WindowsAPI.UnicontaService.ICorasauWCFService
| | | | implements
[System.ServiceModel]System.ServiceModel.IClientChannel
| | | | implements
[System.ServiceModel]System.ServiceModel.IContextChannel
| | | | implements
[System.ServiceModel]System.ServiceModel.Channels.IChannel
| | | | implements
[System.ServiceModel]System.ServiceModel.ICommunicationObject
| | | | implements class
[System.ServiceModel]System.ServiceModel.IExtensibleObject`1<class
[System.ServiceModel]System.ServiceModel.IContextChannel>
| | | | implements [mscorlib]System.IDisposable
| | | | .custom instance void
[System]System.CodeDom.Compiler.GeneratedCodeAttribute::.ctor(string, ...
| | |
| |
| |___[CLS] Uniconta.WindowsAPI.Startup
| | | .class public abstract auto ansi sealed beforefieldinit
| | |___[STF] OnLoadCalled : private static bool
| | |___[STF] OnRunCalled : private static bool
| | |___[STM] OnLoad : void()
| | |___[STM] OnRun : void()
| |
|
|___[NSP] UnicontaAPI.Project.API
| |___[CLS] UnicontaAPI.Project.API.PostingAPI
| | | .class public auto ansi beforefieldinit
| | | extends Uniconta.API.Service.BaseAPI
| | |___[CLS] <>c__DisplayClass4_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class
UnicontaAPI.Project.API.PostingAPI
| | | |___[FLD] TypeForSimulation : public class
Uniconta.DataModel.GLTrans
| | | |___[FLD] cs : public class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.API.GeneralLedger.PostingResult>
| | | |___[MET] .ctor : void()
| | | | <CallPost>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[CLS] <>c__DisplayClass6_0
| | | | .class nested private auto ansi sealed beforefieldinit
| | | | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| | | |___[FLD] <>4__this : public class
UnicontaAPI.Project.API.PostingAPI
| | | |___[FLD] RecordType : public class
Uniconta.DataModel.ProjectTransSum
| | | |___[FLD] tcs : public class
[mscorlib]System.Threading.Tasks.TaskCompletionSource`1<class
Uniconta.DataModel.ProjectTransSum[]>
| | | |___[MET] .ctor : void()
| | | | <GenerateInvoiceBase>b__0 : void(class
[mscorlib]System.Threading.Tasks.Task`1<uint8[]>)
| | |
| | |___[MET] .ctor : void(class Uniconta.API.Service.BaseAPI)
| | |___[MET] .ctor : void(class Uniconta.API.Service.Session,class
Uniconta.DataModel.Company)
| | | CallPost : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
[Uniconta.Common]Uniconta.Common.StreamingManagerReuse,class
Uniconta.DataModel.GLTrans)
| | | CheckJournal : class [mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.PrJournal,valuetype [mscorlib]System.DateTime,bool,class
Uniconta.DataModel.GLTrans,int32)
| | | DeleteJournalLines : class
[mscorlib]System.Threading.Tasks.Task`1<valuetype
[Uniconta.Common]Uniconta.Common.ErrorCodes>(class Uniconta.DataModel.PrJournal)
| | | GenerateInvoiceBase : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.DataModel.ProjectTransSum[]>(class
Uniconta.DataModel.ProjectTransSum,string,valuetype
[mscorlib]System.DateTime,valuetype [mscorlib]System.DateTime)
| | | PostDailyJournal : class
[mscorlib]System.Threading.Tasks.Task`1<class
Uniconta.API.GeneralLedger.PostingResult>(class
Uniconta.DataModel.PrJournal,valuetype [mscorlib]System.DateTime,string,int32)
| |
|
|___[CLS] <PrivateImplementationDetails>
| | .class private auto ansi sealed
| | .custom instance void
[mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() =
( 01 00 00 00 ) ...
| |___[VCL] __StaticArrayInitTypeSize=724
| | | .class value nested private explicit ansi sealed
| | | extends [mscorlib]System.ValueType
| |
| |___[STF] 18AAB5B34E683D3DD188A5909BBB65ADB80D0CCD : static assembly
initonly valuetype '<PrivateImplementationDetails>'/'__StaticArrayInitTypeSize=724'
at I_002E7C78
|

You might also like