Struct GenericProperty
Struct GenericProperty
Το όνομα: Aspose.Tasks.Properties Συγκέντρωση: Aspose.Tasks.dll (25.4.0)
Αντιπροσωπεύει την ιδιοκτησία του εμπορευματοκιβωτίου.
public struct GenericProperty<tkey> where TKey : struct
Τύπος παραμέτρων
TKey
Τύπος αξίας της ιδιοκτησίας.
Κληρονομημένα μέλη
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GenericProperty(Σύνδεσμος)
Αρχίζει μια νέα περίπτωση του Aspose.Tasks.Properties.GenericProperty`1 struct.
public GenericProperty(string name)
Parameters
name
string
Το όνομα της ιδιοκτησίας.
Properties
Name
Να πάρει το όνομα της ιδιοκτησίας.
public string Name { get; }
Αξία ιδιοκτησίας
Value
Αποκτά αξία της ιδιοκτησίας.
public object Value { get; }