Class Version
Название пространства: Aspose.Imaging.Xmp.Types.Complex.Version Ассоциация: Aspose.Imaging.dll (25.4.0)
Описывает одну версию документа.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Version : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Version
Implements
Наследованные члены
ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Version()
[JsonConstructor]
public Version()
Properties
Comments
Получите или разместите комментарии.
[JsonProperty]
public string Comments { get; set; }
Стоимость недвижимости
ModifiedDate
Получается или устанавливается измененная дата.
[JsonProperty]
public DateTime ModifiedDate { get; set; }
Стоимость недвижимости
Modifier
Получить или установить модификатор.
[JsonProperty]
public string Modifier { get; set; }
Стоимость недвижимости
VersionEvent
Получить или установить Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.
[JsonProperty]
public ResourceEvent VersionEvent { get; set; }
Стоимость недвижимости
VersionText
Получить или установить текст версии.
[JsonProperty]
public string VersionText { get; set; }
Стоимость недвижимости
Methods
GetXmpRepresentation()
Получается содержащаяся в строке стоимость в формате XMP.
public override string GetXmpRepresentation()
Returns
Возвращает содержащуюся в строке ценность в формате XMP.