Ok, I found this, thanks for it.
But I have another problem with atribute:
In source I have:
[RuleRequiredField("Wymagane pole dla KATEGORIA_NAZWA", DefaultContexts.Save)]
[DisplayName("Nazwa")]
[Custom("PredefinedValues", "Akcja;Krymina[ch322];Dramat;Komedia")]
public string KATEGORIA_NAZWA
When I revers to EA and generate I get:
[RuleRequiredField("Wymagane pole dla KATEGORIA_NAZWA", DefaultContexts.Save)]
[DisplayName("Nazwa")]
[Custom("PredefinedValues", "Akcja
Krymina[ch322]
Dramat
Komedia")]
public string KATEGORIA_NAZWA{
Problem is in brake lists of string "Akcja;Krymina[ch322];Dramat;Komedia"
Is posible to turn off this feature?

regards
Piotr Such