Space Engineers
Public Member Functions | Properties | List of all members
ProtoBuf.ProtoPartialIgnoreAttribute Class Reference

Indicates that a member should be excluded from serialization; this is only normally used when using implict fields. This allows ProtoIgnoreAttribute usage even for partial classes where the individual members are not under direct control. More...

Inheritance diagram for ProtoBuf.ProtoPartialIgnoreAttribute:
ProtoBuf.ProtoIgnoreAttribute

Public Member Functions

 ProtoPartialIgnoreAttribute (string memberName)
 Creates a new ProtoPartialIgnoreAttribute instance. More...
 

Properties

string MemberName [get]
 The name of the member to be ignored. More...
 

Detailed Description

Indicates that a member should be excluded from serialization; this is only normally used when using implict fields. This allows ProtoIgnoreAttribute usage even for partial classes where the individual members are not under direct control.

Definition at line 23 of file ProtoIgnoreAttribute.cs.

Constructor & Destructor Documentation

ProtoBuf.ProtoPartialIgnoreAttribute.ProtoPartialIgnoreAttribute ( string  memberName)
inline

Creates a new ProtoPartialIgnoreAttribute instance.

Parameters
memberNameSpecifies the member to be ignored.

Definition at line 29 of file ProtoIgnoreAttribute.cs.

Property Documentation

string ProtoBuf.ProtoPartialIgnoreAttribute.MemberName
get

The name of the member to be ignored.

Definition at line 38 of file ProtoIgnoreAttribute.cs.


The documentation for this class was generated from the following file: