FindOrCreatePropertyMapFor() 공개 메소드

public FindOrCreatePropertyMapFor ( IMemberAccessor destinationProperty ) : PropertyMap
destinationProperty IMemberAccessor
리턴 PropertyMap
예제 #1
0
        private void ForDestinationMember(IMemberAccessor destinationProperty, Action <IMemberConfigurationExpression> memberOptions)
        {
            _propertyMap = _typeMap.FindOrCreatePropertyMapFor(destinationProperty);

            memberOptions(this);
        }