NDoc 1.3.1 SDK

NonPersistedAttribute Class

For a list of all members of this type, see NonPersistedAttribute Members.

System.Object
   System.Attribute
      NDoc.Core.NonPersistedAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
Public Class NonPersistedAttribute     Inherits Attribute [C#]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public class NonPersistedAttribute : Attribute [C++]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public __gc class NonPersistedAttribute : public Attribute [JScript] public 
   AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)
class NonPersistedAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

NonPersistedAttribute Members | NDoc.Core Namespace