FieldAttribute public class FieldAttribute : Attribute Documentation public string FieldName { get; set; } public int Length { get; set; } public string ObjectFieldArtifactType { get; set; } public Type ObjectFieldDTOType { get; set; } public FieldType Type { get; set; } public FieldAttribute(string fieldName, FieldType type) public FieldAttribute(string fieldName, FieldType type, int length) public FieldAttribute(string fieldName, FieldType type, string objectFieldArtifactType, Type objectFieldDTOType)