table.format

来自「客户关系管理系统ASP.NET+VB.NET编程完整程序!」· FORMAT 代码 · 共 34 行

FORMAT
34
字号

			public class {0}Relation : Inherits DataManagerBase.FetchPathRelation
				Friend Sub New(ByRef relationList as ArrayList, ByVal aliasName as string)
					Me.RelationList = relationList
					Me.OrmAlias = aliasName
				End Sub
			
				
				public ReadOnly property All() as {0}Relation
					get
						{2}
						{3}
						return Me
					end get
				end property
			
				public ReadOnly property AllChildren() as {0}Relation
					get
						{2}
						return Me
					end get
				end property
			
				public ReadOnly property AllParents() as {0}Relation
					get
						{3}
						return Me
					end get
				end property
				
{1}

			End Class
			

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?