Show / Hide Table of Contents

Class DefaultBlobFilePathCalculator

Inheritance
System.Object
DefaultBlobFilePathCalculator
Implements
IBlobFilePathCalculator
ITransientDependency
Namespace: Volo.Abp.BlobStoring.FileSystem
Assembly: Volo.Abp.BlobStoring.FileSystem.dll
Syntax
public class DefaultBlobFilePathCalculator : object, IBlobFilePathCalculator, ITransientDependency

Constructors

DefaultBlobFilePathCalculator(ICurrentTenant)

Declaration
public DefaultBlobFilePathCalculator(ICurrentTenant currentTenant)
Parameters
Type Name Description
ICurrentTenant currentTenant

Properties

CurrentTenant

Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type Description
ICurrentTenant

Methods

Calculate(BlobProviderArgs)

Declaration
public virtual string Calculate(BlobProviderArgs args)
Parameters
Type Name Description
BlobProviderArgs args
Returns
Type Description
System.String

Implements

IBlobFilePathCalculator
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft