Stream Constructor (String, DateTime, DateTime, String, String, PathSpec, PathSpec, StreamType, String, StreamOption, String, String, String, ViewMap, ViewMap, ViewMap, ViewMap, ViewMap, ViewMap, FormSpec, DictionaryString, Object, ParentView)
|
Initializes a new instance of the
Stream class
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Stream(
string id,
DateTime updated,
DateTime accessed,
string ownername,
string name,
PathSpec parent,
PathSpec baseparent,
StreamType type,
string description,
StreamOption options,
string firmerthanparent,
string changeflowstoparent,
string changeflowsfromparent,
ViewMap components,
ViewMap paths,
ViewMap remapped,
ViewMap ignored,
ViewMap view,
ViewMap changeview,
FormSpec spec,
Dictionary<string, Object> customfields,
ParentView parentview
)
Public Sub New (
id As String,
updated As DateTime,
accessed As DateTime,
ownername As String,
name As String,
parent As PathSpec,
baseparent As PathSpec,
type As StreamType,
description As String,
options As StreamOption,
firmerthanparent As String,
changeflowstoparent As String,
changeflowsfromparent As String,
components As ViewMap,
paths As ViewMap,
remapped As ViewMap,
ignored As ViewMap,
view As ViewMap,
changeview As ViewMap,
spec As FormSpec,
customfields As Dictionary(Of String, Object),
parentview As ParentView
)
public:
Stream(
String^ id,
DateTime updated,
DateTime accessed,
String^ ownername,
String^ name,
PathSpec^ parent,
PathSpec^ baseparent,
StreamType type,
String^ description,
StreamOption options,
String^ firmerthanparent,
String^ changeflowstoparent,
String^ changeflowsfromparent,
ViewMap^ components,
ViewMap^ paths,
ViewMap^ remapped,
ViewMap^ ignored,
ViewMap^ view,
ViewMap^ changeview,
FormSpec^ spec,
Dictionary<String^, Object^>^ customfields,
ParentView parentview
)
new :
id : string *
updated : DateTime *
accessed : DateTime *
ownername : string *
name : string *
parent : PathSpec *
baseparent : PathSpec *
type : StreamType *
description : string *
options : StreamOption *
firmerthanparent : string *
changeflowstoparent : string *
changeflowsfromparent : string *
components : ViewMap *
paths : ViewMap *
remapped : ViewMap *
ignored : ViewMap *
view : ViewMap *
changeview : ViewMap *
spec : FormSpec *
customfields : Dictionary<string, Object> *
parentview : ParentView -> Stream
Parameters
- id
- Type: SystemString
- updated
- Type: SystemDateTime
- accessed
- Type: SystemDateTime
- ownername
- Type: SystemString
- name
- Type: SystemString
- parent
- Type: Perforce.P4PathSpec
- baseparent
- Type: Perforce.P4PathSpec
- type
- Type: Perforce.P4StreamType
- description
- Type: SystemString
- options
- Type: Perforce.P4StreamOption
- firmerthanparent
- Type: SystemString
- changeflowstoparent
- Type: SystemString
- changeflowsfromparent
- Type: SystemString
- components
- Type: Perforce.P4ViewMap
- paths
- Type: Perforce.P4ViewMap
- remapped
- Type: Perforce.P4ViewMap
- ignored
- Type: Perforce.P4ViewMap
- view
- Type: Perforce.P4ViewMap
- changeview
- Type: Perforce.P4ViewMap
- spec
- Type: Perforce.P4FormSpec
- customfields
- Type: System.Collections.GenericDictionaryString, Object
- parentview
- Type: Perforce.P4ParentView
See Also