Click or drag to resize

UploadWarningCollection Methods

This is preliminary documentation and is subject to change.

The UploadWarningCollection type exposes the following members.

Methods
 NameDescription
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from WikiReadOnlyDictionary)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFormatWarning Try to convert the specified warning code and context into a user-friendly warning message.
Public methodGetBooleanValue Gets the Boolean value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInt32Value(String) Gets the Int32 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt32Value(String, Int32) Gets the Int32 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt64Value(String) Gets the Int64 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt64Value(String, Int64) Gets the Int64 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetStringValue Gets the String value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnDeserialized
(Overrides WikiReadOnlyDictionaryOnDeserialized)
Public methodToString Gets the formatted warning messages, one warning per line.
(Overrides ObjectToString)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from WikiReadOnlyDictionary)
Top
See Also