Search Results for

    Show / Hide Table of Contents

    Class AttributeDefinition

    Contains an attribute definition

    Inheritance
    System.Object
    AttributeDefinition
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.CXUI.WebApi2
    Assembly: Simplic.CXUI.WebApi2.dll
    Syntax
    public class AttributeDefinition

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the attribute name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parameter

    Gets or sets a list of attribute parameter

    Declaration
    public IList<ParameterDefinition> Parameter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ParameterDefinition>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx