Class NamedObjectBase
Provides the base class from which the classes that represent named objects are derived
Inheritance
System.Object
    NamedObjectBase
  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: Telerik.Windows.Documents.Spreadsheet.Core
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class NamedObjectBase : INamedObject
  Constructors
NamedObjectBase(String)
Initializes a new instance of the NamedObjectBase class.
Declaration
protected NamedObjectBase(string name)
  Parameters
| 
        System.String
        name
         The name.  | 
    
Properties
Name
Gets the name value.
Declaration
public string Name { get; }
  Property Value
| 
        System.String
         The name value.  |