4 using System.Collections.Generic;
7 namespace SiliconStudio.Presentation.View
45 DataTemplate Template {
get; set; }
57 List<string> OverriddenProviderNames {
get; }
64 bool Match(
object obj);
OverrideRule
This enum describes how an ITemplateProvider should override other providers that matches the same ob...
The ITemplateProvider will override other providers unless they have the All or Most rule...
The ITemplateProvider will override providers whose name is in its ITemplateProvider.OverriddenProviderNames collection.
An interface for a class that can provide a template for a given object that matches some prerequisit...