WrfHashAttribute class | QSYS API Reference Guide
Holds the computed hash value for the Wrf corresponding to this class.
Namespace: ASNA.QSys.Expo.Model
Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object –> Attribute
Constructors
WrfHashAttribute(String)
Initializes a WrfHashAttribute object.
Parameters
Type |
Parameter name |
Description |
String |
wrfHashValue |
Computed hash value for the Wrf that corresponds to this Model class. |
Properties
Type |
Name |
Description |
String |
WrfHashValue |
Gets the computed hash value for the Wrf. Must match the hash value of the reconstituted Wrf file. |
Methods
Signature |
Description |
GetFrom(Type) |
Gets the WrfHashAttribute from the Custom attributes on a type. |
WrfHashAttribute GetFrom(Type type)
Gets the WrfHashAttribute from the Custom attributes on a type.
WrfHashAttribute GetFrom(Type type)
Parameters
Type |
Parameter name |
Description |
Type |
type |
The type from which to extract the attribute. |
Returns
Type |
Description |
WrfHashAttribute |
The WrfHashAttribute in the given type, or null if the attribute doesn’t exist. |