This topic has not yet been rated - Rate this topic

EdmIntegerConstant Class

WCF Data Services 5.0

Represents an EDM integer constant.

System..::..Object
  Microsoft.Data.Edm.Library.Values..::..EdmValue
    Microsoft.Data.Edm.Library.Values..::..EdmIntegerConstant

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
public class EdmIntegerConstant : EdmValue, 
	IEdmIntegerConstantExpression, IEdmExpression, IEdmIntegerValue, IEdmPrimitiveValue, IEdmValue, 
	IEdmElement

The EdmIntegerConstant type exposes the following members.

  NameDescription
Public methodEdmIntegerConstant(Int64)Initializes a new instance of the EdmIntegerConstant class.
Public methodEdmIntegerConstant(IEdmPrimitiveTypeReference, Int64)Initializes a new instance of the EdmIntegerConstant class.
Top
  NameDescription
Public propertyExpressionKindGets the kind of this expression.
Public propertyTypeGets the type of this value. (Inherited from EdmValue.)
Public propertyValueGets the definition of this value.
Public propertyValueKindGets the kind of this value. (Overrides EdmValue..::..ValueKind.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public Extension MethodErrorsGets the errors, if any, that belong to this element or elements that this element contains. For example errors for a structural type include the errors of the type itself and errors of its declared properties. The method does not analyze elements referenced by this element. For example errors of a property do not include errors from its type. (Defined by ValidationExtensionMethods.)
Public Extension MethodGetIsSerializedAsElement Gets an annotation indicating if the value should be serialized as an element. (Defined by SerializationExtensionMethods.)
Public Extension MethodIsBadIndicates whether this element contains errors returned by the Errors(IEdmElement) method. (Defined by ValidationExtensionMethods.)
Public Extension MethodIsEquivalentTo Returns true if the compared expression is semantically equivalent to this expression. (Defined by EdmElementComparer.)
Public Extension MethodLocationGets the location of the specified item. (Defined by ExtensionMethods.)
Public Extension MethodSetIsSerializedAsElement Sets an annotation indicating if the value should be serialized as an element. (Defined by SerializationExtensionMethods.)
Public Extension MethodTryAssertTypeDetermines if the type of an expression is compatible with the provided type. (Defined by ExpressionTypeChecker.)
Top
  NameDescription
Explicit interface implemetationPrivate propertyIEdmDelayedValue..::..ValueGets the value of the specified object. (Inherited from EdmValue.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.