SPChangeCollection members
Include protected members
Include inherited members
Representa uma coleção de objetos derivada da classe SPChange .
The SPChangeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Obtém o número de alterações na coleção. (Overrides SPBaseCollection.Count.) | |
IncludesBeginning | Obtém um valor que indica se a coleção inclui alterações executadas desde o início do log de alteração do conteúdo do banco de dados. | |
Item | Obtém o objeto de alteração no índice especificado na coleção. | |
LastChangeToken | Obtém o token de alteração que corresponde à última alteração na coleção. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Obtém um enumerador para iterar através da coleção. (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | Retorna um enumerador de tipo seguro para fazer uma iteração através da coleção. (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
CountLimit | Obsolete. Esta constante é obsoleto. Use a propriedade FetchLimit . |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copia os elementos da coleção para uma matriz, iniciando no índice de matriz especificada. (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | Obtém um valor booleano que indica se o acesso à coleção é sincronizado ou thread-safe. (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | Obtém um objeto que é usado para sincronizar o acesso à coleção. (Inherited from SPBaseCollection.) |
Top