IgnoreDataMemberAttribute Класс
Определение
При применении к элементу типа указывает, что этот элемент не является частью контракта данных и не сериализуется.When applied to the member of a type, specifies that the member is not part of a data contract and is not serialized.
public ref class IgnoreDataMemberAttribute sealed : Attribute
public sealed class IgnoreDataMemberAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class IgnoreDataMemberAttribute : Attribute
type IgnoreDataMemberAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type IgnoreDataMemberAttribute = class
inherit Attribute
Public NotInheritable Class IgnoreDataMemberAttribute
Inherits Attribute
- Наследование
- Атрибуты
Комментарии
Применяйте атрибут IgnoreDataMemberAttribute, чтобы явно отказаться от поведения по умолчанию DataContractSerializer.Apply the IgnoreDataMemberAttribute attribute to opt-out of the default DataContractSerializer behavior. По умолчанию DataContractSerializer
сериализует все открытые типы.By default, the DataContractSerializer
serializes all publicly visible types. Все открытые свойства чтения/записи и поля типа сериализуются.All public read/write properties and fields of the type are serialized. Это поведение по умолчанию можно изменить, применив атрибуты DataContractAttribute и DataMemberAttribute к типам и элементам.You can change the default behavior by applying the DataContractAttribute and DataMemberAttribute attributes to the types and members
Конструкторы
IgnoreDataMemberAttribute() |
Инициализирует новый экземпляр класса IgnoreDataMemberAttribute.Initializes a new instance of the IgnoreDataMemberAttribute class. |
Свойства
TypeId |
В случае реализации в производном классе возвращает уникальный идентификатор для этого атрибута Attribute.When implemented in a derived class, gets a unique identifier for this Attribute. (Унаследовано от Attribute) |
Методы
Equals(Object) |
Возвращает значение, показывающее, равен ли экземпляр указанному объекту.Returns a value that indicates whether this instance is equal to a specified object. (Унаследовано от Attribute) |
GetHashCode() |
Возвращает хэш-код данного экземпляра.Returns the hash code for this instance. (Унаследовано от Attribute) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
IsDefaultAttribute() |
При переопределении в производном классе указывает, является ли значение этого экземпляра значением по умолчанию для производного класса.When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Унаследовано от Attribute) |
Match(Object) |
При переопределении в производном классе возвращает значение, указывающее, является ли этот экземпляр равным заданному объекту.When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Унаследовано от Attribute) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
Явные реализации интерфейса
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Сопоставляет набор имен соответствующему набору идентификаторов диспетчеризации.Maps a set of names to a corresponding set of dispatch identifiers. (Унаследовано от Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Возвращает сведения о типе объекта, которые можно использовать для получения сведений о типе интерфейса.Retrieves the type information for an object, which can be used to get the type information for an interface. (Унаследовано от Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Возвращает количество предоставляемых объектом интерфейсов для доступа к сведениям о типе (0 или 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Унаследовано от Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Предоставляет доступ к открытым свойствам и методам объекта.Provides access to properties and methods exposed by an object. (Унаследовано от Attribute) |