Click or drag to resize

SumFunction Class

Inheritance Hierarchy

Namespace:  EDK4Net.Data.QueryLanguage
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public class SumFunction : Function

The SumFunction type exposes the following members.

Constructors
  NameDescription
Public methodSumFunction(Function)
Initializes a new instance of the SumFunction class
Public methodSumFunction(PropertyData)
Initializes a new instance of the SumFunction class
Top
Properties
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSum(Function)
Public methodStatic memberSum(PropertyData)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodContains (Defined by Extension.)
Public Extension MethodEndsWith (Defined by Extension.)
Public Extension MethodIsBetween (Defined by Extension.)
Public Extension MethodIsEqual (Defined by Extension.)
Public Extension MethodIsMajor (Defined by Extension.)
Public Extension MethodIsMajorOrEqual (Defined by Extension.)
Public Extension MethodIsMinor (Defined by Extension.)
Public Extension MethodIsMinorOrEqual (Defined by Extension.)
Public Extension MethodIsNotBetween (Defined by Extension.)
Public Extension MethodIsNotEqual (Defined by Extension.)
Public Extension MethodIsNotNull (Defined by Extension.)
Public Extension MethodIsNull (Defined by Extension.)
Public Extension MethodNotContains (Defined by Extension.)
Public Extension MethodNotEndsWith (Defined by Extension.)
Public Extension MethodNotStartsWith (Defined by Extension.)
Public Extension MethodStartsWith (Defined by Extension.)
Top
See Also