Property Constructor (String, Object, PropertyAttrs, String, String, String) |
fast way to construct the object; used by the Properties.Load method
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Property(
string name,
Object value,
PropertyAttrs attributes,
string subObjectID,
string id,
string paramID
)
Public Sub New (
name As String,
value As Object,
attributes As PropertyAttrs,
subObjectID As String,
id As String,
paramID As String
)
Parameters
- name
- Type: SystemString
The property name - value
- Type: SystemObject
The property value. - attributes
- Type: NetQuarryPropertyAttrs
Property attributes. - subObjectID
- Type: SystemString
The sub-object identifier, if any. - id
- Type: SystemString
The property's unique id from metadata. - paramID
- Type: SystemString
The property's param_id from metadata.
See Also