RecordFormatLevelAttribute class
Defines the Record level value for a record in the class.
Namespace: ASNA.QSys.Expo.Model
Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object –> Attribute
Constructors
Initializes a RecordFormatLevelAttribute object.
RecordFormatLevelAttribute(String, String)
Parameters
Type |
Parameter name |
Description |
String |
recordName |
The name of the record format. |
String |
levelValue |
The string value of the record format level. |
Properties
Type |
Name |
Description |
String |
LevelValue |
Gets the value of the record format level. |
String |
RecordName |
Gets the name of the record format. |
Methods
Signature |
Description |
GetAllFrom(Type) |
Extract all RecordFormatLevelAttribute definitions from the custom attributes on a type. |
Extract all RecordFormatLevelAttribute definitions from the custom attributes on a type.
IEnumerable<RecordFormatLevelAttribute> GetAllFrom(Type type)
Parameters
Type |
Parameter name |
Description |
Type |
type |
The type from which to extract the attributes. |
Returns
Type |
Description |
IEnumerable`1 |
An IEnumerable object that contains all the RecordFormatLevelAttribute objects of the type argument. |