Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

CB-14225 fix sample Namespace Serialize attribute in template/Properties/Default.rd.xml #286

Merged
merged 2 commits into from
Sep 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/Properties/Default.rd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />

Using the Namespace directive to apply reflection policy to all the types in a particular namespace
<Namespace Name="DataClasses.ViewModels" Seralize="All" />
<Namespace Name="DataClasses.ViewModels" Serialize="All" />

The MIT License (MIT)

Expand Down