|  |  | @ -3,7 +3,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | @using Volo.Abp.ObjectExtending |  |  |  | @using Volo.Abp.ObjectExtending | 
			
		
	
		
		
			
				
					
					|  |  |  | @using Volo.Abp.Localization |  |  |  | @using Volo.Abp.Localization | 
			
		
	
		
		
			
				
					
					|  |  |  | @using Volo.Abp.Data |  |  |  | @using Volo.Abp.Data | 
			
		
	
		
		
			
				
					
					|  |  |  | @using Newtonsoft.Json |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @{ |  |  |  | @{ | 
			
		
	
		
		
			
				
					
					|  |  |  |     Entity.SetDefaultsForExtraProperties(); |  |  |  |     Entity.SetDefaultsForExtraProperties(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -23,8 +22,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             else |  |  |  |             else | 
			
		
	
		
		
			
				
					
					|  |  |  |             { |  |  |  |             { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 var inputType = propertyInfo.GetInputType(); |  |  |  |                 var inputType = propertyInfo.GetInputType(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 Console.WriteLine(JsonConvert.SerializeObject(propertyInfo)); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 __builder.OpenComponent(0, inputType.MakeGenericType(new[] { typeof(TEntityType), typeof(TResourceType) })); |  |  |  |                 __builder.OpenComponent(0, inputType.MakeGenericType(new[] { typeof(TEntityType), typeof(TResourceType) })); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 __builder.AddAttribute(1, "PropertyInfo", propertyInfo); |  |  |  |                 __builder.AddAttribute(1, "PropertyInfo", propertyInfo); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 __builder.AddAttribute(2, "Entity", Entity); |  |  |  |                 __builder.AddAttribute(2, "Entity", Entity); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |