Class ReferenceConfig
Represents a class that helps to get the configuration and the reference which is linked to it.
Inheritance
System.Object
ReferenceConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Config
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ReferenceConfig : IReferenceConfig
Constructors
ReferenceConfig()
Initializes a new instance of the ReferenceConfig class.
Declaration
public ReferenceConfig()
Properties
ReferencedLexem
Gets the Referenced lexem.
Declaration
public IConfigLexem ReferencedLexem { get; }
Property Value
Type |
---|
IConfigLexem |
RefID
Gets or sets the reference ID of the configuration.
Declaration
public int RefID { get; set; }
Property Value
Type |
---|
System.Int32 |