Click or drag to resize
FdfNamedObject Class
Represents a base class for objects with named instances.
Inheritance Hierarchy

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public abstract class FdfNamedObject : FdfObject, 
	IFdfEnumerable, IFdfMergeable<IFdfEnumerable>

The FdfNamedObject type exposes the following members.

Constructors
  NameDescription
Public methodFdfNamedObject
Initializes a new instance of the FdfNamedObject class
Public methodFdfNamedObject(String)
Initializes a new instance of the FdfNamedObject class
Top
Properties
  NameDescription
Public propertyName
Gets or sets the name of the object instance.
Top
Methods
  NameDescription
Public methodEquals
Returns True if two named objects are equal, otherwise returns False. Equality comparison is being performed upon objects' names.
Public methodMerge
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
Public methodToString
Returns name of the current object instance.
(Overrides FdfObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns True if two named objects are equal, otherwise returns False.
Public operatorStatic memberInequality
Returns True if two named objects are not equal, otherwise returns False.
Top
Remarks
See Also