Search Results for

    Show / Hide Table of Contents

    Class ImplementPropertyTypeAttribute

    Indicates that a property implements a given property alias.

    Inheritance
    System.Object
    System.Attribute
    Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public class ImplementPropertyTypeAttribute : Attribute, _Attribute
    Remarks

    And therefore it should not be generated.

    Constructors

    ImplementPropertyTypeAttribute(String)

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

    Properties

    Alias

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