Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Marat Pavlov
/
AlexAdapter
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8977ddff
authored
Mar 29, 2022
by
Alex Nasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qq
parent
ff65c941
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
32 deletions
SocialMinistryDataExchange/Model/SMData.cs
SocialMinistryDataExchange/Model/SMData.cs
View file @
8977ddff
...
@@ -12,37 +12,6 @@ namespace SocialMinistryDataExchange.Model {
...
@@ -12,37 +12,6 @@ namespace SocialMinistryDataExchange.Model {
PersonBirthday
=
32
,
PersonBirthday
=
32
,
}
}
public
class
SMData
{
public
SMData
()
{
}
public
string
rowguid_eais
{
get
;
set
;
}
public
string
TerritoryName
{
get
;
set
;
}
public
string
PersonFamilyName
{
get
;
set
;
}
public
string
PersonName
{
get
;
set
;
}
public
string
PersonSurname
{
get
;
set
;
}
public
DateTime
?
PersonBirthday
{
get
;
set
;
}
public
string
PersonDocumentType
{
get
;
set
;
}
public
string
PersonDocumentSeria
{
get
;
set
;
}
public
string
PersonDocumentNumber
{
get
;
set
;
}
public
DateTime
?
PersonDocumentDate
{
get
;
set
;
}
public
string
PersonSnils
{
get
;
set
;
}
public
string
rowguid_contingent
{
get
;
set
;
}
public
string
Status
{
get
;
set
;
}
public
DateTime
?
StatusDate
{
get
;
set
;
}
public
string
FounderType
{
get
;
set
;
}
public
string
OrganizationType
{
get
;
set
;
}
public
string
EducationProgram
{
get
;
set
;
}
public
string
EducationForm
{
get
;
set
;
}
}
public
class
SMPersonRequest
{
public
string
rowguid_eais
{
get
;
set
;
}
public
string
document_seria
{
get
;
set
;
}
public
string
document_number
{
get
;
set
;
}
}
public
class
SMPersonDataResponce
{
public
string
MsgID
{
get
;
set
;
}
public
Person
[]
MsgData
{
get
;
set
;
}
}
public
class
SMResponceTemp
{
public
class
SMResponceTemp
{
public
string
rowguid_eais
{
get
;
set
;
}
public
string
rowguid_eais
{
get
;
set
;
}
...
@@ -53,7 +22,7 @@ namespace SocialMinistryDataExchange.Model {
...
@@ -53,7 +22,7 @@ namespace SocialMinistryDataExchange.Model {
public
DateTime
?
КонечнаяДата
{
get
;
set
;
}
public
DateTime
?
КонечнаяДата
{
get
;
set
;
}
public
Guid
?
Подразделение
{
get
;
set
;
}
public
Guid
?
Подразделение
{
get
;
set
;
}
public
Guid
?
Организация
{
get
;
set
;
}
public
Guid
?
Организация
{
get
;
set
;
}
public
string
?
Имя
{
get
;
set
;
}
public
string
?
Имя
{
get
;
set
;
}
public
string
?
Отчество
{
get
;
set
;
}
public
string
?
Отчество
{
get
;
set
;
}
public
string
?
Фамилия
{
get
;
set
;
}
public
string
?
Фамилия
{
get
;
set
;
}
...
@@ -86,4 +55,39 @@ namespace SocialMinistryDataExchange.Model {
...
@@ -86,4 +55,39 @@ namespace SocialMinistryDataExchange.Model {
public
SMResponceTemp
()
{
public
SMResponceTemp
()
{
}
}
}
}
//old
public
class
SMData
{
public
SMData
()
{
}
public
string
rowguid_eais
{
get
;
set
;
}
public
string
TerritoryName
{
get
;
set
;
}
public
string
PersonFamilyName
{
get
;
set
;
}
public
string
PersonName
{
get
;
set
;
}
public
string
PersonSurname
{
get
;
set
;
}
public
DateTime
?
PersonBirthday
{
get
;
set
;
}
public
string
PersonDocumentType
{
get
;
set
;
}
public
string
PersonDocumentSeria
{
get
;
set
;
}
public
string
PersonDocumentNumber
{
get
;
set
;
}
public
DateTime
?
PersonDocumentDate
{
get
;
set
;
}
public
string
PersonSnils
{
get
;
set
;
}
public
string
rowguid_contingent
{
get
;
set
;
}
public
string
Status
{
get
;
set
;
}
public
DateTime
?
StatusDate
{
get
;
set
;
}
public
string
FounderType
{
get
;
set
;
}
public
string
OrganizationType
{
get
;
set
;
}
public
string
EducationProgram
{
get
;
set
;
}
public
string
EducationForm
{
get
;
set
;
}
}
public
class
SMPersonRequest
{
public
string
rowguid_eais
{
get
;
set
;
}
public
string
document_seria
{
get
;
set
;
}
public
string
document_number
{
get
;
set
;
}
}
public
class
SMPersonDataResponce
{
public
string
MsgID
{
get
;
set
;
}
public
Person
[]
MsgData
{
get
;
set
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment