Documentación técnica de Sage 50 (2026.1.0)
Cargando...
Buscando...
Nada coincide
FieldNameAttribute.cs
1
using
System
;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
6
namespace
sage.ew.ewbase.Attributes
7
{
11
[AttributeUsage(AttributeTargets.Property, AllowMultiple =
false
)]
12
public
sealed
class
FieldNameAttribute
: Attribute
13
{
14
private
readonly
string
_name =
string
.Empty;
19
public
FieldNameAttribute
(
string
name)
20
{
21
_name = name;
22
}
23
27
public
string
GetFiedlName
()
28
{
29
return
_name;
30
}
31
}
32
}
sage.ew.ewbase.Attributes.FieldNameAttribute.GetFiedlName
string GetFiedlName()
Devuelve el fieldName del attributo.
Definition
FieldNameAttribute.cs:27
sage.ew.ewbase.Attributes.FieldNameAttribute.FieldNameAttribute
FieldNameAttribute(string name)
Contructor.
Definition
FieldNameAttribute.cs:19
System
Definition
ExceptionExtensions.cs:4
sage.ew.ewbase.Attributes
Definition
FieldNameAttribute.cs:7
src
Sage.ES.S50
sage.ew.ewbase
Attributes
FieldNameAttribute.cs
Generado el Miércoles, 22 de abril de 2026 06:00:32 para Sage50 por
Doxygen v.1.13.2