Click or drag to resize
TvfCallParameterDefinition Methods

The TvfCallParameterDefinition type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
(Inherited from FieldElement.)
Public methodCancelEdit (Inherited from FieldElement.)
Public methodClone
Clones this instance.
(Inherited from FieldElement.)
Public methodDeserializeFromReader
Deserializes the data for this class from the xml reader passed in
(Inherited from FieldElement.)
Public methodEndEdit (Inherited from FieldElement.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAdditionalInterfaces
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored interfaces defined in this element. All interface macros are replaced with real names.
(Inherited from FieldElement.)
Public methodGetAdditionalNamespaces
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.
(Inherited from FieldElement.)
Public methodGetAttributes
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
(Inherited from FieldElement.)
Protected methodGetElementNameForXml
Gets the element name for XML.
(Overrides FieldElementGetElementNameForXml.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRealStringSettingValueWithMacrosResolved
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
(Inherited from FieldElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkAsRemoved
Marks this field as removed. This routine will raise INotifyAsRemoved.ElementRemoved
(Inherited from FieldElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Called when a property was changed
(Inherited from FieldElement.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
(Inherited from FieldElement.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from FieldElement.)
Protected methodValidate
Validates this instance.
(Inherited from FieldElement.)
Protected methodValidate(Action, Boolean)
Validates this instance.
(Inherited from FieldElement.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIFieldElementCoreClone
Clones this instance
(Inherited from FieldElement.)
Explicit interface implementationPrivate methodIMappableFieldMarkAsRemoved
Marks this field as removed. This routine will raise INotifyAsRemoved.HasBeenRemoved
(Inherited from FieldElement.)
Explicit interface implementationPrivate methodIMappableFieldSetNewFieldType
Sets the new type of the field. If CanSetNewFieldType returns false, this method is a no-op.
(Inherited from FieldElement.)
Explicit interface implementationPrivate methodIMappableFieldSetNewFieldTypeProperties
Sets the new field type properties.
(Inherited from FieldElement.)
Top
See Also