ExtendedAttributeDefinition.CreateExtendedAttribute
CreateExtendedAttribute()
Bu nesnenin alan kimliği değerine eşit alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute()
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
Ayrıca bakınız
- class ExtendedAttribute
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(string)
Bu nesnenin alan kimliği değerine ve belirtilen metin değerine eşit alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute(string textValue)
Parametre | Tip | Tanım |
---|---|---|
textValue | String | Belirtilen metin değeri. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | eğer mevcutCfType ‘Metin’ değil |
Ayrıca bakınız
- class ExtendedAttribute
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(decimal)
Bu nesnenin alan kimliği değerine ve belirtilen sayısal değere eşit olan alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute(decimal numericValue)
Parametre | Tip | Tanım |
---|---|---|
numericValue | Decimal | Belirtilen sayısal değer. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | eğer mevcutCfType ‘Sayı’ veya ‘Maliyet’ değil |
Ayrıca bakınız
- class ExtendedAttribute
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(DateTime)
Bu nesnenin alan kimliği değerine ve belirtilen tarih değerine eşit alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute(DateTime dateTimeValue)
Parametre | Tip | Tanım |
---|---|---|
dateTimeValue | DateTime | Belirtilen tarih saat değeri. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | eğer mevcutCfType ‘Tarih’, ‘Başlangıç’ veya ‘Bitiş’ değil |
Ayrıca bakınız
- class ExtendedAttribute
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(Duration)
Bu nesnenin alan kimliği değerine ve belirtilen süre değerine eşit alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute(Duration durationValue)
Parametre | Tip | Tanım |
---|---|---|
durationValue | Duration | Belirtilen süre değeri. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | eğer mevcutCfType ‘Süre’ değil |
Ayrıca bakınız
- class ExtendedAttribute
- struct Duration
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(bool)
Bu nesnenin alan kimliği değerine ve belirtilen bayrak değerine eşit olan alan kimliğiyle yeni bir genişletilmiş öznitelik oluşturur.
public ExtendedAttribute CreateExtendedAttribute(bool flagValue)
Parametre | Tip | Tanım |
---|---|---|
flagValue | Boolean | Belirtilen bayrak değeri. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
bu nesnenin fieldID değerine eşit olan fieldID ile sınıf.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | eğer mevcutCfType ‘Bayrak’ değil |
Ayrıca bakınız
- class ExtendedAttribute
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
CreateExtendedAttribute(Value)
Belirtilen ile bağlantılı yeni genişletilmiş öznitelik oluştururValue
öğe.
public ExtendedAttribute CreateExtendedAttribute(Value lookupValue)
Parametre | Tip | Tanım |
---|---|---|
lookupValue | Value | BelirtilenValue öğe. |
Geri dönüş değeri
oluşturulan örneğini döndürürExtendedAttribute
belirtilenle bağlantılı sınıfValue
öğe.
Notlar
lookupValue daha önce eklenmesi gerekenExtendedAttributeDefinition
kullanarakAddLookupValue
yöntem.
Örnekler
Yeni oluşturmak için bu kodu kullanınExtendedAttribute
belirli bir değer kullanarak:
taskTextAttr.AddLookupValue(value1);
taskTextAttr.AddLookupValue(value2);
var extendedAttribute = taskTextAttr.CreateExtendedAttribute(value2);
Ayrıca bakınız
- class ExtendedAttribute
- class Value
- class ExtendedAttributeDefinition
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks