Skip to content

Commit

Permalink
Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Nov 30, 2016
1 parent b1218f7 commit ec9f22c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 19 additions & 0 deletions Form/Test/Address.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,24 @@ The city name.</Description>
<Parameter name="MAXLEN" value="80"/>
<Parameter name="POPSPEC" value="City()"/>
</Property>

<Storage name="Default">
<Type>%Library.CacheSerialState</Type>
<State>AddressState</State>
<StreamLocation>^Form.Test.AddressS</StreamLocation>
<Data name="AddressState">
<Structure>listnode</Structure>
<Subscript/>
<Value name="1">
<Value>House</Value>
</Value>
<Value name="2">
<Value>Street</Value>
</Value>
<Value name="3">
<Value>City</Value>
</Value>
</Data>
</Storage>
</Class>
</Export>
7 changes: 0 additions & 7 deletions Form/Test/Person.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ Required for all long properties used by "order by" </Description>
<Parameter name="MAXLEN" value="2000"/>
</Property>

<UDLText name="T">
<Content><![CDATA[
// Property gender As %String(DISPLAYLIST = ",М,Ж", DISPLAYNAME = "Пол", VALUELIST = ",1,2");
]]></Content>
</UDLText>

<Property name="dob">
<Description>
Person's gender
Expand Down

0 comments on commit ec9f22c

Please sign in to comment.