Version

NamedReference Class Members

The following tables list the members exposed by NamedReference.

Public Constructors
 NameDescription
Public ConstructorNamedReference ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCategoryThe category under which this named reference appears in the design-time environment.  
Public PropertyFormulaThe formula that this named reference represents.  
Public PropertyFormulaResultGets the value which will be used as the source in any calculations involving the named reference.  
Public PropertyIsEmptyIndicates whether this is an unnamed empty reference.  
Public PropertyKeyOverridden. Retrieves the key used to identify the named reference.  
Public PropertyParentCollectionRetrieves the parent collection containing this named reference.  
Public Methods
 NameDescription
Public MethodResetResets this named reference to its default property values.  
Public MethodResetKeySets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase)
Public MethodShouldSerializeKeyReturns true if the key needs to be serialized (not null). (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase)
Public MethodToStringConverts the named reference to a string representation.  
Protected Methods
 NameDescription
Protected MethodOnAddedToCollectionOverridden. This notification occurs when the NamedReference is added to a collection.  
Protected MethodOnRemovedFromCollectionOverridden. This notification occurs when the NamedReference is removed from a collection.  
See Also