automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
isForMember
automapper
config
Undocumented in source.
package
template
isForMember (
T
ForMemberConfigType
Type
) {
package
static if
(
is(T == ForMemberConfig!(DestMember, Action), string DestMember, alias Action)
)
static if
(
T.Type == Type
)
enum
bool
isForMember
;
package
static if
(
is(T == ForMemberConfig!(DestMember, Action), string DestMember, alias Action)
)
static if
(!(
T.Type == Type
))
enum
bool
isForMember
;
package
static if
(!(
is(T == ForMemberConfig!(DestMember, Action), string DestMember, alias Action)
))
enum
bool
isForMember
;
}
Members
Variables
isForMember
enum
bool
isForMember
;
Undocumented in source.
isForMember
enum
bool
isForMember
;
Undocumented in source.
isForMember
enum
bool
isForMember
;
Undocumented in source.
Meta
Source
See Implementation
automapper
config
classes
ForMemberConfig
IgnoreConfig
MapperConfiguration
ObjectMapperConfig
ObjectMemberMappingConfig
enums
ForMemberConfigType
structs
DestNamingConventionConfig
ReverseMapConfig
SourceNamingConventionConfig
templates
isConfigurationObject
isDestNamingConventionConfig
isForMember
isObjectMapperConfig
isObjectMemberMappingConfig
isReverseMapConfig
isSourceNamingConventionConfig