Show / Hide Table of Contents

Class DataProperty<TType>

Represents a property in a type, conform to the data model.

Inheritance
System.Object
DataProperty<TType>
DataProperty
Namespace: Nuqleon.DataModel.TypeSystem
Assembly: Nuqleon.DataModel.CompilerServices.dll
Syntax
public class DataProperty<TType> : Object
Type Parameters
Name Description
TType

Type representing a data model type.

Properties

Name

Gets the property name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Property

Gets the underlying CLR property or field.

Declaration
public MemberInfo Property { get; }
Property Value
Type Description
System.Reflection.MemberInfo

Type

Gets the property type.

Declaration
public TType Type { get; }
Property Value
Type Description
TType
In This Article
Back to top Generated by DocFX