View Source
Class BlockEditorPropertyValueConstructorCacheBase<T>
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class BlockEditorPropertyValueConstructorCacheBase<T>
where T : IBlockReference<IPublishedElement, IPublishedElement>
Type Parameters
Methods
View Source
Clear()
Declaration
View Source
SetValue((Guid ContentTypeKey, Nullable<Guid> SettingsTypeKey), Func<Guid, IPublishedElement, Nullable<Guid>, IPublishedElement, T>)
Declaration
public void SetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, Func<Guid, IPublishedElement, Guid?, IPublishedElement, T> value)
Parameters
View Source
TryGetValue((Guid ContentTypeKey, Nullable<Guid> SettingsTypeKey), out Func<Guid, IPublishedElement, Nullable<Guid>, IPublishedElement, T>)
Declaration
public bool TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, out Func<Guid, IPublishedElement, Guid?, IPublishedElement, T> value)
Parameters
Returns
Type |
Description |
System.Boolean |
|