Click or drag to resize

PropertyContainer Class

X#
Inheritance Hierarchy
Object
  PropertyContainer

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CLASS PropertyContainer IMPLEMENTS IEnumerable<NameValuePair>, 
	IEnumerable
Request Example View Source

The PropertyContainer type exposes the following members.

Constructors
  NameDescription
Public methodPropertyContainer
Initializes a new instance of the PropertyContainer class
Top
Properties
  NameDescription
Public propertyCount
Top
Methods
Fields
  NameDescription
Public fieldStatic member_PropertyCache
Top
Extension Methods
  NameDescription
Public Extension MethodMaxNameValuePair(FuncNameValuePair, Float)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodMaxNameValuePair(FuncNameValuePair, Currency)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodMinNameValuePair(FuncNameValuePair, Float)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodMinNameValuePair(FuncNameValuePair, Currency)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodSumNameValuePair(FuncNameValuePair, Float)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodSumNameValuePair(FuncNameValuePair, Currency)Overloaded. (Defined by ExtensionMethods.)
Top
Explicit Interface Implementations
See Also