CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class PathBuilderConstants

    Data constants that are used when building the unique path for a dot net model.

    Inheritance
    object
    PathBuilderConstants
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public static class PathBuilderConstants

    Fields

    Attribute

    Definition of a attribute model in the path for a dot net model.

    Declaration
    public const string Attribute = "/A:"
    Field Value
    Type Description
    string

    Class

    Definition of a class model in the path for a dot net model.

    Declaration
    public const string Class = "/C:"
    Field Value
    Type Description
    string

    Delegate

    Definition of a delegate model in the path for a dot net model.

    Declaration
    public const string Delegate = "/D:"
    Field Value
    Type Description
    string

    Enum

    Definition of a enumeration model in the path for a dot net model.

    Declaration
    public const string Enum = "/EN:"
    Field Value
    Type Description
    string

    EnumValue

    Definition of a enumeration value model in the path for a dot net model.

    Declaration
    public const string EnumValue = "/ENV:"
    Field Value
    Type Description
    string

    Event

    Definition of a event model in the path for a dot net model.

    Declaration
    public const string Event = "/E:"
    Field Value
    Type Description
    string

    Field

    Definition of a field model in the path for a dot net model.

    Declaration
    public const string Field = "/F:"
    Field Value
    Type Description
    string

    Interface

    Definition of a interface model in the path for a dot net model.

    Declaration
    public const string Interface = "/I:"
    Field Value
    Type Description
    string

    Method

    Definition of a method model in the path for a dot net model.

    Declaration
    public const string Method = "/M:"
    Field Value
    Type Description
    string

    Namespace

    Definition of a namespace path for a dot net model.

    Declaration
    public const string Namespace = "/NS:"
    Field Value
    Type Description
    string

    NamespaceReference

    Reference to a namespace that is used in a dot net model.

    Declaration
    public const string NamespaceReference = "/NSREF:"
    Field Value
    Type Description
    string

    Parameter

    Definition of a parameter model in the path for a dot net model.

    Declaration
    public const string Parameter = "/PARM:"
    Field Value
    Type Description
    string

    ParameterDefaultValue

    Definition of a parameter model default value in the path for a dot net model.

    Declaration
    public const string ParameterDefaultValue = "/PARMDV:"
    Field Value
    Type Description
    string

    Property

    Definition of a property model in the path for a dot net model.

    Declaration
    public const string Property = "/P:"
    Field Value
    Type Description
    string

    Record

    Definition of a record model in the path of a dot net model.

    Declaration
    public const string Record = "/R:"
    Field Value
    Type Description
    string

    RecordStructure

    Definition of a record structure model in the path of a dot net model.

    Declaration
    public const string RecordStructure = "/RS:"
    Field Value
    Type Description
    string

    Source

    Definition of the source entry point that holds all dot net models.

    Declaration
    public const string Source = "//SRC:"
    Field Value
    Type Description
    string

    Structure

    Definition of a structure model in the path for a dot net model.

    Declaration
    public const string Structure = "/S:"
    Field Value
    Type Description
    string
    © CodeFactory, LLC. All rights reserved.