public class PidLidPropertyDescriptor extends PropertyDescriptor
Class contains property description information.
Constructor and Description |
---|
PidLidPropertyDescriptor(long longId,
int type,
UUID propertySet)
Initializes a new instance of the
PidLidPropertyDescriptor class
Properties identified by an unsigned 32-bit quantity along with a property set. |
PidLidPropertyDescriptor(String canonicalName,
long longId,
int type,
UUID propertySet)
Initializes a new instance of the
PidLidPropertyDescriptor class
Properties identified by an unsigned 32-bit quantity along with a property set. |
PidLidPropertyDescriptor(String canonicalName,
String name,
long longId,
int type,
UUID propertySet)
Initializes a new instance of the
PidLidPropertyDescriptor class
Properties identified by an unsigned 32-bit quantity along with a property set. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Determines whether the specified System.Object is equal to the current System.Object.
|
boolean |
equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
long |
getLongId()
Gets an unsigned 32-bit quantity that, along with the property set, identifies a named property.
|
UUID |
getPropertySet()
A GUID that identifies a group of properties with a similar purpose.
|
int |
hashCode()
Serves as a hash function for a type.
|
static boolean |
op_Equality(PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
op_Inequality(PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
String |
toString()
Returns a string that represents the property description.
|
getCanonicalName, getDataType, getInstance, getInstance, getInstance, getInstance, getInstance, getMultipleValuesDataType, getName, getUse8BitStringAsUnicode, op_Equality, op_Inequality, parse, setUse8BitStringAsUnicode
public PidLidPropertyDescriptor(long longId, int type, UUID propertySet)
Initializes a new instance of the PidLidPropertyDescriptor
class
Properties identified by an unsigned 32-bit quantity along with a property set.
longId
- long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.type
- Specifies the type of values allowed for the property.propertySet
- A GUID that identifies a group of properties with a similar purpose.public PidLidPropertyDescriptor(String canonicalName, long longId, int type, UUID propertySet)
Initializes a new instance of the PidLidPropertyDescriptor
class
Properties identified by an unsigned 32-bit quantity along with a property set.
canonicalName
- The name used to refer to the property in the documentation.longId
- long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.type
- Specifies the type of values allowed for the property.propertySet
- A GUID that identifies a group of properties with a similar purpose.public PidLidPropertyDescriptor(String canonicalName, String name, long longId, int type, UUID propertySet)
Initializes a new instance of the PidLidPropertyDescriptor
class
Properties identified by an unsigned 32-bit quantity along with a property set.
canonicalName
- The name used to refer to the property in the documentation.name
- The MAPI name used to refer to the property in the documentation.longId
- long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.type
- Specifies the type of values allowed for the property.propertySet
- A GUID that identifies a group of properties with a similar purpose.public final long getLongId()
Gets an unsigned 32-bit quantity that, along with the property set, identifies a named property.
public final UUID getPropertySet()
A GUID that identifies a group of properties with a similar purpose.
public static boolean op_Equality(PidLidPropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.public static boolean op_Inequality(PidLidPropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.public boolean equals(Object other)
Determines whether the specified System.Object is equal to the current System.Object.
equals
in interface com.aspose.ms.System.IEquatable<PropertyDescriptor>
equals
in class Object
obj
- The object to compare with the current object.public boolean equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
equals
in class PropertyDescriptor
other
- An object to compare with this object.public int hashCode()
Serves as a hash function for a type.