CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Enum DotNetModelType

    The models types that implemented at the dot net level and not at a target language level.

    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public enum DotNetModelType

    Fields

    Name Description
    Attribute

    Model is a attribute implementation.

    AttributeParameter

    Model is a attribute parameter implementation.

    AttributeParameterValue

    Model stores a parameter value from an attribute.

    Class

    Model is a class implementation.

    Delegate

    Model is a delegate definition.

    DelegateParameter

    Model is a delegate parameter definition.

    DelegateParameterValue

    Model is a delegate parameter value.

    Enum

    Model stores a enumeration.

    EnumValue

    Model stores a value for an enumeration.

    Event

    Model is a event definition.

    Field

    Model is a field definition.

    GenericParameter

    Model is a generic parameter that belongs to a generic type.

    Interface

    Model is a interface implementation.

    Method

    Model is a method definition.

    Namespace

    Model is a namespace definition.

    NamespaceReference

    Model is a namespace reference.

    Parameter

    Model is a parameter definition.

    ParameterDefaultValue

    Model stores information about a default value assigned to a parameter.

    Property

    Model is a property definition.

    Record

    Model stores a record implementation.

    RecordStructure

    Model stores a record structure implementation.

    Source

    The source code that hosts the dot net models.

    Structure

    Model is a structure implementation.

    TupleTypeParameter

    Model is a tuple type parameter that belongs to a tuple type.

    Type

    Model is a type definition.

    Unknown

    The model is currently not know by the C# source type.

    © CodeFactory, LLC. All rights reserved.