Class NamedSearchAttribute
Attribute for named search. This class cannot be inherited.
Inheritance
System.Object
NamedSearchAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class NamedSearchAttribute : Attribute
Remarks
Admin, 8/24/2017.
Constructors
View SourceNamedSearchAttribute(String[])
Constructor.
Declaration
public NamedSearchAttribute(params string[] names)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | names | A variable-length parameters list containing names. |
Remarks
Admin, 8/24/2017.
Properties
View SourceNames
Gets or sets the names.
Declaration
public string[] Names { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The names. |
Methods
View SourceGetNames(Type)
Gets the names in this collection.
Declaration
public static IEnumerable<string> GetNames(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |
Returns
Type | Description |
---|---|
IEnumerable<System.String> | An enumerator that allows foreach to be used to process the names in this collection. |
Remarks
Admin, 8/24/2017.