Compartir a través de


IValueType Interface

Definition

Represents a type to be used in the model.

public interface IValueType
type IValueType = interface
Public Interface IValueType
Derived

Properties

Name

Name used in the definition model.

RunTimeType

The Runtime type of the value

TypeName

The C# type name, which is used to generate code.

Methods

GetCustomizedEqualityComparer(IValueTypeMetadata)

Get a customized equality comparer.

Applies to