コード例 #1
0
ファイル: Category.cs プロジェクト: justintg/OpenBudget
        int ISortableEntity.GetMaxSnapshotSortOrder(ISnapshotStore snapshotStore)
        {
            var parentReference = GetProperty <EntityReference>(nameof(EntityBase.Parent));

            return(snapshotStore.GetCategoryMaxSortOrder(parentReference.EntityID));
        }