public DestinationConfigurationMemento(Type destinationType, IDescribeMappableProperty[] destinationProperties, ISourceContext[] sourceContexts, Convention[] conventions) { DestinationType = destinationType; DestinationProperties = destinationProperties; SourceContexts = sourceContexts; Conventions = conventions; }
public SourcedConvention ApplyConvention(Convention convention) { return(convention.Apply(SourceType)); }
public SourcedConvention(Type sourceType,Convention inner,IResolveValue resolver) { this.sourceType = sourceType; this.inner = inner; this.resolver = resolver; }
public SourcedConvention ApplyConvention(Convention convention) { return convention.Apply(SourceType); }
public SourcedConvention ApplyConvention(Convention convention) { return inner.ApplyConvention(convention); }
public SourcedConvention(Type sourceType, Convention inner, IResolveValue resolver) { this.sourceType = sourceType; this.inner = inner; this.resolver = resolver; }
public SourcedConvention ApplyConvention(Convention convention) { return(inner.ApplyConvention(convention)); }