public class PropertySet extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<PropertySet>
Gets the format of a property set.
Constructor and Description |
---|
PropertySet(com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the
PropertySet class. |
PropertySet(int cProperties,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Property> properties)
Initializes a new instance of the
PropertySet class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
equals(PropertySet other)
The equals.
|
int |
getCProperties()
Gets or sets the number of properties in this PropertySet structure.
|
com.aspose.ms.System.Collections.Generic.IGenericList<Property> |
getProperties()
Gets a list of property items.
|
long |
getStructSize()
Gets the struct size.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(PropertySet x,
PropertySet y)
The ==.
|
static boolean |
op_Inequality(PropertySet x,
PropertySet y)
The !=.
|
void |
setCProperties(int value)
Gets or sets the number of properties in this PropertySet structure.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
public PropertySet(int cProperties, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Property> properties)
Initializes a new instance of the PropertySet
class.
cProperties
- The c properties.properties
- The properties.public PropertySet(com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the PropertySet
class.
properties
- The properties.public int getCProperties()
Gets or sets the number of properties in this PropertySet structure.
public void setCProperties(int value)
Gets or sets the number of properties in this PropertySet structure.
public com.aspose.ms.System.Collections.Generic.IGenericList<Property> getProperties()
Gets a list of property items. The number of elements in the array is equal to the value of the cProperties field.
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(Object obj)
The equals.
equals
in interface com.aspose.ms.System.IEquatable<PropertySet>
equals
in class Object
public static boolean op_Equality(PropertySet x, PropertySet y)
The ==.
x
- The x.y
- The y.public static boolean op_Inequality(PropertySet x, PropertySet y)
The !=.
x
- The x.y
- The y.public boolean equals(PropertySet other)
The equals.
other
- The other.bool
.public int hashCode()
The get hash code.
Copyright (c) 2016 Aspose. All Rights Reserved.