📄 nodeinfo.cs
字号:
public string LinkUrl
{
get
{
return this.m_LinkUrl;
}
set
{
this.m_LinkUrl = value;
}
}
public string ListPageHtmlRule
{
get
{
return this.m_ListPageHtmlRule;
}
set
{
this.m_ListPageHtmlRule = value;
}
}
public string ListPagePostfix
{
get
{
return this.m_ListPagePostfix;
}
set
{
this.m_ListPagePostfix = value;
}
}
public ListPagePathType ListPageSavePathType
{
get
{
return this.m_ListPageSavePathType;
}
set
{
this.m_ListPageSavePathType = value;
}
}
public string MetaDescription
{
get
{
return this.m_MetaDescription;
}
set
{
this.m_MetaDescription = value;
}
}
public string MetaKeywords
{
get
{
return this.m_MetaKeywords;
}
set
{
this.m_MetaKeywords = value;
}
}
public int NextId
{
get
{
return this.m_NextId;
}
set
{
this.m_NextId = value;
}
}
public string NodeDir
{
get
{
return this.m_NodeDir;
}
set
{
this.m_NodeDir = value;
}
}
public int NodeId
{
get
{
return this.m_NodeId;
}
set
{
this.m_NodeId = value;
}
}
public string NodeIdentifier
{
get
{
return this.m_NodeIdentifier;
}
set
{
this.m_NodeIdentifier = value;
}
}
public string NodeName
{
get
{
return this.m_NodeName;
}
set
{
this.m_NodeName = value;
}
}
public string NodePicUrl
{
get
{
return this.m_NodePicUrl;
}
set
{
this.m_NodePicUrl = value;
}
}
public PowerEasy.Enumerations.NodeType NodeType
{
get
{
return this.m_NodeType;
}
set
{
this.m_NodeType = value;
}
}
public int OpenType
{
get
{
return this.m_OpenType;
}
set
{
this.m_OpenType = value;
}
}
public int OrderId
{
get
{
return this.m_OrderId;
}
set
{
this.m_OrderId = value;
}
}
public int OrderType
{
get
{
return this.m_OrderType;
}
set
{
this.m_OrderType = value;
}
}
public string ParentDir
{
get
{
return this.m_ParentDir;
}
set
{
this.m_ParentDir = value;
}
}
public int ParentId
{
get
{
return this.m_ParentId;
}
set
{
this.m_ParentId = value;
}
}
public string ParentPath
{
get
{
return this.m_ParentPath;
}
set
{
this.m_ParentPath = value;
}
}
public int PrevId
{
get
{
return this.m_PrevId;
}
set
{
this.m_PrevId = value;
}
}
public int PurviewType
{
get
{
return this.m_PurviewType;
}
set
{
this.m_PurviewType = value;
}
}
public string RelateNode
{
get
{
return this.m_RelateNode;
}
set
{
this.m_RelateNode = value;
}
}
public string RelateSpecial
{
get
{
return this.m_RelateSpecial;
}
set
{
this.m_RelateSpecial = value;
}
}
public int RootId
{
get
{
return this.m_RootId;
}
set
{
this.m_RootId = value;
}
}
public NodeSettingInfo Settings
{
get
{
return this.m_Settings;
}
set
{
this.m_Settings = value;
}
}
public bool ShowOnListIndex
{
get
{
return this.m_ShowOnListIndex;
}
set
{
this.m_ShowOnListIndex = value;
}
}
public bool ShowOnListParent
{
get
{
return this.m_ShowOnListParent;
}
set
{
this.m_ShowOnListParent = value;
}
}
public bool ShowOnMap
{
get
{
return this.m_ShowOnMap;
}
set
{
this.m_ShowOnMap = value;
}
}
public bool ShowOnMenu
{
get
{
return this.m_ShowOnMenu;
}
set
{
this.m_ShowOnMenu = value;
}
}
public bool ShowOnPath
{
get
{
return this.m_ShowOnPath;
}
set
{
this.m_ShowOnPath = value;
}
}
public string Tips
{
get
{
return this.m_Tips;
}
set
{
this.m_Tips = value;
}
}
public int WorkFlowId
{
get
{
return this.m_WorkFlowId;
}
set
{
this.m_WorkFlowId = value;
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -