SenseNet.ContentRepository.Tests.LoggedDataProvider.LoadBinaryFragment C# (CSharp) Метод

LoadBinaryFragment() защищенный Метод

protected LoadBinaryFragment ( int binaryPropertyId, long position, int count ) : byte[]
binaryPropertyId int
position long
count int
Результат byte[]
        protected internal override byte[] LoadBinaryFragment(int binaryPropertyId, long position, int count)
        {
            WriteLog(MethodInfo.GetCurrentMethod(), binaryPropertyId, position, count);
            return base.LoadBinaryFragment(binaryPropertyId, position, count);
        }
        protected internal override IEnumerable<NodeType> LoadChildTypesToAllow(int sourceNodeId)
LoggedDataProvider