Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImplementPropertyTypeAttribute

    Indicates that a property implements a given property alias.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ImplementPropertyTypeAttribute : Attribute
    Remarks

    And therefore it should not be generated.

    Constructors

    View Source

    ImplementPropertyTypeAttribute(String)

    Declaration
    public ImplementPropertyTypeAttribute(string alias)
    Parameters
    Type Name Description
    System.String alias

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImplementPropertyTypeAttribute(String)
    • Properties
      • Alias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX