Exemple #1
0
        protected sealed override void PopulateCopy(CopyArgs args, MetadataTreeNodeInclusionBase copy)
        {
            var locCopy =
                copy
                .EnsureNotNull(nameof(copy))
                .EnsureOfType <MetadataTreeNodeInclusionBase, MetadataTreeNodeDirectoryInclusion>()
                .Value;

            //
            PopulateCopy(args, locCopy);
        }
Exemple #2
0
 protected abstract void PopulateCopy(CopyArgs args, MetadataTreeNodeInclusionBase copy);