コード例 #1
0
        /// <inheritdoc />
        public GatheringTool Convert(ItemDTO value, object state)
        {
            var entity = new ForagingTool();

            this.Merge(entity, value, state);
            return(entity);
        }
コード例 #2
0
 // Implement this method in a buddy class to set properties that are specific to 'ForagingTool' (if any)
 partial void Merge(ForagingTool entity, ItemDTO dto, object state);