C# Class ScheduleWorks.Utility.ClassType

Datei anzeigen Open project: lyubomiryanchev/ScheduleWorks Class Usage Examples

Public Methods

Method Description
ClassType ( ) : System
ClassType ( int id, string name, string shortName ) : System
DeepCopy ( ) : ClassType
ShallowCopy ( ) : ClassType

Method Details

ClassType() public method

public ClassType ( ) : System
return System

ClassType() public method

public ClassType ( int id, string name, string shortName ) : System
id int
name string
shortName string
return System

DeepCopy() public method

public DeepCopy ( ) : ClassType
return ClassType

ShallowCopy() public method

public ShallowCopy ( ) : ClassType
return ClassType