C# Class VelocityDbSchema.Person

Inheritance: OptimizedPersistable
Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

Свойство Type Description
m_bestFriend WeakIOptimizedPersistableReference
m_friends VelocityDbList>
m_pets List
m_spouse WeakIOptimizedPersistableReference
m_ssn long
s_randGen Random

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Person ( Person spouse, Person bestFriend ) : System
Person ( int arrayCapacity ) : System
Person ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Person() public méthode

public Person ( Person spouse, Person bestFriend ) : System
spouse Person
bestFriend Person
Résultat System

Person() public méthode

public Person ( int arrayCapacity ) : System
arrayCapacity int
Résultat System

Person() public méthode

public Person ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System
firstName string
lastName string
age UInt16
ssn long
bestFriend Person
spouse Person
Résultat System

Property Details

m_bestFriend public_oe property

public WeakIOptimizedPersistableReference m_bestFriend
Résultat WeakIOptimizedPersistableReference

m_friends public_oe property

public VelocityDbList> m_friends
Résultat VelocityDbList>

m_pets public_oe property

public List m_pets
Résultat List

m_spouse public_oe property

public WeakIOptimizedPersistableReference m_spouse
Résultat WeakIOptimizedPersistableReference

m_ssn public_oe property

public long m_ssn
Résultat long

s_randGen public_oe static_oe property

public static Random s_randGen
Résultat Random