Class FormLabel
Represents .
Inheritance
System.Object
FormLabel
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: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class FormLabel
Constructors
FormLabel()
Initializes a new instance of the FormLabel class.
Declaration
public FormLabel()
FormLabel(String)
Initializes a new instance of the FormLabel class.
Declaration
public FormLabel(string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | The title. |
FormLabel(String, String)
Initializes a new instance of the FormLabel class.
Declaration
public FormLabel(string title, string code)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | The title. |
System.String | code | The code. |
Fields
DefaultCode
Declaration
public const string DefaultCode = ""
Field Value
Type | Description |
---|---|
System.String |
Properties
Code
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The code. |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |