Method | Description | |
---|---|---|
Add ( |
||
Delete ( int ID ) : void | ||
Delete ( int FormID, int UserID ) : void |
|
|
GetFormUser ( int ID ) : |
||
GetFormsUsers ( int FormID, int UserID ) : List |
|
|
Update ( |
public static Add ( |
||
formUser | ||
return | int |
public static Delete ( int FormID, int UserID ) : void | ||
FormID | int | By default -1 |
UserID | int | By default -1 |
return | void |
public static GetFormUser ( int ID ) : |
||
ID | int | |
return |
public static GetFormsUsers ( int FormID, int UserID ) : List |
||
FormID | int | By default -1 |
UserID | int | By default -1 |
return | List |
public static Update ( |
||
formUser | ||
return | void |