File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<%
22string classType = " business object" ;
33if (Info.ObjectType == CslaObjectType.BaseClass)
4- classType = " base classe " ;
4+ classType = " base class " ;
55else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6- classType = " criteria classe " ;
6+ classType = " criteria class " ;
77
88if ((firstComment == null && string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99 (firstComment == true && !string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))
Original file line number Diff line number Diff line change 11<%
22string classType = " business object" ;
33if (Info.ObjectType == CslaObjectType.BaseClass)
4- classType = " base classe " ;
4+ classType = " base class " ;
55else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6- classType = " criteria classe " ;
6+ classType = " criteria class " ;
77
88if ((firstComment == null && string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99 (firstComment == true && !string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))
Original file line number Diff line number Diff line change 11<%
22string classType = " business object" ;
33if (Info.ObjectType == CslaObjectType.BaseClass)
4- classType = " base classe " ;
4+ classType = " base class " ;
55else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6- classType = " criteria classe " ;
6+ classType = " criteria class " ;
77
88if ((firstComment == null && string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99 (firstComment == true && !string .IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))
You can’t perform that action at this time.
0 commit comments