Inheritance: OptimizedPersistable
Example #1
0
 public InMovieAs(string asCharater, UInt64 oid)
 {
   character = asCharater;
   movie = new Movie(oid);
 }
Example #2
0
 public InMovieAs(string asCharater, UInt64 oid)
 {
     character = asCharater;
     movie     = new Movie(oid);
 }
Example #3
0
 public InMovieAs(string asCharater, Movie inMovie)
 {
   character = asCharater;
   movie = inMovie;
 }
Example #4
0
 public InMovieAs(string asCharater, Movie inMovie)
 {
     character = asCharater;
     movie     = inMovie;
 }