Class UITab
Represents a tab on the article editor
Inheritance
System.Object
UITab
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class UITab
Constructors
| Improve this Doc View SourceUITab()
Article tab
Declaration
public UITab()
Properties
| Improve this Doc View SourceContextId
Declaration
public Guid ContextId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DisplayName
Gets the display-text in the default language
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
GridConfiguration
Gets or sets the grid configuration as string
Declaration
public string GridConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GridConfigurationInstance
Gets or sets the grid configuration instance
Declaration
public UITabGridConfiguration GridConfigurationInstance { get; set; }
Property Value
Type | Description |
---|---|
UITabGridConfiguration |
Id
Gets or sets the tab id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the tab is deleted or not
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NameId
Gets or sets the name id
Declaration
public Guid NameId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OrderId
Gets or sets the tab order id
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RoleName
Gets or sets the role name which is required to access the tab
Declaration
public string RoleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |