public DictionaryKey(string typeId, PersistentBreadcrumbTypeDefinition type)
 {
     TypeId = typeId;
     Type   = type;
 }
Example #2
0
 public void SetBreadcrumbId(PersistentBreadcrumbTypeDefinitionKey breadcrumbType, string instanceId)
 {
     SetBreadcrumbId(PersistentBreadcrumbTypeDefinition.ToStaticBreadcrumb(breadcrumbType.Id, instanceId));
 }