note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class DbAPITypeAttribute
This attribute marks that a class can be transferred using VeloxDB protocol. Attributes for DTO classes are optional. This attribute can be used to change class's protocol name. Default name is full .NET class name.
Inheritance
System.Object
DbAPITypeAttribute
Namespace: VeloxDB.Protocol
Assembly: vlxc.dll
Syntax
public sealed class DbAPITypeAttribute : Attribute
Constructors
DbAPITypeAttribute()
Declaration
public DbAPITypeAttribute()
Properties
Name
Protocol name for the class. Default is full .NET class name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |