TargetSchemaVersionAttribute members
Provides a definition for an attribute that can be used to define the target schema version of a concrete SPAction object.
The TargetSchemaVersionAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TargetSchemaVersionAttribute | Initializes a new instance of the TargetSchemaVersionAttribute class based on the specified version. |
Top
Properties
Name | Description | |
---|---|---|
BreaksSerialization | ||
FromBuild | Gets or sets a string that specifies the first build version for which the target schema version is effective. | |
Schema | ||
TargetSchemaVersion | Gets the target schema version of upgrade sequences. | |
ToBuild | Gets or sets a string that specifies the last build version for which the target schema version is effective. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the TargetSchemaVersionAttribute object to a specified object. | |
Equals | Used to compare the schema versions of the database that will be upgraded. (Overrides Attribute.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Overide GetHashCode. HashCode of obj1 should equal HashCode of obj2 if obj1.Equals(obj2) is true (Overrides Attribute.GetHashCode().) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
GreaterThan | ||
LessThan | Operator overloads. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top