Website openantrag.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenAntrag/OpenAntragLib/Models/Representation/RepresentationClone.vb

28 lines
829 B

Imports System.ComponentModel.DataAnnotations
Imports Raven.Client
Imports System.Web.Script.Serialization
Public Class RepresentationClone
Public Property Id As String
Public Property OriginalId As Integer
Public Property Key As String
Public Property Label As String
Public Property ApiKey As String
Public Property Color As String
Public Property [Name] As String
Public Property [Name2] As String
Public Property Level As Integer
Public Property FederalKey As String
Public Property GroupType As Integer
Public Property GroupName As String
Public Property Link As String
Public Property Twitter As String
Public Property Phone As String
Public Property Mail As String
Public Property InfoMail As String
Public Property MapUrl As String
End Class