Class ArasNameAttribute
Attribute for specifying the Aras database name of a type or class member
Inheritance
System.Object
System.Attribute
ArasNameAttribute
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
[AttributeUsage(AttributeTargets.All | AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Delegate | AttributeTargets.Enum | AttributeTargets.Event | AttributeTargets.Field | AttributeTargets.GenericParameter | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Module | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue | AttributeTargets.Struct, AllowMultiple = false)]
public class ArasNameAttribute : Attribute
Constructors
| Improve this Doc View SourceArasNameAttribute(String)
Initializes a new instance of the ArasNameAttribute class.
Declaration
public ArasNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The database name. |
Properties
| Improve this Doc View SourceName
Gets the database name of the type or class member.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The database name of the type or class member. |