public class PrtArrayOfPropertyValues extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<PrtArrayOfPropertyValues>
Gets a container of variable-sized data that stores an array of properties with the same PropertyID.type value.
Constructor and Description |
---|
PrtArrayOfPropertyValues(long cProperties,
PropertyId prid,
com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the
PrtArrayOfPropertyValues class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
equals(PrtArrayOfPropertyValues other)
The equals.
|
long |
getCProperties()
Gets the number of properties in Data.
|
PropertyId |
getPrid()
Gets the type of each property in the array.
|
com.aspose.ms.System.Collections.Generic.IGenericList<Property> |
getProperties()
Gets a list of properties.
|
long |
getStructSize()
Gets the struct size.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(PrtArrayOfPropertyValues left,
PrtArrayOfPropertyValues right)
The ==.
|
static boolean |
op_Inequality(PrtArrayOfPropertyValues left,
PrtArrayOfPropertyValues right)
The !=.
|
byte[] |
toByteArray()
The to byte array.
|
public PrtArrayOfPropertyValues(long cProperties, PropertyId prid, com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the PrtArrayOfPropertyValues
class.
public long getCProperties()
Gets the number of properties in Data.
public PropertyId getPrid()
Gets the type of each property in the array.
public com.aspose.ms.System.Collections.Generic.IGenericList<Property> getProperties()
Gets a list of properties.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.com.aspose.ms.System.InvalidOperationException
public boolean equals(PrtArrayOfPropertyValues other)
The equals.
public boolean equals(Object obj)
The equals.
equals
in interface com.aspose.ms.System.IEquatable<PrtArrayOfPropertyValues>
equals
in class Object
public int hashCode()
The get hash code.
public static boolean op_Equality(PrtArrayOfPropertyValues left, PrtArrayOfPropertyValues right)
The ==.
public static boolean op_Inequality(PrtArrayOfPropertyValues left, PrtArrayOfPropertyValues right)
The !=.
Copyright (c) 2016 Aspose. All Rights Reserved.