Click or drag to resize
FdfParameter Class
Inheritance Hierarchy
SystemObject
  FDF.Common.RuntimeFdfParameter

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdfParameter : IFdfEnumerable, 
	IFdfMergeable<IFdfEnumerable>, IFdfQueryable, IFdfLocalizable

The FdfParameter type exposes the following members.

Constructors
  NameDescription
Public methodFdfParameter
Initializes a new instance of the FdfParameter class
Public methodFdfParameter(String, Object)
Initializes a new instance of the FdfParameter class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyName
Gets or sets the name of the object instance.
Public propertyValue
Gets or sets parameter value.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
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 (Overrides ObjectToString.)
Top
See Also