Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / MethodAttribute Class
Properties


In This Topic
    MethodAttribute Class Members
    In This Topic

    The following tables list the members exposed by MethodAttribute.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MethodAttribute class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid). (Inherited from C1.WPF.Extended.MemberAttribute)
    Public PropertySpecifies the name of the category in which to group the member when displayed in The C1PropertyGrid. (Inherited from C1.WPF.Extended.MemberAttribute)
    Public PropertyGets or sets the name that will be displayed by the C1PropertyGrid when showing the member. (Inherited from C1.WPF.Extended.MemberAttribute)
    Public PropertyGets or sets the name of the member. (Inherited from C1.WPF.Extended.MemberAttribute)
    Public PropertyGets the MethodInfo corresponding to the current method.  
    Public PropertyGets or sets the ordered list of parameter Types in the methods signature.  
    Public PropertyGets or sets the ordered list of parameter values used to invoke the method.  
    Public PropertyGets the current object this member attributes are applied to. (Inherited from C1.WPF.Extended.MemberAttribute)
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this member. (Inherited from C1.WPF.Extended.MemberAttribute)
    Top
    See Also