Property | Type | Description | |
---|---|---|---|
SourceFile | System |
Method | Description | |
---|---|---|
CompareTo ( IProjectItem other ) : int | ||
CompareTo ( ISourceFile other ) : int | ||
CompareTo ( string other ) : int | ||
Create ( IProjectFolder parent, string name, string text = "" ) : Task |
||
FromPath ( IProject project, IProjectFolder parent, string filePath ) : |
||
RaiseFileModifiedEvent ( ) : void | ||
SetProject ( IProject project ) : void |
Method | Description | |
---|---|---|
SourceFile ( ) : System |
public CompareTo ( IProjectItem other ) : int | ||
other | IProjectItem | |
return | int |
public static Create ( IProjectFolder parent, string name, string text = "" ) : Task |
||
parent | IProjectFolder | |
name | string | |
text | string | |
return | Task |
public static FromPath ( IProject project, IProjectFolder parent, string filePath ) : |
||
project | IProject | |
parent | IProjectFolder | |
filePath | string | |
return |
public SetProject ( IProject project ) : void | ||
project | IProject | |
return | void |