-
Notifications
You must be signed in to change notification settings - Fork 0
voicenotesai.mapping.commentprofile
github-actions[bot] edited this page Mar 4, 2026
·
1 revision
Namespace: VoiceNotesAI.Mapping
public class CommentProfile : AutoMapper.Profile, AutoMapper.Internal.IProfileExpressionInternal, AutoMapper.IProfileExpression, AutoMapper.IProfileConfigurationInheritance Object → Profile → CommentProfile
Implements IProfileExpressionInternal, IProfileExpression, IProfileConfiguration
public string ProfileName { get; }public Nullable<bool> AllowNullDestinationValues { get; set; }public Nullable<bool> AllowNullCollections { get; set; }public Func<PropertyInfo, bool> ShouldMapProperty { get; set; }public Func<FieldInfo, bool> ShouldMapField { get; set; }public Func<MethodInfo, bool> ShouldMapMethod { get; set; }public Func<ConstructorInfo, bool> ShouldUseConstructor { get; set; }Func<ConstructorInfo, Boolean>
public INamingConvention SourceMemberNamingConvention { get; set; }INamingConvention
public INamingConvention DestinationMemberNamingConvention { get; set; }INamingConvention
public List<ValueTransformerConfiguration> ValueTransformers { get; }List<ValueTransformerConfiguration>
public CommentProfile()