BACnet.Ashrae.PropertyIdAttribute.PropertyIdAttribute C# (CSharp) Méthode

PropertyIdAttribute() public méthode

public PropertyIdAttribute ( PropertyIdentifier propertyIdentifier ) : System
propertyIdentifier PropertyIdentifier
Résultat System
        public PropertyIdAttribute(PropertyIdentifier propertyIdentifier)
            : base((ushort)propertyIdentifier)
        {
        }
PropertyIdAttribute