C# Class Castle.DynamicProxy.Tests.Classes.ComplexNonInheritableAttribute

Inheritance: System.Attribute
Show file Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
access FileAccess
id int
isSomething bool
name String

Public Methods

Method Description
ComplexNonInheritableAttribute ( int id, int num, bool isSomething, string name, FileAccess access ) : System
ComplexNonInheritableAttribute ( int id, int num, string name ) : System

Method Details

ComplexNonInheritableAttribute() public method

public ComplexNonInheritableAttribute ( int id, int num, bool isSomething, string name, FileAccess access ) : System
id int
num int
isSomething bool
name string
access FileAccess
return System

ComplexNonInheritableAttribute() public method

public ComplexNonInheritableAttribute ( int id, int num, string name ) : System
id int
num int
name string
return System

Property Details

access public property

public FileAccess access
return FileAccess

id public property

public int id
return int

isSomething public property

public bool isSomething
return bool

name public property

public String name
return String