[Gregor.Core.GraphOptions]

Gregor.Core.GraphOptions

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.GraphOptions

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: System.Flags()

Description: 


Members

AllowNulls

public const Gregor.Core.GraphOptions AllowNulls = 0x08

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.AllowNulls


AllowValueTypes

public const Gregor.Core.GraphOptions AllowValueTypes = 0x10

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.AllowValueTypes


Default

public const Gregor.Core.GraphOptions Default = 0x05

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.PreferCollection | Gregor.Core.GraphOptions.PropertyMembers


FieldMembers

public const Gregor.Core.GraphOptions FieldMembers = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.FieldMembers


None

public const Gregor.Core.GraphOptions None = 0x00

Custom Attributes: 

Description: 

PreferCollection

public const Gregor.Core.GraphOptions PreferCollection = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.PreferCollection


PropertyMembers

public const Gregor.Core.GraphOptions PropertyMembers = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.GraphOptions.PropertyMembers


value__

public System.Int32 value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.GraphOptions