Class PropertyNameAttribute
Inheritance
PropertyNameAttribute
Assembly: OpenSearch.Client.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class PropertyNameAttribute : Attribute
Constructors
|
Edit this page
View Source
PropertyNameAttribute(string)
Declaration
public PropertyNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
AllowPrivate
Declaration
public bool? AllowPrivate { get; set; }
Property Value
|
Edit this page
View Source
Ignore
Declaration
public bool Ignore { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
public int Order { get; }
Property Value
Extension Methods