Quantcast
Channel: Joel Abrahamsson
Viewing all articles
Browse latest Browse all 78

Interfaces implemented by shared blocks

$
0
0

From BlockData and ContentData, implemented by blocks when used as properties as well:

  • IContentData
  • IInitializableContent
  • IModifiedTrackable
  • IReadOnly
  • IReadOnly<BlockData>

From ContentMixin, shared blocks only:

  • IContent
  • IChangeTrackable
  • IExportable
  • IVersionable
  • ILocalizable
  • IContentMixin
  • IContentSecurable
  • ISecurable
  • IResourceable
  • ICategorizable

From the proxy class generated by Castle DynamicProxy:

  • IProxyTargetAccessor

Viewing all articles
Browse latest Browse all 78

Trending Articles