Class ContextColumn
Represents column a configuration
Inheritance
System.Object
ContextColumn
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 ContextColumn
Constructors
| Improve this Doc View SourceContextColumn()
Initialize new column configuration
Declaration
public ContextColumn()
Properties
| Improve this Doc View SourceColumnName
Gets or sets the column name
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupId
Gets or sets the article group to which the configuration belongs
Declaration
public Guid? GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Id
Gets or sets the current unique id of column configuration
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsRequiredField
Gets or sets whether the column in a required column
Declaration
public bool? IsRequiredField { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Remarks
Gets or sets the column descriptions
Declaration
public string Remarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |