Skip to content

voicenotesai.mapping.commentprofile

github-actions[bot] edited this page Mar 4, 2026 · 1 revision

< Back


CommentProfile

Namespace: VoiceNotesAI.Mapping

public class CommentProfile : AutoMapper.Profile, AutoMapper.Internal.IProfileExpressionInternal, AutoMapper.IProfileExpression, AutoMapper.IProfileConfiguration

Inheritance Object → Profile → CommentProfile
Implements IProfileExpressionInternal, IProfileExpression, IProfileConfiguration

Properties

ProfileName

public string ProfileName { get; }

Property Value

String

AllowNullDestinationValues

public Nullable<bool> AllowNullDestinationValues { get; set; }

Property Value

Nullable<Boolean>

AllowNullCollections

public Nullable<bool> AllowNullCollections { get; set; }

Property Value

Nullable<Boolean>

ShouldMapProperty

public Func<PropertyInfo, bool> ShouldMapProperty { get; set; }

Property Value

Func<PropertyInfo, Boolean>

ShouldMapField

public Func<FieldInfo, bool> ShouldMapField { get; set; }

Property Value

Func<FieldInfo, Boolean>

ShouldMapMethod

public Func<MethodInfo, bool> ShouldMapMethod { get; set; }

Property Value

Func<MethodInfo, Boolean>

ShouldUseConstructor

public Func<ConstructorInfo, bool> ShouldUseConstructor { get; set; }

Property Value

Func<ConstructorInfo, Boolean>

SourceMemberNamingConvention

public INamingConvention SourceMemberNamingConvention { get; set; }

Property Value

INamingConvention

DestinationMemberNamingConvention

public INamingConvention DestinationMemberNamingConvention { get; set; }

Property Value

INamingConvention

ValueTransformers

public List<ValueTransformerConfiguration> ValueTransformers { get; }

Property Value

List<ValueTransformerConfiguration>

Constructors

CommentProfile()

public CommentProfile()

< Back

Clone this wiki locally