File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace OnTopic.Tests.ViewModels {
1111 | VIEW MODEL: DISABLE MAPPING
1212 \---------------------------------------------------------------------------------------------------------------------------*/
1313 /// <summary>
14- /// Provides a simple view model with a single property (<see cref="Key") which is annotated with the <see
14+ /// Provides a simple view model with a single property (<see cref="Key" /> ) which is annotated with the <see
1515 /// cref="DisableMappingAttribute"/>.
1616 /// </summary>
1717 /// <remarks>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace OnTopic.Tests.ViewModels.Metadata {
1111 \---------------------------------------------------------------------------------------------------------------------------*/
1212 /// <summary>
1313 /// Provides a strongly-typed data transfer object for testing view models with properties that map to custom collections
14- /// on the source <see cref="Topic"/>, as part of <see cref="TopicMappingServiceTest.CustomCollection"/> .
14+ /// on the source <see cref="Topic"/>.
1515 /// </summary>
1616 /// <remarks>
1717 /// This is a sample class intended for test purposes only; it is not designed for use in a production environment.
Original file line number Diff line number Diff line change 33| Client Ignia, LLC
44| Project Topics Library
55\=============================================================================================================================*/
6+ using OnTopic . Metadata . AttributeTypes ;
67
78namespace OnTopic . Tests . ViewModels . Metadata {
89
910 /*============================================================================================================================
1011 | VIEW MODEL: TEXT ATTRIBUTE (DESCRIPTOR)
1112 \---------------------------------------------------------------------------------------------------------------------------*/
1213 /// <summary>
13- /// Provides a strongly-typed data transfer object for testing view models with properties that map to custom collections
14- /// on the source <see cref="Topic "/>, as part of <see cref="TopicMappingServiceTest.CustomCollection"/> .
14+ /// Provides a dummy implementation of a view model for an <see cref="AttributeTypeDescriptor"/> view model, in order to
15+ /// allow the dynamic resolution of mapping <see cref="TextAttribute "/> topics to view models .
1516 /// </summary>
1617 /// <remarks>
1718 /// This is a sample class intended for test purposes only; it is not designed for use in a production environment.
Original file line number Diff line number Diff line change 33| Client Ignia, LLC
44| Project Topics Library
55\=============================================================================================================================*/
6+ using OnTopic . Metadata . AttributeTypes ;
67
78namespace OnTopic . Tests . ViewModels . Metadata {
89
910 /*============================================================================================================================
1011 | VIEW MODEL: TOPIC REFERENCE ATTRIBUTE (DESCRIPTOR)
1112 \---------------------------------------------------------------------------------------------------------------------------*/
1213 /// <summary>
13- /// Provides a strongly-typed data transfer object for testing view models with properties that map to custom collections
14- /// on the source <see cref="Topic "/>, as part of <see cref="TopicMappingServiceTest.CustomCollection"/> .
14+ /// Provides a dummy implementation of a view model for an <see cref="AttributeTypeDescriptor"/> view model, in order to
15+ /// allow the dynamic resolution of mapping <see cref="TopicReferenceAttribute "/> topics to view models .
1516 /// </summary>
1617 /// <remarks>
1718 /// This is a sample class intended for test purposes only; it is not designed for use in a production environment.
You can’t perform that action at this time.
0 commit comments